gsxdsm
91137ecb51
FN-5677: add per-task auto-merge override controls
Add dashboard and API support to set or clear per-task auto-merge overrides during review.
- add TaskReviewTab UI controls and styles for selecting or clearing an auto-merge override
- wire legacy dashboard API request handling for task auto-merge override updates
- update task workflow routes to persist override operations
- add dashboard and route tests covering set/clear override behavior
Files changed:
packages/dashboard/app/__tests__/api-tasks.test.ts | 26 +++++++++
packages/dashboard/app/api/legacy.ts | 1 +
packages/dashboard/app/components/TaskReviewTab.css | 17 ++++++
packages/dashboard/app/components/TaskReviewTab.tsx | 55 +++++++++++++++++-
packages/dashboard/app/components/__tests__/TaskReviewTab.test.tsx | 48 ++++++++++++++++
packages/dashboard/src/__tests__/routes-tasks-ops.test.ts | 65 ++++++++++++++++++++++
packages/dashboard/src/routes/register-task-workflow-routes.ts | 7 ++-
7 files changed, 216 insertions(+), 3 deletions(-)
Fusion-Task-Id: FN-5677
Fusion-Task-Lineage: 4503e605-1190-4a32-8736-dd11eb2756b8
2026-05-29 10:55:25 -07:00
..
2026-04-24 19:39:20 -07:00
2026-05-22 20:20:42 -07:00
2026-05-19 20:29:59 -07:00
2026-05-09 17:05:43 -07:00
2026-05-08 17:17:59 -07:00
2026-05-25 16:32:57 -07:00
2026-05-15 16:19:42 -07:00
2026-05-12 07:47:10 -07:00
2026-05-07 18:47:08 -07:00
2026-05-09 10:31:04 -07:00
2026-04-24 19:39:20 -07:00
2026-05-29 10:55:25 -07:00
2026-05-16 12:49:57 -07:00
2026-05-07 18:35:45 -07:00
2026-05-07 23:21:05 -07:00
2026-05-22 20:20:42 -07:00
2026-05-23 20:24:18 -07:00
2026-05-18 05:35:14 -07:00
2026-04-23 13:29:23 -07:00
2026-05-17 10:37:54 -07:00
2026-05-22 20:20:42 -07:00
2026-05-23 20:24:18 -07:00
2026-05-20 14:28:45 -07:00
2026-05-11 10:54:26 -07:00
2026-05-22 20:20:42 -07:00
2026-05-22 20:20:42 -07:00
2026-04-24 19:39:20 -07:00
2026-05-22 20:20:42 -07:00
2026-05-22 20:20:42 -07:00
2026-04-24 19:39:20 -07:00
2026-05-22 10:37:21 -07:00
2026-05-07 14:09:39 -07:00
2026-05-19 01:59:22 -07:00
2026-05-10 23:36:10 -07:00
2026-05-29 09:32:22 -07:00
2026-05-22 20:20:42 -07:00
2026-05-22 20:20:42 -07:00
2026-05-23 20:24:18 -07:00
2026-05-22 20:20:42 -07:00
2026-05-23 20:24:18 -07:00
2026-04-07 23:25:34 -07:00
2026-05-23 20:24:18 -07:00
2026-03-28 16:30:23 -04:00
2026-04-24 22:25:57 -07:00
2026-05-22 10:37:21 -07:00
2026-05-22 20:20:42 -07:00
2026-05-15 10:05:46 -07:00
2026-05-22 20:20:42 -07:00
2026-05-02 02:54:26 -07:00
2026-05-29 08:20:28 -07:00
2026-04-24 19:39:20 -07:00
2026-05-07 23:21:05 -07:00
2026-05-08 01:57:55 -07:00
2026-05-06 05:29:56 -07:00
2026-05-17 19:11:59 -07:00
2026-05-17 03:28:21 -07:00
2026-05-08 07:38:50 -07:00
2026-05-17 15:11:48 -07:00
2026-05-28 19:45:27 -07:00
2026-04-24 19:39:20 -07:00
2026-04-30 21:26:54 -07:00
2026-05-23 20:24:18 -07:00
2026-05-13 10:00:00 -07:00
2026-05-17 19:11:59 -07:00