mission-control/src
Nyk b6c6bb955d fix: send jobId/jobName instead of command when triggering cron jobs
The triggerJob function was sending { command: job.command } to the API,
but the backend expects jobId or jobName to identify the job. This caused
all manual cron triggers to fail with "Job ID required" (400 error).

Also adds the missing `id` field to the CronJob store interface so
TypeScript recognizes the field already returned by the API.
2026-03-02 02:44:20 +07:00
..
app feat: v1.2.0 — validation hardening, unit tests, quality improvements 2026-03-02 00:22:59 +07:00
components fix: send jobId/jobName instead of command when triggering cron jobs 2026-03-02 02:44:20 +07:00
lib test: add 94 E2E tests covering all CRUD routes + fix middleware location 2026-03-02 02:21:10 +07:00
store fix: send jobId/jobName instead of command when triggering cron jobs 2026-03-02 02:44:20 +07:00
test feat: initial open-source release 2026-02-23 02:00:44 +07:00
types feat: initial open-source release 2026-02-23 02:00:44 +07:00
index.ts feat: initial open-source release 2026-02-23 02:00:44 +07:00
live-feed.tsx feat: initial open-source release 2026-02-23 02:00:44 +07:00
middleware.ts test: add 94 E2E tests covering all CRUD routes + fix middleware location 2026-03-02 02:21:10 +07:00
nav-rail.tsx feat: initial open-source release 2026-02-23 02:00:44 +07:00
page.tsx feat: initial open-source release 2026-02-23 02:00:44 +07:00