Skip to content

Releases: Microarchitecturovisco/travel-api

Release v0.1.7

11 Jun 09:33
63cdb43
Compare
Choose a tag to compare

Release v0.1.6

10 Jun 20:01
e22cafb
Compare
Choose a tag to compare

What's Changed

  • RSWW-142 fix offerprovider by @pcichowski in #63
  • RSWW-136 transport get data from data generator by @CzajaLukasz in #64
  • RSWW-145 data-generator: tweak data generation to be a bit more testable by @pcichowski in #65

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

09 Jun 16:43
40ab756
Compare
Choose a tag to compare

What's Changed

  • RSWW-141 offer-provider: send updates to frontend on tour operator changes by @pcichowski in #60
  • Sync dev with deploy by @pcichowski in #61

Full Changelog: v0.1.4...v0.1.5

Deploy v0.1.4

09 Jun 15:53
0a922e0
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

09 Jun 15:44
5282eff
Compare
Choose a tag to compare

What's Changed

  • Rsww 140 fix scheduled deletion of reservation by @Danzigerrr in #59

Full Changelog: v0.1.1...v0.1.3

Release v0.1.2

09 Jun 11:46
7ab6a42
Compare
Choose a tag to compare

Release v0.1.1

09 Jun 11:33
fb2290f
Compare
Choose a tag to compare

What's Changed

  • RSWW-138 websocket in data generator module by @Danzigerrr in #57
  • RSWW-135: Hotels: getting messages from data generator by @Mixss in #56
  • RSWW-139 offerprovider: send information about offer details and price via websockets by @pcichowski in #58

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

04 Jun 12:26
d3e3f20
Compare
Choose a tag to compare

What's Changed

  • RSWW-7 create and configure service modules by @pcichowski in #1
  • Rsww 24 - implementacja modelu danych by @Danzigerrr in #2
  • fix project jdk version by @pcichowski in #5
  • RSWW-36 available transports endpoint by @pcichowski in #6
  • RSWW-30 docker compose setup by @pcichowski in #4
  • RSWW-36 transport service extra test and CI workflow by @pcichowski in #7
  • RSWW-54 transport-service: get transports based on query by @pcichowski in #9
  • RSWW-55 test: TransportsServiceTest: add date and locationIDs tests for get transports by search query by @pcichowski in #11
  • Rsww 49 dodać 10 przykladowych userow - done by @Danzigerrr in #10
  • RSWW-29 added RabbitMQ dependencies and configs by @CzajaLukasz in #14
  • RSWW-53: OfferProvider: implement fetching available transports from transport module by @Mixss in #8
  • RSWW-56 transport-service: add write part of cqrs by @pcichowski in #12
  • RSWW-67: reservation cqrs by @Mixss in #17
  • RSWW-72 payment handler by @pcichowski in #19
  • Rsww 46 - Populate transports database by @Danzigerrr in #20
  • RSWW-74 transport-service: getTransportsBetweenLocations by @pcichowski in #21
  • WIP: DO NOT MERGE: RSWW-47 populate hotel database by @pcichowski in #22
  • WIP RSWW-69 endpoint i logika bookowania - saga by @Danzigerrr in #24
  • RSWW-77 transport-service: get transport pairs between locations by @pcichowski in #23
  • RSWW-80 Checking hotel availability - saga by @Danzigerrr in #27
  • RSWW-75 add GetHotelDeatils logic by @CzajaLukasz in #28
  • RSWW-87 transport-service: fix pairs not being serializable and add location endpoints by @pcichowski in #29
  • RSWW-92 same location id generation in hotel and transport by @CzajaLukasz in #32
  • RFR: RSWW-63: Get Offers based on search query by @Mixss in #18
  • RSWW-88 fix api gateway cors headers by @pcichowski in #31
  • RSWW-89 Added queue to GetHotelDetails by @CzajaLukasz in #30
  • ReadyForReview: RSWW-79 stworzenie rezerwacji-saga by @Danzigerrr in #33
  • RSWW-82: Saga: payment by @Mixss in #26
  • RSWW-76 op offer details by @pcichowski in #34
  • ReadyForReview: RSWW-97 hotels database - change integer id to UUID in Hotels and Rooms by @Danzigerrr in #36
  • ReadyForReview: RSWW-98 update generating UUIDs in bootstrap by @Danzigerrr in #38
  • ReadyForReview: Rsww 101 change user id type from int to UUID by @Danzigerrr in #39
  • ReadyForReview: RSWW-81 Checking transport availability - saga by @Danzigerrr in #25
  • ReadyForReview: RSWW-86 Create-Transport-Reservation by @Danzigerrr in #37
  • ReadyForReview: RSWW-85 Create-Hotel-Reservation by @Danzigerrr in #35
  • RSWW-105 hotels & transports: fix bootstrap files not working in docker containers by @pcichowski in #40
  • RSWW-106 add cors mapping for post requests and add loggers in some places by @pcichowski in #42
  • RSWW-109 change price by @CzajaLukasz in #43
  • RSWW-107 OffersService: offer details: return both elements of transport pair by @pcichowski in #45
  • RSWW-110 offer-provider: OffersService: offer details: fix wrong return transport by @pcichowski in #46
  • RSWW-102-add-hotels-rollback by @CzajaLukasz in #47
  • RSWW-111 fix user bootstrap by @CzajaLukasz in #48
  • RSWW-103 transport reservation rollback-saga by @Danzigerrr in #44
  • Tweak payment and reservation by @pcichowski in #49
  • Rsww 112 fix hotels reservation deletion by @Danzigerrr in #50
  • Rsww 112 fix hotels reservation deletion - saga by @Danzigerrr in #51
  • RSWW-119 offer-provider: websockets: create websocket that sends periodical buy offer messages by @pcichowski in #52
  • Rsww 126 - reservation details shown in preferences by @Danzigerrr in #53
  • RSWW-134 create and configure data generator module by @Danzigerrr in #54
  • RSWW-137 .github: workflows: add CI image builder for all services by @pcichowski in #55

New Contributors

Full Changelog: https://github.com/Microarchitecturovisco/travel-api/commits/v0.1.0