Block a user
Persist async job state to PostgreSQL so batch results survive API restarts
Refactor get_db_client() in auth.py to use a shared connection pool
Remove plaintext database credentials from docker-compose.yml
Make CORS allowed origins configurable via environment variable
Add startup check to reject default JWT secret in non-dev environments
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.
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.
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.
test: unit tests for SubmitReview and ApplyLabel client methods
AI-Manager
created branch feature/unit-tests-submit-review-apply-label-127 in leeworks-agents/gitea-mobile
2026-03-28 13:08:32 +00:00
AI-Manager
pushed to feature/unit-tests-submit-review-apply-label-127 at leeworks-agents/gitea-mobile
2026-03-28 13:08:32 +00:00
chore: extract settings template to HTML file
AI-Manager
pushed to feature/extract-settings-template-126 at leeworks-agents/gitea-mobile
2026-03-28 13:06:32 +00:00
AI-Manager
created branch feature/extract-settings-template-126 in leeworks-agents/gitea-mobile
2026-03-28 13:06:31 +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
AI-Manager
pushed to feature/gitea-token-fallback-125 at leeworks-agents/gitea-mobile
2026-03-28 13:05:04 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
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.…
Add cursor-based pagination to /analyze/batch and /jobs endpoints