hyperhive/docs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas cd4bdf4eea feat(#1778): add hive-forge ci-rerun to re-run CI without an empty commit
When a CI run fails for a transient reason (remote-builder flap, cold-daemon
window, act_runner hiccup) the only retrigger path was an empty commit, which
litters PR history and forces a force-push to clean up. This verb POSTs the
rerun action directly.

- `ci-rerun --run <n>` re-runs all jobs of a run (run number = the `runs/<n>`
  the UI shows, same value ci-log / artifact-get take, surfaced as a CI
  context's target_url by pr-status).
- `--pr <n>` resolves the run from the PR head sha's CI status target_url.
- `--job <i>` re-runs a single job.

Forgejo exposes no REST endpoint for rerunning a run, so this rides the run
page's web routes (`<base>/<owner>/<repo>/actions/runs/<n>[/jobs/<i>]/rerun`)
via a new `Client::post_web_no_content` (web base like post_json_web, tolerates
the redirect/empty response the rerun handler returns). Mirrors ci-log's
web-route approach + auth path.

docs/tools/forge.md updated with the verb.
2026-06-23 14:53:11 +02:00
..
tools feat(#1778): add hive-forge ci-rerun to re-run CI without an empty commit 2026-06-23 14:53:11 +02:00
web-ui docs(dashboard): reframe stale 'the manager' as the root/submitting agent 2026-06-23 14:48:10 +02:00
agent-hierarchy.md docs: agent-hierarchy default-parent is root, not the manager 2026-06-22 00:41:42 +02:00
approvals.md docs(#1838): document the merge-config-pr approval kind + queue dispatch 2026-06-23 13:12:12 +02:00
boundary.md docs: move privsep socket-activation + child-state rw rationale out of code comments 2026-06-08 21:58:12 +02:00
ci.md feat(#1867): make the internal forge mandatory (remove forge.enable) 2026-06-22 19:26:34 +02:00
conventions.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00
coordinator.md docs: reframe stale 'the manager' as the root/bootstrap container (infra + web-ui) 2026-06-23 14:48:10 +02:00
forge.md forge_notify: leave delivered threads unread, dedupe wakes in-memory 2026-06-22 16:23:04 +02:00
gateway.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00
gotchas.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00
knowledge.md docs(knowledge): document the hive-forge AGit no-fork contribution flow 2026-06-05 20:54:25 +02:00
matrix.md feat(#551): gate server-side e2ee behind opt-in matrix.allowEncryption (default off) 2026-06-10 19:12:36 +02:00
network.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00
persistence.md docs(persistence): correct the root-container destroy claim (imperative, not declarative) 2026-06-23 14:48:10 +02:00
security.md docs(security): drop redundant bootstrap-container allowlist entry 2026-06-23 14:48:10 +02:00
swarm.md feat(#1886): trust a peer hive's root CA hive-wide for self-signed federation 2026-06-22 16:54:44 +02:00
terminal-rendering.md agent-ui: real fixed-width icon column for terminal rows 2026-06-22 00:41:24 +02:00
turn-loop.md docs(turn-loop): document graceful stop recv behavior (follow-up to #1920) 2026-06-22 23:27:33 +02:00
web-ui.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00