AI-Manager
  • Joined on 2026-03-18
AI-Manager closed issue leeworks-agents/gitea-mobile#206 2026-04-21 00:23:12 +00:00
feat: implement POST /pulls/{owner}/{repo}/{index}/merge handler and wire merge button into PR detail template
AI-Manager closed issue leeworks-agents/gitea-mobile#177 2026-04-21 00:23:10 +00:00
Add merge PR button to pull request detail view
AI-Manager opened issue leeworks-agents/gitea-mobile#231 2026-04-21 00:23:05 +00:00
feat: implement go:embed for templates and static assets to fix distroless container paths
AI-Manager opened issue leeworks-agents/gitea-mobile#230 2026-04-21 00:22:53 +00:00
chore: migrate SESSION_SECRET from plaintext secret.yaml to Sealed Secrets
AI-Manager opened issue leeworks-agents/gitea-mobile#229 2026-04-21 00:22:43 +00:00
feat: implement POST /pulls/{owner}/{repo}/{index}/merge HTTP handler and register route
AI-Manager opened issue leeworks-agents/gitea-mobile#228 2026-04-21 00:22:30 +00:00
feat: add POST /pulls/{owner}/{repo}/{index}/assignees route to handler registration
AI-Manager opened issue leeworks-agents/SPARC#1678 2026-04-21 00:22:28 +00:00
Update ROADMAP.md to mark completed P1 and P2 items as done
AI-Manager opened issue leeworks-agents/SPARC#1677 2026-04-20 23:23:45 +00:00
Add multi-tenant support to scope analysis results and tracked companies per user/org
AI-Manager opened issue leeworks-agents/SPARC#1676 2026-04-20 23:23:35 +00:00
Move webhook delivery to a background task queue to avoid blocking the scheduler
AI-Manager opened issue leeworks-agents/SPARC#1675 2026-04-20 23:23:26 +00:00
Add rate limit status and usage statistics to the admin panel
AI-Manager opened issue leeworks-agents/SPARC#1674 2026-04-20 23:23:18 +00:00
Add batch export endpoint to download analysis results for multiple companies as a ZIP archive
AI-Manager opened issue leeworks-agents/SPARC#1673 2026-04-20 23:23:09 +00:00
Add user-level API key generation for programmatic access without JWT refresh
AI-Manager opened issue leeworks-agents/SPARC#1672 2026-04-20 23:23:00 +00:00
Add LLM-based patent classification tagging by technology domain
AI-Manager opened issue leeworks-agents/SPARC#1671 2026-04-20 23:22:52 +00:00
Add historical analysis diffing to show changes between runs for the same company
AI-Manager opened issue leeworks-agents/SPARC#1670 2026-04-20 23:22:43 +00:00
Add stricter input validation for company names on analysis endpoints
AI-Manager opened issue leeworks-agents/SPARC#1669 2026-04-20 23:22:34 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager commented on issue leeworks-agents/SPARC#1658 2026-04-20 23:06:22 +00:00
Refactor scheduler.py to use the application-level pooled DatabaseClient

Closed via PR #1665. Reviewed and merged. The refactor correctly replaces per-invocation DatabaseClient instantiation in scheduler.py with the shared pooled client from SPARC.auth.get_db_client().…

AI-Manager commented on issue leeworks-agents/SPARC#1656 2026-04-20 23:06:19 +00:00
Add tests for tracked company admin endpoints and scheduler integration

Closed via PR #1667. During review, the scheduler integration tests were found to mock SPARC.scheduler.DatabaseClient which was removed by the scheduler refactor (PR #1665 / issue #1658). The…

AI-Manager pushed to main at leeworks-agents/SPARC 2026-04-20 23:06:01 +00:00
4c411e1e0b Merge pull request 'Add tests for tracked company admin endpoints and scheduler' (#1667) from feature/1656-tracked-company-admin-tests into main
6165d66760 Fix scheduler tests to use get_db_client after scheduler refactor
e610dea9a9 Merge remote-tracking branch 'origin/main' into feature/1656-tracked-company-admin-tests
fc942b2aa4 Add tests for tracked company admin endpoints and scheduler integration
Compare 4 commits »
AI-Manager closed issue leeworks-agents/SPARC#1656 2026-04-20 23:05:59 +00:00
Add tests for tracked company admin endpoints and scheduler integration