chore: promote dev → uat (GRO-1678 TCP resilience + backlog fixes) #67

Merged
The Dogfather merged 5 commits from dev into uat 2026-05-24 23:49:12 +00:00
Member

Promotes dev to uat. Includes:

  • fix(api): add timeouts for OIDC discovery fetch and DB connection (#66) — GRO-1678
  • fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet
  • fix(GRO-1544): restore /health alongside /api/health endpoint

Part of [GRO-1678] API pod CrashLoopBackOff fix.

Promotes dev to uat. Includes: - fix(api): add timeouts for OIDC discovery fetch and DB connection (#66) — GRO-1678 - fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet - fix(GRO-1544): restore /health alongside /api/health endpoint Part of [GRO-1678] API pod CrashLoopBackOff fix.
The Dogfather added 5 commits 2026-05-24 23:49:03 +00:00
fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Test (pull_request) Successful in 20s
CI / Build & Push Docker Image (pull_request) Successful in 25s
9f2809e89b
Lines 108-109 were duplicates of lines 102-103 from the PR #12 merge.
Removing the duplicate pair resolves the TS1117 error on dev.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
fix(GRO-1544): restore /health alongside /api/health endpoint
CI / Lint & Typecheck (pull_request) Failing after 1m34s
CI / Test (pull_request) Failing after 1m38s
CI / Build & Push Docker Images (pull_request) Has been skipped
49f70eb74b
The previous GRO-1544 PR changed /health to /api/health but removed
the /health endpoint entirely. This breaks:
- Dockerfile HEALTHCHECK (curl -f http://localhost:3000/health)
- K8s readinessProbe/livenessProbe (httpGet: path: /health, port: 3000)

Both paths are registered before auth middleware so both remain
publicly accessible without authentication.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Merge pull request 'fix(GRO-1544): restore /health alongside /api/health endpoint' (#60) from fix/gro-1544-api-health-endpoint into dev
CI / Lint & Typecheck (push) Successful in 45s
CI / Test (push) Successful in 46s
CI / Build & Push Docker Images (push) Successful in 2m45s
06d72b5baf
fix(GRO-1544): restore /health alongside /api/health endpoint (#60)
Merge pull request 'fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet' (#35) from fix/gro-1441-remove-duplicate-coat-props into dev
CI / Lint & Typecheck (push) Successful in 47s
CI / Test (push) Successful in 48s
CI / Build & Push Docker Images (push) Failing after 2m41s
b5a08a2c7e
fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet (#35)
fix(api): add timeouts for OIDC discovery fetch and DB connection (#66)
CI / Lint & Typecheck (push) Successful in 10s
CI / Test (push) Successful in 9s
CI / Build & Push Docker Images (push) Successful in 45s
b486c44a82
The Dogfather merged commit 8d9a9d8dba into uat 2026-05-24 23:49:12 +00:00
Sign in to join this conversation.