chore: promote dev → uat (GRO-1544 health endpoint fix) #59

Merged
The Dogfather merged 3 commits from dev into uat 2026-05-22 21:50:14 +00:00
Member

Summary

  • Promotes dev to uat after merging PR #52
  • Includes fix for GRO-1544: health endpoint registered at /api/health before auth middleware
  • Unblocks GRO-1485 UAT regression chain (~18 downstream issues)

cc @cpfarhood

## Summary - Promotes dev to uat after merging PR #52 - Includes fix for GRO-1544: health endpoint registered at /api/health before auth middleware - Unblocks GRO-1485 UAT regression chain (~18 downstream issues) cc @cpfarhood
The Dogfather added 3 commits 2026-05-22 21:50:06 +00:00
The health check was registered on `app` at `/health`, but the HTTPRoute
routes `/api/*` to the API pod. Since auth middleware protects the /api
basePath, GET /api/health fell through to authMiddleware → 401.

Now registered on `api` before auth middleware at /api/health.

Updated UAT_PLAYBOOK.md §GRO-1485 — new health endpoint path.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
docs(api): update UAT_PLAYBOOK.md §4.0 — new health endpoint path
CI / Test (pull_request) Successful in 9s
CI / Lint & Typecheck (pull_request) Successful in 10s
CI / Build & Push Docker Images (pull_request) Failing after 46s
7b2b533c16
Added TC-API-0.1 for GET /api/health (unauthenticated).
Corrected path from /health to /api/health (GRO-1544).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Merge pull request 'fix(GRO-1544): register health endpoint at /api/health not /health' (#52) from fix/gro-1544-api-health-endpoint into dev
CI / Lint & Typecheck (push) Failing after 1m29s
CI / Test (push) Failing after 1m29s
CI / Build & Push Docker Images (push) Has been skipped
62dfc7776b
fix(GRO-1544): register health endpoint at /api/health not /health

Merge PR #52 to dev. Unblocks GRO-1485 UAT regression chain.
The Dogfather merged commit f4561b539f into uat 2026-05-22 21:50:14 +00:00
Sign in to join this conversation.