[v1.0.2-alpha]
Added
- Add units tests for the forms controller and services(#204)
- Add same site property to cookie (#212)
- Add same site property to cookie in refresh endpoint (#214)
- Add new comment model (#213)
Changed
- Update PostgreSQL image to timescale/timescaledb-ha:pg16 to match railway postgres image (#210)
- refactored e2e tests to use absolute import paths (#207)
- Updated seed data of user voyage roles and added new users(#206)
- Refactored e2e tests to use absolute import paths (#207)
- Update solo project model (#213)
- Update readme to include more instructions for using the test database (#213)
- refactored unit tests to use absolute import paths (#215)
Fixed
- Fix cors localhost address (#205)
- Fix voyages/sprints/teams/{teamId} returning wrong meetingIds (#209)
- Fix one of the regex in cors origin list (#211)
Removed
What's Changed
- test: unit test for forms controller and services by @Ajen07 in #204
- Fix/voyage sprints get teamid by @cherylli in #209
- refactor: changed E2E import paths to use '@/' by @timDeHof in #207
- Fix CORS origin localhost entry by @cherylli in #205
- Add github workflow for PR reminder by @cherylli in #202
- update regex in origin list by @Dan-Y-Ko in #211
- add same site property to cookie by @Dan-Y-Ko in #212
- Update docker compose to use timescaledb by @cherylli in #210
- Fix/checkin submit by @curtwl in #186
- add same site property to the cookie sent in the refresh endpoint by @Dan-Y-Ko in #214
- chore: update user voyage roles in dev seed by @Ajen07 in #206
- Feature: Solo Projects Part 1 - Database schema + basic seed by @cherylli in #213
- refactor: added absolute import paths to unit tests by @timDeHof in #215
- End of sprint merge into main (29/30) by @cherylli in #216
Full Changelog: 1.0.1-alpha...1.0.2-alpha