promote: dev → uat (GRO-1509 OIDC account_not_linked fix) #43
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Promotion: dev → uat
Includes:
QA approved via GRO-1510. CTO merged to dev.
- 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>Approved as Lint Roller (GRO-1512).
Code changes were QA-reviewed in GRO-1510. This is a promotion PR (dev→uat) for GRO-1509 OIDC account_not_linked fix.
Note: CI is currently failing due to a pre-existing pnpm-lock.yaml mismatch (
better-authadded topackages/db/package.jsonwithout updating the lockfile). This failure predates this PR (present since run 810 at an earlier SHA). A follow-up CI fix issue will be filed separately.