Commit Graph

15 Commits

Author SHA1 Message Date
Abhimanyu Saharan
5c25c4bb91 chore(backend): upgrade deps and remove redis/rq 2026-02-10 16:05:49 +05:30
Abhimanyu Saharan
3326100205 refactor: update Clerk authentication integration and improve organization handling 2026-02-09 23:55:52 +05:30
Kunal
4cc6b4300e test(backend): 100% coverage for task_dependencies service 2026-02-08 17:41:09 +00:00
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
dependabot[bot]
268c3ff63c chore(deps): bump starlette
Bumps the uv group with 1 update in the /backend directory: [starlette](https://github.com/Kludex/starlette).


Updates `starlette` from 0.41.3 to 0.49.1
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/starlette/compare/0.41.3...0.49.1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-version: 0.49.1
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-07 10:55:32 +00:00
Mateo (OpenClaw)
1d140d30c5 ci: add minimal frontend tests, backend coverage tooling, and fix mypy 2026-02-07 09:37:08 +00:00
Abhimanyu Saharan
0fbb4d2df8 chore(deps): update psycopg[binary] to version 3.3.2 2026-02-07 11:35:32 +05:30
Abhimanyu Saharan
19323e25de feat: implement error handling middleware with request ID tracking for improved error responses 2026-02-07 03:14:30 +05:30
Abhimanyu Saharan
6c14af0451 feat: add is_chat field to board memory and task_id to approvals, update pagination and response models 2026-02-06 19:11:11 +05:30
Abhimanyu Saharan
32010880d5 Merge pull request #28 from abhi1693/feature/board-lead-orchestration
Board lead orchestration: goals, onboarding, approvals, and live comments
2026-02-06 11:50:34 +05:30
Abhimanyu Saharan
814c041785 feat: add jinja2 as a dependency in pyproject.toml and update uv.lock 2026-02-06 02:44:55 +05:30
dependabot[bot]
5c53e0fb4d chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /backend
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 44.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-04 19:19:36 +00:00
Abhimanyu Saharan
12698d0781 ref(heartbeat): Remove cron provisioning
Remove gateway cron helpers and startup provisioning, relying on\nheartbeat instructions instead. Also drop unused httpx dependency.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 15:44:21 +05:30
Abhimanyu Saharan
b24e3e1dcd ref(backend): Centralize deps and add mypy
Extract reusable API dependencies and activity logging helpers.\nAdd mypy configuration and dev dependency for type checking.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 03:57:19 +05:30
Abhimanyu Saharan
1abc8f68f3 feat: add boards and tasks management endpoints 2026-02-04 02:28:51 +05:30