hyperhive/docs/scheduler
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 0d31560e38 docs/jobq: the queue view hides done and skipped steps by default
jobq.md's "Watching it happen" section ended by promising that a step which
isn't needed "shows as `·` rather than dropping out of the tree entirely, so
the same kind of operation keeps a recognizable shape run to run".

In that view it does drop out. `JobqGraph.tsx:94` sets
`DEFAULT_HIDDEN_STATES = {Done, Skipped}` under the comment 'Product call:
"default selection filters out skipped and done"', `:299` seeds the selection as
everything except those, and `:271` puts the selection in the query string — so
the hidden states are never fetched, not merely styled out. That component is
what renders both surfaces the page names, and neither passes an override.

The claim is true of the data and false of the screen, in a section about what
is on the screen. Keeping both: the node stays in the graph, and the default
filter is named, along with the part that would otherwise surprise someone
debugging it — the selection is a request parameter.

Closes #4223.
2026-09-11 14:38:20 +02:00
..
ci.md docs, prompts, hive-forge: stop handing readers the renamed verbs 2026-09-10 17:22:57 +02:00
coordinator.md docs/scheduler/coordinator.md: repad RebuildBookkeeping table row 2026-09-08 20:23:54 +02:00
jobq.md docs/jobq: the queue view hides done and skipped steps by default 2026-09-11 14:38:20 +02:00
observability.md docs: the agent telemetry hop carries logs now, not only stats 2026-09-11 09:03:49 +02:00