Commit Graph
1125 Commits
Author SHA1 Message Date
jason.woltje 6e9def3c5a Merge pull request 'feat(api): MS24 queue notifications module' (#750) from feat/ms24-queue-api into main 2026-03-08 23:04:16 +00:00
jason.woltje 456d53fc7f fix(api): add SkipCsrf to queue notification ack endpoint 2026-03-08 17:54:35 -05:00
jason.woltje 8014930b70 Merge pull request 'fix(api): proxy mission-control routes to orchestrator' (#748) from fix/mission-control-proxy into main 2026-03-08 22:51:08 +00:00
jason.woltje 06f2cc4be3 feat(api): add queue notifications module 2026-03-08 17:27:41 -05:00
jason.woltje 04bbdf3308 fix(api): proxy mission-control routes to orchestrator 2026-03-08 14:04:12 -05:00
jason.woltje a6f1438f40 fix(web): route Mission Control API calls through orchestrator proxy (#747)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-08 17:00:27 +00:00
jason.woltje 523662656e Merge pull request 'fix(deploy): use consistent network alias for openbrain-brain-internal' (#746) from fix/compose-network-alias-consistency into main 2026-03-08 16:35:32 +00:00
jason.woltje 27120ac3f2 fix(deploy): use consistent network alias for openbrain-brain-internal
Service definitions were using 'openbrain_brain-internal' (underscore) but the
networks block defines the alias as 'openbrain-brain-internal' (hyphen), with
name: openbrain_brain-internal pointing to the actual Docker network.

This caused 'undefined network' errors on every Portainer deploy for
orchestrator and synapse services.

Fixed: all service network references now use 'openbrain-brain-internal'.
2026-03-08 11:34:38 -05:00
jason.woltje ad9921107c fix(deploy): add DATABASE_URL and openbrain network to orchestrator + synapse (#745)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-08 15:51:22 +00:00
jason.woltje 3c288f9849 fix(web): add ReactQueryProvider to root layout for Mission Control (#744)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-08 15:50:40 +00:00
jason.woltje 51d6302401 Merge pull request 'style(web): fix prettier formatting in AuditLogDrawer' (#743) from fix/audit-drawer-format into main 2026-03-08 01:56:03 +00:00
jason.woltje cf490510bf style(web): fix prettier formatting in AuditLogDrawer 2026-03-07 19:54:08 -06:00
jason.woltje 3d91334df7 Merge pull request 'fix(mission-control): increase rate limit for events/recent, add error handling' (#742) from fix/mission-control-ratelimit into main 2026-03-08 00:44:31 +00:00
jason.woltje e80b624ca6 fix(mission-control): increase rate limit for events/recent, add error handling 2026-03-07 18:42:50 -06:00
jason.woltje 65536fcb75 Merge pull request 'fix(orchestrator): add missing module import for OrchestratorApiKeyGuard' (#741) from fix/orchestrator-guard-import into main 2026-03-07 23:36:55 +00:00
jason.woltje 53915dc621 fix(orchestrator): add missing module import for OrchestratorApiKeyGuard 2026-03-07 17:35:57 -06:00
jason.woltje 398ee06920 Merge pull request 'chore: release v0.0.23 — Mission Control Dashboard' (#740) from chore/ms23-v0.0.23-release into main 2026-03-07 23:01:19 +00:00
jason.woltje 2182717f59 chore: release v0.0.23 — Mission Control Dashboard 2026-03-07 17:00:15 -06:00
jason.woltje fe55363f38 Merge pull request 'chore: MS23-P4-001 QA gate — lint/typecheck/test all green' (#739) from chore/ms23-p4-qa into main 2026-03-07 22:57:06 +00:00
jason.woltje d60165572a fix(orchestrator): encrypt OpenClaw provider tokens at rest 2026-03-07 16:55:51 -06:00
jason.woltje ff73fbd391 Merge pull request 'test(orchestrator): MS23-P3-004 OpenClaw provider E2E — Phase 3 gate' (#738) from test/ms23-p3 into main 2026-03-07 22:46:21 +00:00
jason.woltje 95ec63a868 test(orchestrator): MS23-P3-004 OpenClaw provider E2E — Phase 3 gate 2026-03-07 16:44:57 -06:00
jason.woltje 2ab736b68b Merge pull request 'feat(web): MS23-P3-003 OpenClaw provider config UI' (#736) from feat/ms23-p3-config-ui into main 2026-03-07 22:33:22 +00:00
jason.woltje 30e0168983 Merge pull request 'feat(orchestrator): MS23-P3-002 OpenClaw SSE bridge' (#737) from feat/ms23-p3-openclaw-bridge into main 2026-03-07 22:33:13 +00:00
jason.woltje 495d78115e feat(orchestrator): add OpenClaw SSE bridge streaming 2026-03-07 16:20:27 -06:00
jason.woltje 54ee5cf945 feat(web): MS23-P3-003 OpenClaw provider config UI 2026-03-07 16:18:21 -06:00
jason.woltje 563d59ad5d Merge pull request 'feat(orchestrator): MS23-P3-001 OpenClawProvider' (#735) from feat/ms23-p3-openclaw-provider into main 2026-03-07 22:06:31 +00:00
jason.woltje da6e055113 feat(orchestrator): MS23-P3-001 OpenClawProvider 2026-03-07 15:58:56 -06:00
jason.woltje 0441d44f42 Merge pull request 'test(web): MS23-P2-009 Mission Control frontend tests' (#733) from test/ms23-p2 into main 2026-03-07 21:38:36 +00:00
jason.woltje 7147dc3503 test(web): MS23-P2-009 Mission Control frontend tests 2026-03-07 15:27:36 -06:00
jason.woltje f0aa3b5a75 test(web): add Mission Control frontend tests for phase 2 gate 2026-03-07 15:25:39 -06:00
jason.woltje 11d64341b1 Merge pull request 'fix(web): MS23-P2 restore main branch CI' (#732) from fix/ms23-p2-main into main 2026-03-07 21:08:54 +00:00
jason.woltje 90d2fa7563 fix(web): MS23-P2 fix broken lint/typecheck on main 2026-03-07 14:55:04 -06:00
jason.woltje 31af6c26ec Merge pull request 'feat(web): MS23-P2-008 Panel grid responsive layout' (#731) from feat/ms23-p2-grid into main 2026-03-07 20:48:36 +00:00
jason.woltje e4f942dde7 feat(web): MS23-P2-008 panel grid responsive layout 2026-03-07 14:47:39 -06:00
jason.woltje 4ea31c5749 Merge pull request 'feat: MS23-P2-007 AuditLogDrawer + audit log endpoint' (#730) from feat/ms23-p2-audit into main 2026-03-07 20:40:21 +00:00
jason.woltje 4792f7b70a feat: MS23-P2-007 AuditLogDrawer + audit log endpoint 2026-03-07 14:40:06 -06:00
jason.woltje 571094a099 Merge pull request 'feat(web): MS23-P2-004 Panel operator controls' (#729) from feat/ms23-p2-controls into main 2026-03-07 20:35:53 +00:00
jason.woltje adef5bdbb2 feat(web): MS23-P2-004 panel operator controls 2026-03-07 14:34:31 -06:00
jason.woltje eb771d795a Merge pull request 'feat(web): MS23-P2-003 BargeInInput component' (#728) from feat/ms23-p2-barge into main 2026-03-07 20:33:39 +00:00
jason.woltje c9aff531ea Merge pull request 'feat(web): MS23-P2-006 KillAllDialog confirmation modal' (#727) from feat/ms23-p2-killall into main 2026-03-07 20:33:03 +00:00
jason.woltje b2c751caca feat(web): MS23-P2-003 BargeInInput component 2026-03-07 14:32:12 -06:00
jason.woltje cd28428cf2 feat(web): MS23-P2-006 KillAllDialog confirmation modal 2026-03-07 14:31:38 -06:00
jason.woltje 2c36569f85 Merge pull request 'feat(web): MS23-P2-005 GlobalAgentRoster sidebar tree' (#726) from feat/ms23-p2-roster into main 2026-03-07 20:20:17 +00:00
jason.woltje 7c086db7e4 feat(web): MS23-P2-005 GlobalAgentRoster sidebar tree 2026-03-07 14:19:05 -06:00
jason.woltje 577e6141e0 Merge pull request 'feat(web): MS23-P2-002 OrchestratorPanel SSE stream component' (#725) from feat/ms23-p2-panel into main 2026-03-07 20:17:56 +00:00
jason.woltje 631ba499e3 feat(web): MS23-P2-002 OrchestratorPanel SSE stream component 2026-03-07 14:14:57 -06:00
jason.woltje a61106c24a Merge pull request 'feat(web): MS23-P2-001 Mission Control page route + layout shell' (#724) from feat/ms23-p2-page into main 2026-03-07 20:00:55 +00:00
jason.woltje 487aac6903 feat(web): add Mission Control page layout shell 2026-03-07 13:59:23 -06:00
jason.woltje 544e828e58 Merge pull request 'test(orchestrator): MS23-P1-006 Phase 1 provider system unit tests' (#723) from test/ms23-p1 into main 2026-03-07 19:51:09 +00:00