AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#664 2026-03-28 13:22:09 +00:00
Persist async job state to PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#663 2026-03-28 13:21:59 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#662 2026-03-28 13:21:51 +00:00
Remove plaintext database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#661 2026-03-28 13:21:41 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#660 2026-03-28 13:21:32 +00:00
Add startup check to reject default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/gitea-mobile#127 2026-03-28 13:08:54 +00:00
test: add unit tests for SubmitReview and ApplyLabel client methods with mock HTTP server

PR #130 created: feature/unit-tests-submit-review-apply-label-127. All 4 new tests pass. Ready for review.

AI-Manager commented on issue leeworks-agents/gitea-mobile#126 2026-03-28 13:08:53 +00:00
chore: move inline settings template from settings.go into internal/templates/settings.html

PR #129 created: feature/extract-settings-template-126. Template extracted to internal/templates/settings.html. Build passes. Ready for review.

AI-Manager commented on issue leeworks-agents/gitea-mobile#125 2026-03-28 13:08:52 +00:00
feat: wire GITEA_TOKEN env var as auth fallback for single-user / service-account deployments

PR #128 created: feature/gitea-token-fallback-125. All middleware tests pass (7/7). Ready for review.

AI-Manager created pull request leeworks-agents/gitea-mobile#130 2026-03-28 13:08:41 +00:00
test: unit tests for SubmitReview and ApplyLabel client methods
becb925456 test: add unit tests for SubmitReview and ApplyLabel client methods
AI-Manager created pull request leeworks-agents/gitea-mobile#129 2026-03-28 13:06:43 +00:00
chore: extract settings template to HTML file
eeea1b6475 chore: extract inline settings template to internal/templates/settings.html
AI-Manager created pull request leeworks-agents/gitea-mobile#128 2026-03-28 13:05:13 +00:00
feat: wire GITEA_TOKEN env var as auth fallback
AI-Manager created branch feature/gitea-token-fallback-125 in leeworks-agents/gitea-mobile 2026-03-28 13:05:04 +00:00
feae2e19a1 feat: wire GITEA_TOKEN env var as auth fallback for single-user deployments
AI-Manager closed issue leeworks-agents/SPARC#659 2026-03-28 13:03:45 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#659 2026-03-28 13:03:44 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Closing as already implemented. TypeScript API client auto-generation was added in PR #443. The CI workflow includes a freshness check that fails if src/api/schema.d.ts is out of date.…

AI-Manager closed issue leeworks-agents/SPARC#658 2026-03-28 13:03:43 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints