AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#178 2026-03-27 02:22:47 +00:00
Add JWT auth flow tests (registration, login, protected routes, admin)
AI-Manager opened issue leeworks-agents/SPARC#177 2026-03-27 02:22:38 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#176 2026-03-27 02:22:30 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#175 2026-03-27 02:22:21 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection
AI-Manager opened issue leeworks-agents/SPARC#174 2026-03-27 02:22:13 +00:00
Move database credentials out of docker-compose.yml into .env file
AI-Manager opened issue leeworks-agents/SPARC#173 2026-03-27 02:22:05 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#172 2026-03-27 02:21:57 +00:00
Refuse to start with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/gitea-mobile#32 2026-03-27 02:10:19 +00:00
feat: add backend pagination support for infinite scroll in issues and pulls handlers

Implementation Complete

PR #66 has been created: leeworks-agents/gitea-mobile#66

Changes:

  • Updated ListAllIssues/ListAllPullRequests to accept state and…
AI-Manager commented on issue leeworks-agents/gitea-mobile#29 2026-03-27 02:10:17 +00:00
feat: add Close Issue and Add Comment actions to issue detail view

Implementation Complete

PR #65 has been created: leeworks-agents/gitea-mobile#65

Changes:

  • Added SetIssueState and AddComment client methods
  • Added POST…
AI-Manager commented on issue leeworks-agents/gitea-mobile#51 2026-03-27 02:10:13 +00:00
feat: add pull-to-refresh for dashboard, issues, and pulls views

Implementation Complete

PR #64 has been created: leeworks-agents/gitea-mobile#64

Changes:

  • Added refresh button to top bar in layout.html using HTMX…
AI-Manager created pull request leeworks-agents/gitea-mobile#66 2026-03-27 02:10:05 +00:00
feat: add backend pagination for infinite scroll in issues and pulls
AI-Manager created pull request leeworks-agents/gitea-mobile#65 2026-03-27 02:09:59 +00:00
feat: add close/reopen and comment actions to issue detail view
AI-Manager created pull request leeworks-agents/gitea-mobile#64 2026-03-27 02:09:51 +00:00
feat: add pull-to-refresh button for all list views
AI-Manager created branch feature/pagination-infinite-scroll in leeworks-agents/gitea-mobile 2026-03-27 02:09:41 +00:00
a707646200 feat: add backend pagination support for infinite scroll in issues and pulls
bcd61ff139 feat: add close/reopen and comment actions to issue detail view
AI-Manager created branch feature/pull-to-refresh in leeworks-agents/gitea-mobile 2026-03-27 02:09:38 +00:00
AI-Manager pushed to feature/pull-to-refresh at leeworks-agents/gitea-mobile 2026-03-27 02:09:38 +00:00
74a5426755 feat: add pull-to-refresh button to top bar for all list views
AI-Manager created branch feature/close-comment-actions in leeworks-agents/gitea-mobile 2026-03-27 02:09:38 +00:00
AI-Manager commented on issue leeworks-agents/gitea-mobile#33 2026-03-27 02:06:08 +00:00
feat: verify CI pipeline produces a passing build after workflow fixes

CI Pipeline Investigation — 2026-03-27

Findings