tabs.js + docs: drop rebuild-queue cookies (#712 batch 10)
#437 (multi-step progress on rebuild_queue entries — closed) ×2: in tabs.js current-step comment + in docs/web-ui.md prose referencing the phase annotation. #501 (PR — merged for #437) ×1: paired with #437 in the same tabs.js current-step comment. #575 (X button to cancel pending builds — closed) ×2: in tabs.js cancel-form comment + in docs/web-ui.md cancel-button prose. #436 (route approval execution through rebuild_queue — closed) ×1 in docs/web-ui.md: scrubbed the parenthetical "; #436" next to the approval source-chip description (small freebie since I was editing that paragraph anyway). The approval-as-source-chip is the implementation of #436; the cookie was just history. Pre-scanned docs for matching cookies; caught all 3 doc cookies in the same PR.
This commit is contained in:
parent
c527f739ec
commit
68c2b3284e
2 changed files with 24 additions and 26 deletions
|
|
@ -264,21 +264,20 @@ shows a state glyph (`⏸` queued / `▶` running / `✔` done /
|
|||
`✖` failed / `⊘` cancelled), kind glyph + verb (`↻ rebuild`,
|
||||
`◆ meta_update`, `✨ spawn`, `🗑 destroy`), agent name, source
|
||||
chip (`manual | meta_update | auto_update | crash_recover | approval`
|
||||
— green for operator-approved config changes; #436),
|
||||
timing, and an optional reason / error. Meta-update cascade
|
||||
rebuilds nest under their parent entry (`parent_id` grouping;
|
||||
`rqe-child` CSS class). Dedup: re-enqueueing a still-queued op
|
||||
for the same agent collapses into the existing entry. Running
|
||||
entries tick elapsed seconds live, and when the worker has
|
||||
annotated the current phase (#437) a cyan `↳ <step>` sub-line
|
||||
appears under the main row showing the in-flight step name
|
||||
(e.g. `↳ meta prepare_deploy` → `↳ nixos-container update` →
|
||||
`↳ finalize deploy`). Terminal transitions clear `step` on the
|
||||
— green for operator-approved config changes), timing, and an
|
||||
optional reason / error. Meta-update cascade rebuilds nest under
|
||||
their parent entry (`parent_id` grouping; `rqe-child` CSS class).
|
||||
Dedup: re-enqueueing a still-queued op for the same agent
|
||||
collapses into the existing entry. Running entries tick elapsed
|
||||
seconds live, and when the worker has annotated the current phase
|
||||
a cyan `↳ <step>` sub-line appears under the main row showing the
|
||||
in-flight step name (e.g. `↳ meta prepare_deploy` → `↳ nixos-container update`
|
||||
→ `↳ finalize deploy`). Terminal transitions clear `step` on the
|
||||
backend so Done / Failed rows don't render stale labels.
|
||||
Queued entries carry a `✗` cancel button on the right edge
|
||||
(#575); running / done / failed / cancelled entries don't show
|
||||
it — the backend refuses cancellation for non-`Queued` rows
|
||||
anyway (`POST /api/rebuild-queue/{id}/cancel`). Successful
|
||||
Queued entries carry a `✗` cancel button on the right edge;
|
||||
running / done / failed / cancelled entries don't show it — the
|
||||
backend refuses cancellation for non-`Queued` rows anyway
|
||||
(`POST /api/rebuild-queue/{id}/cancel`). Successful
|
||||
cancel flips the row to `⊘ cancelled` via the next
|
||||
`rebuild_queue_changed` snapshot.
|
||||
Cold-loaded from `/api/state.rebuild_queue`; live updates via
|
||||
|
|
|
|||
Loading…
Reference in a new issue