learning_ai_common_plat/dashboards/tracker-web/src/app
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
..
api feat(tracker-web): expose webhook ingestion proxy 2026-05-30 19:56:28 +00:00
dashboard feat: complete operator job actions (requeue/reject/cancel) 2026-05-30 18:12:11 -07:00
health feat(scripts+ui): Tier 2 complete \u2014 common_plat 0 hex findings (was 59) 2026-05-23 14:37:51 -07:00
login feat(tracker-web): adopt @bytelyst/auth-ui on the login surface (UX-11) 2026-05-28 20:56:00 -07:00
roadmap feat(dashboards): add ops cockpit and execution pipeline 2026-05-30 23:12:06 +00:00
status/[id] feat(dashboards): add ops cockpit and execution pipeline 2026-05-30 23:12:06 +00:00
error.tsx feat(tracker-web): page chrome via @bytelyst/dashboard-components (UX-10) 2026-05-28 20:45:00 -07:00
globals.css feat(tracker-web): extend --bl-* token bridge for adopted components (UX-1.2 ext, CC.2) 2026-05-28 20:50:15 -07:00
layout.tsx feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
not-found.tsx chore: update dependencies 2026-03-19 21:25:30 -07:00
page.tsx feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
providers.tsx feat(tracker-web): toasts replace inline status divs (UX-6) 2026-05-29 07:03:16 -07:00