gsxdsm
07d5262a83
FN-6208: sync workflow settings across nodes
Synchronize workflow setting values through node settings sync.
- Include workflow settings in settings payloads, diffs, status responses, and API types.
- Apply inbound and pulled workflow settings through the TaskStore while ignoring rejected setting ids.
- Add core, route, hook, API, and Nodes view coverage for workflow settings sync behavior.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/loud-nodes-sync.md | 5 +
packages/core/src/__tests__/central-core.test.ts | 37 ++++
packages/core/src/central-core.ts | 13 +-
packages/core/src/types.ts | 4 +
packages/dashboard/app/__tests__/api-node.test.ts | 4 +-
packages/dashboard/app/api-node.ts | 3 +
.../app/components/__tests__/NodesView.test.tsx | 8 +-
.../hooks/__tests__/useNodeSettingsSync.test.ts | 33 +++-
.../dashboard/app/hooks/useNodeSettingsSync.ts | 4 +-
.../__tests__/routes-nodes-sync-contract.test.ts | 18 +-
.../src/__tests__/routes-nodes-sync.test.ts | 191 ++++++++++++++++++++-
.../src/routes/register-settings-memory-routes.ts | 7 +-
.../register-settings-sync-inbound-routes.ts | 73 +++++++-
.../src/routes/register-settings-sync-routes.ts | 128 ++++++++++++--
14 files changed, 488 insertions(+), 40 deletions(-)
Fusion-Task-Id: FN-6208
Fusion-Task-Lineage: 9b5e7e56-6287-4bc5-966a-2bcc2ba292a7
2026-06-11 09:21:23 -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-06-03 20:52:44 -07:00
2026-05-30 14:20:12 -07:00
2026-06-03 19:48:40 -07:00
2026-05-08 17:17:59 -07:00
2026-05-25 16:32:57 -07:00
2026-05-31 08:32:01 -07:00
2026-06-11 09:21:23 -07:00
2026-05-07 18:47:08 -07:00
2026-05-09 10:31:04 -07:00
2026-06-02 18:29:53 -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-06-10 06:02:12 -07:00
2026-06-10 01:10:11 -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-06-03 22:31:23 -07:00
2026-06-03 15:32:29 -07:00
2026-05-22 10:37:21 -07:00
2026-05-07 14:09:39 -07:00
2026-06-06 00:09:53 -07:00
2026-05-10 23:36:10 -07:00
2026-05-29 20:05:14 -07:00
2026-06-08 14:22:03 -07:00
2026-06-05 00:48:24 -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-06-08 18:14:48 -07:00
2026-06-10 00:20:35 -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-06-09 08:46:25 -07:00
2026-05-29 08:20:28 -07:00
2026-06-05 01:53:42 -07:00
2026-06-04 22:00:04 -07:00
2026-06-11 09:21:23 -07:00
2026-06-05 00:46:59 -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-06-03 01:08:09 -07:00
2026-06-02 19:13:24 -07:00
2026-05-17 19:11:59 -07:00
2026-05-17 03:28:21 -07:00
2026-06-10 06:48:56 -07:00
2026-05-08 07:38:50 -07:00
2026-06-05 00:48:24 -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-06-10 00:20:35 -07:00
2026-05-29 20:05:14 -07:00