Commit Graph
1138 Commits
Author SHA1 Message Date
jason.woltje 5a14a97cb4 chore(tasks): mark MS24 all done including API-002 and VER-001 2026-03-08 21:58:33 -05:00
jason.woltje aebf6b18db Merge pull request 'chore(tasks): correct MS24 task statuses' (#755) from chore/ms24-tasks-correction into main 2026-03-09 02:38:36 +00:00
jason.woltje 6fbfb3c197 chore(tasks): correct MS24 task statuses — API-002 done, VER-001 not-started pending CI 2026-03-08 21:38:12 -05:00
jason.woltje 348943c5f7 Merge pull request 'feat(api): MS24 Woodpecker CI webhook → agent notification' (#754) from feat/ms24-ci-webhook into main 2026-03-09 02:33:37 +00:00
jason.woltje 39d36e67c5 ci: trigger pipeline with woodpecker secrets 2026-03-08 21:27:49 -05:00
jason.woltje e8a2d32476 feat(api): add Woodpecker CI webhook notifications 2026-03-08 18:37:35 -05:00
jason.woltje 3c0c10c9e5 Merge pull request 'chore(tasks): add MS24-API-002 Woodpecker webhook task' (#753) from chore/ms24-api-002-task into main 2026-03-08 23:30:12 +00:00
jason.woltje f59ce6a7a5 chore(tasks): add MS24-API-002 Woodpecker webhook task 2026-03-08 18:30:00 -05:00
jason.woltje 11fa1734bd Merge pull request 'chore(tasks): mark MS24 tasks done' (#752) from chore/ms24-tasks-done into main 2026-03-08 23:25:43 +00:00
jason.woltje 46815707a9 chore(tasks): mark MS24 tasks done 2026-03-08 18:25:28 -05:00
jason.woltje 621df6ee70 chore(tasks): add MS24 queue integration tasks 2026-03-08 18:25:20 -05:00
jason.woltje ac406f19bc Merge pull request 'feat(web): MS24 queue notification feed component' (#751) from feat/ms24-queue-ui into main 2026-03-08 23:21:23 +00:00
jason.woltje 72d295edd6 feat(web): add queue notification feed 2026-03-08 18:18:07 -05:00
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