fix forgejo actions web bridges #529

Merged
coilyco-ops merged 2 commits from issue-473 into main 2026-07-14 11:24:06 +00:00
Member

This switches the Forgejo Actions log and rerun bridges onto the web UI endpoints this Forgejo serves, with Basic auth and run-page payload parsing instead of the dead API routes.

  • Logs now POST logCursors to the attempt page.
  • Reruns now use the run page /rerun control, and failed-job reruns fan out across the failed job controls.
  • Tests: ward test --audit-override-dirty -- tests/test_forgejo_actions_logs.py tests/test_forgejo_actions_rerun.py tests/test_forgejo_actions_web.py; ward pre-commit-all --audit-override-dirty.

closes #473
ward.workflow: pull-request-and-merge

This switches the Forgejo Actions log and rerun bridges onto the web UI endpoints this Forgejo serves, with Basic auth and run-page payload parsing instead of the dead API routes. - Logs now POST `logCursors` to the attempt page. - Reruns now use the run page `/rerun` control, and failed-job reruns fan out across the failed job controls. - Tests: `ward test --audit-override-dirty -- tests/test_forgejo_actions_logs.py tests/test_forgejo_actions_rerun.py tests/test_forgejo_actions_web.py`; `ward pre-commit-all --audit-override-dirty`. closes #473 ward.workflow: pull-request-and-merge
fix forgejo actions web bridges
Some checks failed
ci / ward-doctor (pull_request) Successful in 38s
ci / gate (pull_request) Failing after 10m34s
e27ce2e2f6
coilysiren left a comment

This is just a request with some formatting around it? We are supposed to be adding 1st class KDL verbs for simple requests. This should use that.

This is just a request with some formatting around it? We are supposed to be adding 1st class KDL verbs for simple requests. This should use that.
Owner
here: https://forgejo.coilysiren.me/coilyco-flight-deck/cli-guard/src/branch/main/docs/specverb-fetch.md
fix forgejo rerun fallback
All checks were successful
ci / ward-doctor (pull_request) Successful in 4m48s
ci / gate (pull_request) Successful in 5m46s
7cc5f2210d
coilyco-ops deleted branch issue-473 2026-07-14 11:24:09 +00:00
Sign in to join this conversation.
No description provided.