Commit Graph

  • 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
  • 6d58ee779c feat: RBAC module + project endpoints protected (admin/mgr roles) Zhi 2026-02-24 04:16:32 +00:00
  • 05f2e8706d Merge pull request 'feat: Webhook system + CLI tool' (#2) from feat/webhook-and-cli into main hzhang 2026-02-24 04:11:53 +00:00
  • f60dc68b22 refactor: split monolithic main.py into FastAPI routers (v0.2.0) Zhi 2026-02-23 15:14:46 +00:00
  • 107102e775 feat: paginated list responses, issue sorting + filtering by assignee/tag Zhi 2026-02-23 10:12:07 +00:00
  • 703103af91 feat: time tracking / work logs (create, list, summary, project summary, CLI commands) Zhi 2026-02-23 05:11:52 +00:00
  • 9f276464b2 docs: update README with notifications, assign, retry, new CLI commands Zhi 2026-02-23 00:11:39 +00:00
  • 0a8b18729b feat: notifications system, webhook retry, issue assign endpoint, CLI milestones/notifications/overdue commands Zhi 2026-02-23 00:11:26 +00:00
  • 8e6aec8062 docs: update README with milestones + export endpoints Zhi 2026-02-22 19:12:50 +00:00
  • 7485f29ada feat: milestones, due dates, overdue filter, CSV export Zhi 2026-02-22 19:12:35 +00:00
  • f48b829511 feat: issue tags management (add/remove/list-all) Zhi 2026-02-22 09:08:49 +00:00
  • 6c53a6f658 feat: issue relations (link/unlink parent-child, list children) Zhi 2026-02-22 09:08:13 +00:00
  • a63afa073d feat: activity log model + API (audit trail) Zhi 2026-02-22 09:06:37 +00:00
  • ac397679f8 feat: batch operations (transition + assign) Zhi 2026-02-22 09:05:42 +00:00
  • 1e9c6fd2f8 feat: API key auth for agents (create/list/revoke) + dual auth (JWT or API key) Zhi 2026-02-22 09:05:05 +00:00
  • 1d5d8add3d docs: update README with full API reference and CLI usage Zhi 2026-02-22 04:23:26 +00:00
  • 9d831e932c feat: comment update/delete endpoints Zhi 2026-02-22 04:22:54 +00:00
  • 955cf01110 feat: CLI add search/transition/stats commands Zhi 2026-02-22 04:22:19 +00:00
  • 8ac51494c4 feat: dashboard stats API (by status/type/priority) Zhi 2026-02-22 04:21:26 +00:00
  • d4666260a7 feat: issue search API (keyword in title/description) Zhi 2026-02-22 04:21:01 +00:00
  • 9ad1e940e4 feat: issue status transition endpoint with webhook Zhi 2026-02-22 04:20:35 +00:00
  • d9b0345aa6 feat: add CLI tool (login/issues/projects/users/health/version) Zhi 2026-02-22 02:44:47 +00:00
  • 1a76de7c50 feat: webhook event firing on issue creation (background task) Zhi 2026-02-22 02:43:34 +00:00
  • a0d81ec9f5 feat: webhook CRUD API + schemas Zhi 2026-02-22 02:41:54 +00:00
  • 149f2d868f feat: add webhook + webhook_log models Zhi 2026-02-22 02:40:57 +00:00
  • 2982164bd9 Merge pull request 'feat: Auth + CRUD completion + Resolution ticket' (#1) from feat/auth-and-cleanup into main hzhang 2026-02-22 01:51:21 +00:00
  • e01dec5240 feat: add project update/delete, user update endpoints Zhi 2026-02-21 12:13:00 +00:00
  • f823a2475d feat: add /version endpoint + resolution ticket tested Zhi 2026-02-21 12:12:28 +00:00
  • 93fd9ca552 feat: add project members API (add/list/remove) Zhi 2026-02-21 12:11:49 +00:00
  • 81e1a2fc58 feat: add JWT auth (login/me), fix bcrypt version, add .gitignore Zhi 2026-02-21 12:11:06 +00:00
  • fd980c0344 refactor: move all files to root (no nested backend/) root 2026-02-21 08:25:37 +00:00
  • a557ab6f4a feat: initial HarborForge project structure root 2026-02-21 08:02:32 +00:00
  • 054eed50e9 Initial commit: project plan root 2026-02-21 07:31:00 +00:00
  • 80a0058d91 Initial commit zhi 2026-02-21 07:28:02 +00:00