feat(reports): same-origin /pr proxy for the Recipe Report live STATUS column #7

Merged
autonomic-bot merged 1 commits from feat/reports-pr-status-proxy into main 2026-06-09 13:16:12 +00:00

1 Commits

Author SHA1 Message Date
2d354009d9 feat(reports): same-origin /pr/<recipe>/<n> proxy for the Recipe Report STATUS column
Some checks failed
continuous-integration/drone/push Build is failing
Adds a custom nginx default.conf to the ccci-reports stack: keeps the static
report serving and adds a read-only, tokenless, same-origin proxy
  GET /pr/<recipe>/<n>  ->  Gitea API /repos/recipe-maintainers/<recipe>/pulls/<n>
so the report's live PR-status column can fetch state client-side without a CORS
dependency. Owner pinned to recipe-maintainers; recipe name restricted to a
slashless charset so the path can't be coerced elsewhere; GET/HEAD only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 13:10:29 +00:00