Commit Graph

413 Commits

Author SHA1 Message Date
Abhimanyu Saharan
872ae09512 refactor: replace generic Exception handling with specific exceptions in agents.py 2026-02-09 02:51:40 +05:30
Abhimanyu Saharan
9973b76463 refactor: replace generic Exception handling with specific exceptions in various files 2026-02-09 02:51:26 +05:30
Abhimanyu Saharan
9714c7c24e refactor: update async session generator usage for improved clarity 2026-02-09 02:28:46 +05:30
Abhimanyu Saharan
9d91e87190 refactor: remove unnecessary type casting in CRUD operations for delete and update methods 2026-02-09 02:24:49 +05:30
Abhimanyu Saharan
9340a74c42 refactor: replace generic Exception handling with SQLAlchemyError in CRUD and session management 2026-02-09 02:24:16 +05:30
Abhimanyu Saharan
fafcac1e16 refactor: replace exec_dml with CRUD operations in various files and improve session handling 2026-02-09 02:17:34 +05:30
Abhimanyu Saharan
228b99bc9b refactor: replace SQLModel with QueryModel in various models and update query methods 2026-02-09 02:04:14 +05:30
Abhimanyu Saharan
e19e47106b feat: add sign-out redirect URL and enhance sign-in redirect handling 2026-02-09 01:07:36 +05:30
Abhimanyu Saharan
f6bcd1ca5f refactor: update migration paths and improve database operation handling 2026-02-09 00:51:26 +05:30
Abhimanyu Saharan
8c4bcca603 refactor: clean up code formatting and improve readability in various files 2026-02-09 00:29:26 +05:30
Abhimanyu Saharan
bb5a8482f3 feat: add endpoint to remove organization members with access cleanup 2026-02-09 00:26:49 +05:30
Abhimanyu Saharan
b9d2603fde feat: implement organization deletion with cascading cleanup of associated resources 2026-02-09 00:22:37 +05:30
Abhimanyu Saharan
fd01320f1b feat: ensure board group deletion also removes associated board group memory 2026-02-09 00:17:25 +05:30
Abhimanyu Saharan
cd732e312f test: add unit test for board deletion and organization access cleanup 2026-02-08 23:41:20 +05:30
Abhimanyu Saharan
840d5a050f feat: refactor sign-in prompts to use SignedOutPanel component 2026-02-08 23:40:11 +05:30
openclaw-bot
bbe9523ea0 test: seed organization when creating boards in integration tests 2026-02-08 17:54:43 +00:00
Abhimanyu Saharan
45f74c3ec6 Merge pull request #66 from abhi1693/recreate/pr62-backend-org-invites-tests
test: add backend coverage for organizations/invites access control
2026-02-08 23:13:09 +05:30
Ishaan (OpenClaw)
ce8d41b3b1 Fix flake8 in org service tests 2026-02-08 17:41:22 +00:00
Kunal
4cc6b4300e test(backend): 100% coverage for task_dependencies service 2026-02-08 17:41:09 +00:00
Ishan (OpenClaw)
da21506431 test(backend): cover organizations service access/invite flows 2026-02-08 17:39:50 +00:00
Abhimanyu Saharan
724b6601f3 fix(security): restrict local workspace writes to configured root 2026-02-08 21:49:26 +05:30
Abhimanyu Saharan
aaeb3cf8f3 fix: replace deprecated 422 status constant 2026-02-08 21:44:29 +05:30
Abhimanyu Saharan
f3d853fa2f feat: simplify list comprehension for board access model validation 2026-02-08 21:40:42 +05:30
Abhimanyu Saharan
7addc32ff9 feat: update context dependency to OrganizationContext in activity and agents modules 2026-02-08 21:39:02 +05:30
Abhimanyu Saharan
061563964d feat: refactor organization context usage in board and gateway endpoints 2026-02-08 21:37:20 +05:30
Abhimanyu Saharan
289452b341 refactor: streamline imports and clean up group access handling in board-related files 2026-02-08 21:18:37 +05:30
Abhimanyu Saharan
60744ddfac refactor: clean up code formatting and improve readability across multiple files 2026-02-08 21:17:26 +05:30
Abhimanyu Saharan
e03125a382 feat: add organization-related models and update schemas for organization management 2026-02-08 21:16:26 +05:30
Abhimanyu Saharan
e8600420b2 refactor: clean up imports and remove trailing whitespace in multiple files 2026-02-08 00:51:57 +05:30
Abhimanyu Saharan
da1559fc98 feat: persist agent's soul_template to prevent overwriting on reprovision 2026-02-08 00:47:46 +05:30
Abhimanyu Saharan
460d4adddf feat: add souls directory integration with search and fetch functionality 2026-02-08 00:46:15 +05:30
Abhimanyu Saharan
527cc13c63 refactor: improve code formatting and readability across multiple files 2026-02-08 00:46:15 +05:30
Abhimanyu Saharan
91e4c069cc feat: enhance agent identity profile with purpose and personality attributes 2026-02-08 00:46:15 +05:30
Arjun (OpenClaw)
574c2fa93d Merge remote-tracking branch 'origin/master' into fix/compose-smoke-dockerfiles 2026-02-07 17:32:23 +00:00
Riya
5c1dde391a Merge remote-tracking branch 'origin/master' into riya/backend-unit-tests-core-utils 2026-02-07 17:11:21 +00:00
Kunal
c3f611f3f6 fix: remove unused import in request id middleware test 2026-02-07 16:35:14 +00:00
Arjun (OpenClaw)
c65b225ba7 fix: dockerfiles build in compose context
- backend: copy dependency lockfiles from backend/ when build context is repo root
- frontend: don't copy public/ when it doesn't exist
2026-02-07 15:57:25 +00:00
Kunal
f87cc1f7fb ci: scoped 100% coverage gates + policy doc 2026-02-07 15:54:42 +00:00
Riya
449d081e16 chore(tests): fix flake8 unused import 2026-02-07 15:47:45 +00:00
Riya
892a36be09 test(backend): add unit tests for task dependencies + provisioning helpers 2026-02-07 15:45:49 +00:00
Ishaan (OpenClaw)
1350f2e944 docs(backend): add backend README for local dev and ops 2026-02-07 15:38:03 +00:00
Abhimanyu Saharan
dd1e9e2b93 Merge pull request #32 from abhi1693/ishan/ci-coverage-gate
CI: backend coverage gate + fix mypy targets shadow
2026-02-07 20:43:06 +05:30
Abhimanyu Saharan
88a5075684 feat: add board group models and update related interfaces 2026-02-07 20:29:55 +05:30
Abhimanyu Saharan
7b5ee230f5 Merge pull request #29 from abhi1693/chore/docker-compose-quickstart
Self-host: add Dockerfiles and compose quickstart
2026-02-07 19:53:20 +05:30
Abhimanyu Saharan
2e329975be Merge pull request #35 from abhi1693/dependabot/uv/backend/uv-91ab757ed1
chore(deps): bump starlette from 0.41.3 to 0.49.1 in /backend in the uv group across 1 directory
2026-02-07 18:22:46 +05:30
Omar (OpenClaw)
6bf7a72a62 Fix flake8 W391 (no trailing blank line) 2026-02-07 11:33:19 +00:00
Omar (OpenClaw)
31181e1f5d Fix flake8 W391 (no trailing blank line) 2026-02-07 11:32:56 +00:00
openclaw-agent
7ac9aa659d fix(compose): avoid Clerk placeholders; include templates in backend image 2026-02-07 11:31:11 +00:00
Ishan (OpenClaw)
dbd5cd4310 Merge origin/master and fix CI lint 2026-02-07 11:28:58 +00:00
Abhimanyu Saharan
117048d637 refactor(agent): remove unused board ensure functionality and related classes 2026-02-07 16:57:23 +05:30