learning_ai_common_plat/dashboards/tracker-web/src
Saravanakumar D 283383561c feat: complete operator job actions (requeue/reject/cancel)
Adds lease-free operator lifecycle control to the fleet control plane:
- coordinator.operatorAction() fences any current factory holder by bumping
  leaseEpoch (mirrors the reaper), preserves checkpoint, and routes the job:
  requeue -> queued (or blocked if deps unmet), reject -> dead_letter,
  cancel -> failed. Shipped jobs are terminal (invalid_state).
- POST /fleet/jobs/:id/actions/:action route (400 on unknown action)
- fleet-client.operatorAction() + Requeue/Cancel/Reject buttons on job detail
- Tests: +5 coordinator, +1 routes, +2 fleet-client (platform fleet 140 green,
  tracker-web 212 green)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-30 18:12:11 -07:00
..
__tests__ feat: complete operator job actions (requeue/reject/cancel) 2026-05-30 18:12:11 -07:00
app feat: complete operator job actions (requeue/reject/cancel) 2026-05-30 18:12:11 -07:00
components feat(tracker-web): adopt @bytelyst/ui AppShell nav shell (UX-8) 2026-05-29 07:15:43 -07:00
lib feat: complete operator job actions (requeue/reject/cancel) 2026-05-30 18:12:11 -07:00
instrumentation.ts test(tracker-web): isolate e2e dev server 2026-05-30 19:36:07 +00:00