This website requires JavaScript.
eae947d9b6
Merge pull request 'feat(Dockerfile): multi-stage build to reduce image size from 852MB to ~200MB' (#15 ) from multi-stage into main
main
h z
2026-04-16 21:23:04 +00:00
a2f626557e
Merge branch 'main' into multi-stage
h z
2026-04-16 21:22:54 +00:00
c5827db872
Merge pull request 'dev-2026-03-29' (#14 ) from dev-2026-03-29 into main
h z
2026-04-16 21:22:03 +00:00
7326cadfec
feat: grant user.reset-apikey permission to account-manager role
orion
2026-04-16 21:19:13 +00:00
1b10c97099
feat: allow API key auth for reset-apikey endpoint
orion
2026-04-16 21:17:13 +00:00
8434a5d226
feat(Dockerfile): multi-stage build to reduce image size from 852MB to ~200MB
orion
2026-04-15 01:27:44 +00:00
a2ab541b73
Merge pull request 'HarborForge.Backend: dev-2026-03-29 -> main' (#13 ) from dev-2026-03-29 into main
h z
2026-04-05 22:08:14 +00:00
755c418391
feat: auto-trigger Discord wakeup when slot becomes ONGOING
orion
2026-04-05 09:37:14 +00:00
57681c674f
feat: add discord wakeup test endpoint
orion
2026-04-04 21:03:48 +00:00
79c6c32a78
feat: store discord user ids on accounts
orion
2026-04-04 20:16:22 +00:00
5e98d1c8f2
feat: accept post heartbeats for calendar agents
orion
2026-04-04 17:58:57 +00:00
5a2b64df70
fix: use model slot types for agent status updates
orion
2026-04-04 16:49:52 +00:00
578493edc1
feat: expose calendar agent heartbeat api
orion
2026-04-04 16:46:04 +00:00
41bebc862b
fix: enforce calendar role permissions
orion
2026-04-04 14:35:42 +00:00
e9529e3cb0
feat: add calendar role permissions
orion
2026-04-04 11:59:21 +00:00
848f5d7596
refactor: replace monitor heartbeat-v2 with heartbeat
orion
2026-04-04 08:05:48 +00:00
0448cde765
fix: make code index migration mysql-compatible
orion
2026-04-03 19:00:45 +00:00
ae353afbed
feat: switch backend indexing to code-first identifiers
orion
2026-04-03 16:25:11 +00:00
58d3ca6ad0
fix: allow api key auth for account creation
orion
2026-04-03 13:45:36 +00:00
f5bf480c76
TEST-BE-CAL-001 add calendar backend model and API tests
zhi
2026-04-01 10:35:43 +00:00
45ab4583de
TEST-BE-PR-001 fix calendar schema import recursion
zhi
2026-04-01 10:04:50 +00:00
2cc07b9c3e
BE-AGT-004 parse exhausted recovery hints
zhi
2026-04-01 04:18:44 +00:00
a94ef43974
BE-AGT-003: implement multi-slot competition handling
zhi
2026-04-01 02:49:30 +00:00
70f343fbac
BE-AGT-002: implement Agent status transition service
zhi
2026-04-01 00:46:16 +00:00
6c0959f5bb
BE-AGT-001: implement heartbeat pending-slot query service
zhi
2026-03-31 23:01:47 +00:00
22a0097a5d
BE-CAL-API-007: implement date-list API endpoint
zhi
2026-03-31 20:46:34 +00:00
78d836c71e
BE-CAL-API-006: implement plan-edit and plan-cancel API endpoints
zhi
2026-03-31 16:46:18 +00:00
43cf22b654
BE-CAL-API-005: implement plan-schedule / plan-list API
zhi
2026-03-31 14:47:09 +00:00
b00c928148
BE-CAL-API-004: Implement Calendar cancel API for real and virtual slots
zhi
2026-03-31 12:47:38 +00:00
f7f9ba3aa7
BE-CAL-API-003: implement Calendar edit API for real and virtual slots
zhi
2026-03-31 10:46:09 +00:00
c75ded02c8
BE-CAL-API-002: Implement calendar day-view query API
zhi
2026-03-31 07:18:56 +00:00
751b3bc574
BE-CAL-API-001: Implement single slot creation API
zhi
2026-03-31 05:45:58 +00:00
4f0e933de3
BE-CAL-007: MinimumWorkload warning rules + BE-CAL-008: past-slot immutability
zhi
2026-03-31 04:16:50 +00:00
570cfee5cd
BE-CAL-006: implement Calendar overlap detection service
zhi
2026-03-31 01:17:54 +00:00
a5b885e8b5
BE-CAL-005: Implement plan virtual-slot identification and materialization
zhi
2026-03-30 23:47:07 +00:00
eb57197020
BE-CAL-004: implement MinimumWorkload storage
zhi
2026-03-30 22:27:05 +00:00
1c062ff4f1
BE-CAL-003: Add Agent model with status/heartbeat/exhausted fields
zhi
2026-03-30 20:47:44 +00:00
a9b4fa14b4
BE-CAL-002: Add SchedulePlan model with period hierarchy constraints
zhi
2026-03-30 19:16:16 +00:00
3dcd07bdf3
BE-CAL-001: Add TimeSlot model with SlotType/SlotStatus/EventType enums
zhi
2026-03-30 17:45:18 +00:00
1ed7a85e11
BE-PR-011: Fix test infrastructure and add Proposal/Essential/Story restricted tests
zhi
2026-03-30 16:17:00 +00:00
90d1f22267
BE-PR-010: deprecate feat_task_id — retain column, read-only compat
zhi
2026-03-30 12:49:52 +00:00
08461dfdd3
BE-PR-009: restrict all story/* task types to Proposal Accept workflow
zhi
2026-03-30 11:46:18 +00:00
c84884fe64
BE-PR-008: add Proposal Accept tracking fields (source_proposal_id, source_essential_id)
zhi
2026-03-30 10:46:20 +00:00
cb0be05246
BE-PR-007: refactor Proposal Accept to generate story tasks from all Essentials
zhi
2026-03-30 07:46:20 +00:00
431f4abe5a
BE-PR-006: Add Essential CRUD API under Proposals
zhi
2026-03-30 07:16:30 +00:00
8d2d467bd8
BE-PR-005: Add Essential schema definitions (create/update/response) and ProposalDetailResponse with nested essentials
zhi
2026-03-30 06:45:21 +00:00
5aca07a7a0
BE-PR-004: implement EssentialCode encoding rules
zhi
2026-03-30 06:16:01 +00:00
089d75f953
BE-PR-003: Add Essential SQLAlchemy model
zhi
2026-03-29 16:33:00 +00:00
119a679e7f
BE-PR-002: Proposal model naming & field adjustments
zhi
2026-03-29 16:02:18 +00:00
cfacd432f5
BE-PR-001: Rename Propose -> Proposal across backend
zhi
2026-03-29 15:35:23 +00:00
7fd93cf8a8
Merge pull request 'Merge dev-2026-03-22 into main' (#12 ) from dev-2026-03-22 into main
hzhang
2026-03-22 14:12:43 +00:00
28d8dec010
Merge pull request 'Merge dev-2026-03-22-x1 into dev-2026-03-22' (#11 ) from dev-2026-03-22-x1 into dev-2026-03-22
hzhang
2026-03-22 14:06:30 +00:00
5ccd955a66
Fix: use role name 'admin' instead of 'superadmin' for global admin check
zhi
2026-03-22 11:17:51 +00:00
15126aa0e5
Apply fix: accept project_code as identifier in project endpoints
zhi
2026-03-22 10:40:13 +00:00
1905378064
Merge fix/three-bugs-2026-03-22: accept task_code/milestone_code as identifiers, add /config/status endpoint
zhi
2026-03-22 10:56:34 +00:00
8b357aabc4
Fix: accept task_code/milestone_code as identifiers, add /config/status endpoint
zhi
2026-03-22 10:06:27 +00:00
88931d822d
Fix milestones 422 + acc-mgr user + reset-apikey endpoint
zhi
2026-03-22 05:39:03 +00:00
d17072881b
feat: add general /supports list endpoint with status/taken_by filters
zhi
2026-03-22 00:17:44 +00:00
b351075561
chore: remove legacy Python CLI and update README
zhi
2026-03-21 21:38:08 +00:00
3ff9132596
feat: enrich member/comment/propose APIs with usernames
zhi
2026-03-21 20:28:28 +00:00
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