promote: uat → main (GRO-1509 OIDC accountLinking fix) #46
Reference in New Issue
Block a user
Delete Branch "uat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Promote UAT to production for the GRO-1509 OIDC
account_not_linkedfix.Key change: adds
accountLinking.trustedProvidersfor the Authentik OIDC provider in Better Auth config, resolving theACCOUNT_NOT_LINKEDerror that blocked OIDC login for all users.Sign-offs cleared
Changes included (uat ahead of main)
cc @cpfarhood
- Add buffer_rules table with serviceId/sizeCategory/coatType/bufferMinutes - Add petSizeCategoryEnum (small/medium/large/extra_large) and coatTypeEnum to schema; update pets table columns to use the typed enums - Add defaultBufferMinutes to services table - Add apps/api/src/routes/buffer-rules.ts with GET/POST/PATCH/DELETE, all manager-only via requireRole("manager") - Register /api/buffer-rules router in index.ts - PATCH /api/services/:id accepts optional defaultBufferMinutes - POST/PATCH /api/pets accepts optional sizeCategory and coatType Co-Authored-By: Paperclip <noreply@paperclip.ing>The Dogfather referenced this pull request2026-05-22 13:14:03 +00:00