Skip to content

Fix/2026 backend followup improvements - #144

Merged
WillSams merged 5 commits into
mainfrom
fix/2026-backend-followup-improvements
May 22, 2026
Merged

Fix/2026 backend followup improvements#144
WillSams merged 5 commits into
mainfrom
fix/2026-backend-followup-improvements

Conversation

@WillSams

Copy link
Copy Markdown
Owner

Fix backend bugs and dead code from follow-up review

  • Fix NameError in get_reservation_resolver when DbSession raises
  • Fix fetch_reservation and delete_reservation type hints (id builtin → int)
  • Remove unreachable else branch in delete_reservation
  • Fix getReservation schema argument (roomId → id)
  • Replace deprecated datetime.utcnow() with datetime.now(timezone.utc)
  • Remove unused create_refresh_token
  • Add default for ENV and startup validation for required secrets
  • Fix convert_to_local_date_from_str dropping timezone conversion on naive datetime
  • Remove unused find_by_id spec helper and normalize test method naming

WillSams added 5 commits May 22, 2026 13:01
- Fix NameError in get_reservation_resolver when DbSession raises
- Fix fetch_reservation and delete_reservation type hints (id builtin → int)
- Remove unreachable else branch in delete_reservation
- Fix getReservation schema argument (roomId → id)
- Replace deprecated datetime.utcnow() with datetime.now(timezone.utc)
- Remove unused create_refresh_token
- Add default for ENV and startup validation for required secrets
- Fix convert_to_local_date_from_str dropping timezone conversion on naive datetime
- Remove unused find_by_id spec helper and normalize test method naming
@WillSams
WillSams merged commit d5fc9e1 into main May 22, 2026
7 checks passed
@WillSams
WillSams deleted the fix/2026-backend-followup-improvements branch May 22, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant