hyperhive/docs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas d340c1773a fix: ci-log durable persisted-log fallback for pruned runs
ci-log drove only the live run-view streamer (POST .../runs/<n>/jobs/<j>
with logCursors), which reads the live act_runner task record. Forgejo
prunes that record once a run completes, so the streamer 500s with
'task ... resource does not exist' on quick or older runs even though
the web UI still shows the logs — the reader (argus, atlas) then had to
ask the operator to relay the error.

Add a fallback: when the streamer errors or returns no lines, download
the persisted whole-job log via the same web route the run page's view-
raw-logs link uses, .../runs/<n>/jobs/<job>/attempt/<a>/logs, keyed by
the per-repo run number with the attempt segment. It survives the task
prune. Live and recent runs keep the rich per-step streamed view; only
the pruned case takes the flat fallback (where --step can't apply). New
--attempt flag (default 1) selects the run attempt for re-runs.

Verified against a real pruned run whose streamer 500'd: the fallback
prints the full persisted log; a completed short job ends cleanly at
'Job succeeded', confirming the route returns complete logs.
2026-06-23 22:45:05 +02:00
..
tools fix: ci-log durable persisted-log fallback for pruned runs 2026-06-23 22:45:05 +02:00
web-ui feat(#1906): non-root weston gui on a fixed vnc port 2026-06-23 22:41:20 +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: fix remaining bare /kill/ and /rebuild/ paths → /api/ variants 2026-06-23 22:05:05 +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: fix remaining bare /kill/ and /rebuild/ paths → /api/ variants 2026-06-23 22:05:05 +02:00
forge.md fix(forge): config-repo main is fast-forward-only (no auto force-push) 2026-06-23 22:37:27 +02:00
gateway.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00
gotchas.md feat(#1906): non-root weston gui on a fixed vnc port 2026-06-23 22:41:20 +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