Commit Graph

  • f45f5957f4 docs: refresh openclaw plugin architecture docs zhi 2026-03-21 19:52:09 +00:00
  • 86911286c0 feat: add code-based meetings router with participant/attend support zhi 2026-03-21 19:18:20 +00:00
  • 96cbe109ec Add support code-based action routes zhi 2026-03-21 18:17:11 +00:00
  • 43af5b29f6 feat: add code-first API support for projects, milestones, proposes, tasks zhi 2026-03-21 18:12:04 +00:00
  • 32e79a41d8 Expose milestone codes in response schema zhi 2026-03-21 16:06:40 +00:00
  • e5fd89f972 feat: add username-based user lookup and permission introspection endpoint zhi 2026-03-21 14:21:54 +00:00
  • 271d5140e6 feat(users): switch account management to single-role model zhi 2026-03-21 08:44:19 +00:00
  • 7d42d567d1 feat(users): add admin-safe user management endpoints zhi 2026-03-20 10:56:00 +00:00
  • 14dcda3cdc feat(monitor): store nginx telemetry for generic clients zhi 2026-03-20 10:03:56 +00:00
  • d67f676006 Merge pull request 'feat: monitor API key flow and versioned telemetry' (#10) from feat/monitor-api-key-v2 into main hzhang 2026-03-20 09:18:08 +00:00
  • 9b5e2dc15c fix(monitor): harden server delete and remove challenge docs zhi 2026-03-20 08:02:19 +00:00
  • 8e0f158266 refactor(monitor): remove deprecated challenge flow zhi 2026-03-20 07:42:43 +00:00
  • 97f12cac7a feat(monitor): store plugin version separately from openclaw version zhi 2026-03-20 07:23:18 +00:00
  • a0d0c7b3a1 fix(monitoring): handle timezone-naive datetimes in get_server_states_view zhi 2026-03-19 20:57:50 +00:00
  • c70f90cb52 feat(monitor): add API Key authentication for server heartbeat zhi 2026-03-19 18:17:50 +00:00
  • 929a722c66 docs: add OpenClaw Plugin development plan zhi 2026-03-19 14:19:46 +00:00
  • 67c648d6d8 chore: remove tests - moved to HarborForge.Backend.Test zhi 2026-03-19 12:44:10 +00:00
  • 403d66e1ba test(P14.1): add comprehensive backend API tests zhi 2026-03-19 12:38:14 +00:00
  • 0b1e47ef60 Merge pull request 'feat: milestone state machine + propose flow + task state machine' (#8) from feat/milestone-propose-state-machine into main hzhang 2026-03-19 11:11:09 +00:00
  • 43742f69da fix: add values_callable to all SQLAlchemy Enum columns zhi 2026-03-19 09:38:37 +00:00
  • e938507a24 test(P13.3): propose backend tests — 19 tests covering CRUD, accept/reject/reopen, code generation, feat_task_id protection, edit restrictions, permissions zhi 2026-03-18 05:01:56 +00:00
  • c21e4ee335 test(P13.2): task state-machine tests — 34 tests covering transitions, assignee guards, comments, permissions, edit restrictions zhi 2026-03-18 04:02:29 +00:00
  • 011a2262ce test(P13.1): add milestone state machine tests — 17 tests covering freeze/start/close/auto-complete/preflight zhi 2026-03-18 03:07:30 +00:00
  • 7bad57eb0e feat(P5): sync batch transition with P5.3-P5.6 guards — auth, assignee, comment, permission, deps, auto-complete zhi 2026-03-18 01:01:59 +00:00
  • 00a1786ec3 feat(P12.1): CLI — add propose subcommands, remove task_type=task, add milestone status filter, transition comment support zhi 2026-03-18 00:01:52 +00:00
  • 586e06f66a feat(P3.6): lock feature story task body edits when milestone is freeze/undergoing/completed/closed zhi 2026-03-17 23:01:39 +00:00
  • ec91a15f65 fix(P7.1): remove TaskType.TASK from models.py + fix milestone task defaults (issue/pending) zhi 2026-03-17 23:01:02 +00:00
  • 8e38d4cf4d feat(P2.2): add default mgr/dev role seeds with preset permissions for milestone/task/propose actions zhi 2026-03-17 19:02:44 +00:00
  • 0c75045f6f feat(P4.3): wire task depend_on check into pending→open transition via reusable helper zhi 2026-03-17 18:02:08 +00:00
  • c6b14ac25f P4.1: Extract reusable dependency check helper, deduplicate milestone_actions.py zhi 2026-03-17 17:03:45 +00:00
  • 89e3bcdd0f feat(P7.1): remove task_type='task' — migrate to issue/defect, update defaults and DB migration zhi 2026-03-17 16:05:32 +00:00
  • 3afbbc2a88 feat(P2.1): register 9 new permissions (milestone/task/propose actions) + wire check_permission in all action endpoints zhi 2026-03-17 15:03:48 +00:00
  • c18b8f3850 feat(P9.6): block story/feature and maintenance/release task creation via general create endpoints zhi 2026-03-17 13:02:46 +00:00
  • 7542f2d7c1 feat(P5.7): task edit restrictions — block body edits in undergoing/completed/closed, enforce assignee-only edit in open+assigned zhi 2026-03-17 12:04:12 +00:00
  • ffb0fa6058 feat(P5.3+P5.4): enforce assignee identity on start/complete + require completion comment in transition endpoint zhi 2026-03-17 11:02:19 +00:00
  • 7a16639aac feat(P8.3): milestone preflight endpoint for freeze/start button pre-condition checks zhi 2026-03-17 10:04:17 +00:00
  • 314040cef5 feat(P3.6): milestone edit restrictions — block PATCH in terminal states, restrict scope fields in freeze/undergoing, protect delete zhi 2026-03-17 09:01:40 +00:00
  • 589b1cc8de feat(P5.1-P5.6): task state-machine validation — enforce legal transitions in transition/batch/update endpoints zhi 2026-03-17 08:02:37 +00:00
  • 7d8c448cb8 feat(P3.1): milestone action endpoints — freeze/start/close + auto-complete hook zhi 2026-03-17 04:03:05 +00:00
  • 75ccbcb362 feat: propose CRUD router + accept/reject/reopen actions (P6.1-P6.4) zhi 2026-03-17 03:01:49 +00:00
  • 2bea75e843 feat: add Propose model/schema + DB enum migration scripts zhi 2026-03-17 02:04:42 +00:00
  • 9e22c97ae8 refactor: update milestone/task status enums to new state machine values zhi 2026-03-17 00:04:29 +00:00
  • f9e5e0f9a3 Merge pull request 'feat: modal editors + ownership-based edit permissions' (#7) from feat/modal-edit-permissions-20260316 into main hzhang 2026-03-16 19:43:48 +00:00
  • 9e14df921e feat: add modal-edit permissions for projects milestones and tasks zhi 2026-03-16 18:13:54 +00:00
  • f16bdd9725 fix: align task response time field serialization zhi 2026-03-16 16:32:01 +00:00
  • 214a9b109d refactor: replace issues backend with milestone tasks zhi 2026-03-16 13:22:14 +00:00
  • dc5d06489d Merge pull request 'feat: add role/permission system with tests support' (#6) from feature/role-permission-system into main hzhang 2026-03-15 13:33:50 +00:00
  • 61e3349ca4 feat: add role/permission system with tests support river 2026-03-15 12:25:59 +00:00
  • fee2320cee fix: handle None project_code and serialize list fields Zhi 2026-03-12 23:33:10 +00:00
  • 67adcc375e fix: add project_id to MilestoneCreate schema Zhi 2026-03-12 23:29:19 +00:00
  • 39da27301a fix: generate milestone_code in milestones.py Zhi 2026-03-12 23:26:20 +00:00
  • 41d92c5e68 fix: properly generate milestone_code and task/support/meeting codes Zhi 2026-03-12 23:18:20 +00:00
  • a1a99bb838 feat: add code fields - milestoneCode, taskCode, supportCode, meetingCode Zhi 2026-03-12 22:48:04 +00:00
  • 5297711c77 refactor: split tasks/supports/meetings into separate tables Zhi 2026-03-12 22:26:24 +00:00
  • 724be87a04 feat: add tasks/supports/meetings endpoints with project_code paths Zhi 2026-03-12 22:09:39 +00:00
  • 5a76f61692 fix: remove leftover code in get_issue Zhi 2026-03-12 22:01:55 +00:00
  • 6fe5e5ddb3 feat: add task fields - task_code, estimated_effort, etc Zhi 2026-03-12 21:54:16 +00:00
  • dbcb92a9c3 fix: add POST endpoints for tasks/supports/meatings Zhi 2026-03-12 21:32:57 +00:00
  • 1b1ca0e0d3 fix: add /milestones/{id}/items and update progress endpoint Zhi 2026-03-12 21:29:18 +00:00
  • d76328923c feat: milestone enhancements - new fields, task/support/meeting endpoints, progress Zhi 2026-03-12 14:25:51 +00:00
  • 755e4a80f9 Merge pull request 'feat/task-type-hierarchy' (#5) from feat/task-type-hierarchy into main hzhang 2026-03-12 13:05:00 +00:00
  • 7b2ac29f2c fix: cascade delete milestones/issues, clean references Zhi 2026-03-12 12:55:14 +00:00
  • 50f5e360e4 fix: prevent deleting project owner Zhi 2026-03-12 12:47:15 +00:00
  • d1f9129922 fix: import check_permission Zhi 2026-03-12 12:42:50 +00:00
  • 2e14077668 fix: milestones router use Milestone model correctly Zhi 2026-03-12 12:33:41 +00:00
  • 4a32ed921a fix: remove project_id from ProjectMemberBase schema Zhi 2026-03-12 12:27:38 +00:00
  • dac2de62f6 fix: import Milestone model in milestones router Zhi 2026-03-12 12:26:38 +00:00
  • 9254723f2c fix: import Role model Zhi 2026-03-12 12:19:14 +00:00
  • afd769bc12 fix: create_project auto-add member use role_id Zhi 2026-03-12 12:16:39 +00:00
  • 818dbf12b9 fix: add member.remove permission check Zhi 2026-03-12 12:13:14 +00:00
  • c695ef903f fix: rbac ProjectMember reference, add repo field to Project Zhi 2026-03-12 12:04:51 +00:00
  • ace0707394 fix: member/milestone endpoints - role_id column, schema fixes Zhi 2026-03-12 12:00:37 +00:00
  • 74177915df feat: add configurable role/permission system Zhi 2026-03-12 11:41:55 +00:00
  • 2f659e1430 feat: add project creation permission (admin only), add milestones API with RBAC Zhi 2026-03-12 11:04:04 +00:00
  • 1eb90cd61c fix: project create schema - owner_name auto-fill from owner_id, sub/related projects as list Zhi 2026-03-12 10:52:46 +00:00
  • d5bf47f4fc fix: quote enum values and csv export subtype zhi 2026-03-12 09:37:19 +00:00
  • e5775bb9c8 feat: add project code generation + remove issues/milestones from nav zhi 2026-03-12 09:25:26 +00:00
  • 6b3e42195d feat: add task type hierarchy with subtypes (issue/meeting/support/maintenance/research/review/story/test) zhi 2026-03-11 23:55:52 +00:00
  • 9f9aad8ce0 Merge pull request 'feat/public-monitor-and-agent-telemetry' (#4) from feat/public-monitor-and-agent-telemetry into main hzhang 2026-03-11 22:15:25 +00:00
  • 5f47a17794 fix: add requests dependency for provider usage adapters zhi 2026-03-11 17:29:17 +00:00
  • 863c79ef3e docs: remove GroupId query param from minimax example zhi 2026-03-11 17:15:53 +00:00
  • c81654739c feat: add kimi/minimax usage adapters and update provider docs zhi 2026-03-11 17:05:18 +00:00
  • d5402f3a70 docs: add provider credential format guidance zhi 2026-03-11 13:13:23 +00:00
  • ff4baf6113 feat: support provider usage via configurable JSON credentials zhi 2026-03-11 13:13:07 +00:00
  • 5b8f84d87d feat: add provider usage adapters for openai and placeholders for others zhi 2026-03-11 13:08:58 +00:00
  • c0ec70c64f docs: fix plugin plan markdown content and protocol examples zhi 2026-03-11 12:53:11 +00:00
  • 74e054c51e docs: add openclaw monitor plugin implementation plan draft zhi 2026-03-11 12:52:21 +00:00
  • 9fb13f4906 feat: add RSA public-key handshake support for monitor server websocket zhi 2026-03-11 12:51:54 +00:00
  • 464bccafd8 feat: add 10m server challenge flow and websocket telemetry channel zhi 2026-03-11 12:41:32 +00:00
  • d299428d35 feat: add public monitor API + admin provider/server management scaffold zhi 2026-03-11 11:59:53 +00:00
  • 95a4702e1e fix: remove user_id query requirement from notifications count/read-all zhi 2026-03-11 10:49:03 +00:00
  • 7218aabc59 fix: notifications endpoints use current user auth instead of required user_id query zhi 2026-03-11 10:46:48 +00:00
  • 7fe0a72549 Merge pull request 'feat: RBAC + activity logging + Docker health check' (#3) from feat/rbac-and-polish into main zhi 2026-03-11 10:43:42 +00:00
  • a21026ac09 fix: enforce missing RBAC checks on issue/comment updates and deletes zhi 2026-03-11 10:43:31 +00:00
  • c1288b5fa9 feat: wizard config volume integration zhi 2026-03-06 13:46:38 +00:00
  • 4b20444a5e feat: AbstractWizard integration for initialization zhi 2026-03-06 13:15:47 +00:00
  • 3cf2b1bc49 feat: auto activity logging on issue create/delete, fix schema db.add bug Zhi 2026-02-27 09:39:39 +00:00
  • a56faacc4c feat: add curl to Dockerfile for health check Zhi 2026-02-27 09:37:42 +00:00
  • 622112c02f feat: comments RBAC + notification on new comment Zhi 2026-02-24 04:22:42 +00:00
  • 26ee18a4a4 feat: RBAC on issues (create/update/delete require dev+/mgr+) Zhi 2026-02-24 04:20:43 +00:00