Releases: Eistbaren/server
Releases · Eistbaren/server
v1.3.0 (final)
For run instructions view README.md.
What's Changed
- Added documentation by @dorianim @LadnerJonas @lamorak13 @mariusdkm @Nomiez
- Fix typos by @Nomiez
- Move to Mail API keys to environment variables @mariusdkm
- Remove unused file by @LadnerJonas in #187
- fix typo in data.sql by @LadnerJonas in #188
- Add documentation submodule by @LadnerJonas and @dorianim in #189
- remove pushToBitBucket workflow patch by @LadnerJonas in #191
Full Changelog: v1.1.0...v1.3.0
v1.0.0
First stable release :)
What's Changed
- add .gitattributes file by @LadnerJonas in #2
- Setup Spring Boot (Kotlin) by @Nomiez in #12
- add code quality badge by @LadnerJonas in #13
- add swagger.yaml by @mariusdkm in #14
- Feat: Add docker config by @dorianim in #17
- Fix: Wrong variable in release workflow by @dorianim in #19
- Fix swagger image tag by @LadnerJonas in #21
- Fix: release workflow by @dorianim in #23
- Workflow/push to bitbucket by @dorianim in #24
- fix: Handling of commit messages with newlines by @dorianim in #25
- fix build by @mariusdkm in #26
- Chore: update readme by @dorianim in #27
- add name property to restaurant by @LadnerJonas in #22
- Add basic implementation of the persistence layer using h2 by @LadnerJonas in #18
- remove unused RestaurantService instance in HelloController by @LadnerJonas in #39
- DRAFT: Workflow: Add client git submodule by @dorianim in #36
- gradle workflow wie auf Artemis by @mariusdkm in #40
- 🔥 feat: build client with gradle by @mariusdkm in #41
- Create Mock Rest Endpoints by @Nomiez in #15
- chore: rename preview image from backend to server by @dorianim in #44
- Fix swagger host url by @LadnerJonas in #49
- Fix exception handling - removing custom exception and handle excepti… by @Nomiez in #50
- Feat: Add some table mock images by @dorianim in #51
- fix count of comments query to remove warning by @LadnerJonas in #56
- add findTablesOfRestaurant method by @LadnerJonas in #55
- Add restaurant service and fix return type of Repository by @Nomiez in #60
- Fix: Add client to dockerignore by @dorianim in #61
- Serve static client by @LadnerJonas in #57
- Implement ICS Endpoint /reservation/{id}/ics by @LadnerJonas in #62
- Fix make logger more kotlin-like by @Nomiez in #67
- Provide api specification via static filter by @LadnerJonas in #58
- Fix: Add
static
folder to fix copying issue of build client files by @dorianim in #70 - Fix: include empty dirs in copy target for
copyReactBuildFiles
task by @dorianim in #71 - Fix: Temporary fix for dockerimage build by @dorianim in #72
- fix h2-console not handled in staticfilter by @LadnerJonas in #74
- Fix: remove allOf for descriptions by @dorianim in #78
- Chore: Create seperate definitions for all objects by @dorianim in #79
- Feat: Update swagger.yaml to openapi3 by @dorianim in #80
- fix: link to client by @mariusdkm in #81
- fix: build only working the 2nd time by @mariusdkm in #82
- Fix: content-type of POST and PUT by @dorianim in #83
- Serve static images by @LadnerJonas in #87
- 45 add missing endpoints by @Nomiez in #54
- Fix image endpoint by @Nomiez in #92
- 91 image endpoint does not work by @LadnerJonas in #93
- Add restaurant mock pictures by @LadnerJonas in #98
- refactor UriPersistenceConverter by @LadnerJonas in #99
- Feat: New icon by @dorianim in #104
- Fix stream error in POST reservation by @Nomiez in #102
- Change opening hours from timestamps to ints by @LadnerJonas in #96
- Fix/105 restaurantlocation erfüllt nicht die swagger api by @LadnerJonas in #106
- 🐛 Fix: lat instead of lon by @mariusdkm in #112
- 95 pagination funktioniert nicht bei comments by @Nomiez in #110
- Add timeslots and fix inserts after comments by @LadnerJonas in #118
- Fix: remove artifact by @dorianim in #123
- Enable 5 min cache on image endpoint by @LadnerJonas in #117
- Query restaurant images and comments id ascending by @LadnerJonas in #122
- Fix tables & floorplans and add tables & floorplan mockdata by @LadnerJonas in #120
- 101 check for unix timestamps by @Nomiez in #111
- fix: AGAIN lat instead of lon by @mariusdkm in #124
- Fix timeslot naming to time by @Nomiez in #126
- 46 e mail benachrichtigungen by @Nomiez in #84
- Fix error with Random.NextInt by replacing with Math.random by @Nomiez in #128
- Fix: Add missing swagger properties by @dorianim in #109
- feat: introduce RestaurantType & adjust RestaurantMapper by @lamorak13 in #132
- Feat: restaurant filter service by @lamorak13 in #125
- feat: Allow CORS by @mariusdkm in #137
- Add compress image workflow by @LadnerJonas in #139
- Add new E-Mail layout and fix link to host by @Nomiez in #133
- 138 optimize images through workflow by @LadnerJonas in #141
- 138 optimize images through workflow by @LadnerJonas in #142
- 138 optimize images through workflow by @LadnerJonas in #143
- Compress images by @LadnerJonas in #146
- Fix error with url by @Nomiez in #147
- fix: timezone by @mariusdkm in #148
- Daten mocken (bis auf Bilder) by @LadnerJonas in #149
- Add pseudo random floorplans by @LadnerJonas in #151
- Fix: Header text too big by @dorianim in #152
- 130 catch invalid logicallly api calls by @Nomiez in #153
- Fix regex for mail and regex mail by @Nomiez in #155
- Workflow change job to one minute by @Nomiez in #158
- Fix reservationTables to tables by @Nomiez in #160
- Add ics to first mail too by @Nomiez in #165
- Fix findReservationsInTimeframeOfRestaurant edge cases by @LadnerJonas in #164
- Add more restaurant images by @LadnerJonas in #167
- hotfix missing background-11.webp by @LadnerJonas in #169
- Rename some restaurants by @LadnerJonas in #171
- improve comments by @LadnerJonas in #172
- improve floorplan by @LadnerJonas in #173
- Add data generators by @LadnerJonas in #174
- Add timezone info to ics file by @LadnerJonas in #175
- fix invalid count of seats and a scaling issue by @LadnerJonas in #179
- fix: include openHours in filterRestaurant service by @lamorak13 in #181
- 183 lösche reservierungen wenn sie nicht bestätigt wurden by @Nomiez in #184
New Contributors
- @Nomiez made their first contribution in #12
- @dorianim made their first contribution in #17
- @lamorak13 made their first contribution in #132
Full Changelog: https://github.com/Eistbaren/server/commits/v1.0.0