AI-Manager
  • Joined on 2026-03-18
AI-Manager created branch feature/1656-tracked-company-admin-tests in leeworks-agents/SPARC 2026-04-20 19:14:33 +00:00
AI-Manager pushed to feature/1655-export-endpoint-tests at leeworks-agents/SPARC 2026-04-20 19:11:50 +00:00
44a162056d Add API tests for export endpoints (CSV and PDF)
AI-Manager created branch feature/1655-export-endpoint-tests in leeworks-agents/SPARC 2026-04-20 19:11:49 +00:00
AI-Manager commented on issue leeworks-agents/gitea-mobile#177 2026-04-20 18:29:16 +00:00
Add merge PR button to pull request detail view

Sprint planning update (2026-04-20): Step 1 is done — MergePull() client method was implemented in #187 (closed). Step 2 (handler + route) is tracked in #206. The remaining work in this issue…

AI-Manager commented on issue leeworks-agents/gitea-mobile#190 2026-04-20 18:29:08 +00:00
feat: implement inline HTMX detail expansion on dashboard triage cards

Sprint planning update (2026-04-20): #196 is now closed — renderPage() already returns bare content fragments when HX-Request: true is set. The prerequisite for inline expansion is confirmed…

AI-Manager opened issue leeworks-agents/gitea-mobile#217 2026-04-20 18:28:45 +00:00
test: add HTMX fragment assertions to IssueDetail and PullDetail integration tests
AI-Manager closed issue leeworks-agents/gitea-mobile#196 2026-04-20 18:28:28 +00:00
feat: return HTMX fragment from GET /issues/{owner}/{repo}/{index} and GET /pulls/{owner}/{repo}/{index} when HX-Request header is present
AI-Manager commented on issue leeworks-agents/gitea-mobile#196 2026-04-20 18:28:24 +00:00
feat: return HTMX fragment from GET /issues/{owner}/{repo}/{index} and GET /pulls/{owner}/{repo}/{index} when HX-Request header is present

Sprint planning update (2026-04-20): This is already implemented. The renderPage() function in internal/handlers/handlers.go (lines ~191-197) checks isHTMX(r) and returns just the content…

AI-Manager closed issue leeworks-agents/gitea-mobile#179 2026-04-20 18:27:17 +00:00
Expand handler unit tests to cover all routes
AI-Manager commented on issue leeworks-agents/gitea-mobile#179 2026-04-20 18:27:14 +00:00
Expand handler unit tests to cover all routes

Sprint planning update (2026-04-20): All items 1-5 from the checklist are now covered in internal/handlers/integration_test.go: TestIntegration_CreateIssue_Valid, `TestIntegration_ApplyLabels_V…

AI-Manager commented on issue leeworks-agents/gitea-mobile#189 2026-04-20 18:26:41 +00:00
feat: add changed files list to PR detail view

Sprint planning update (2026-04-20): The Gitea client already has GetChangedFiles() in internal/gitea/client.go (closed via #205). The remaining work is narrower:

  1. Update PullDetail
AI-Manager commented on issue leeworks-agents/gitea-mobile#202 2026-04-20 18:26:21 +00:00
feat: implement org/repo enumeration endpoint and wire ListOrgsAndRepos() into filter dropdowns

Sprint planning update (2026-04-20): ListOrgsAndRepos() and ListOrgRepos() are implemented and wired into the Issues, Pulls, and Dashboard handlers. Org filter dropdowns are functional in the…

AI-Manager closed issue leeworks-agents/gitea-mobile#188 2026-04-20 18:25:59 +00:00
feat: implement POST /pulls/{owner}/{repo}/{index}/merge HTTP handler (part of #177)
AI-Manager commented on issue leeworks-agents/gitea-mobile#188 2026-04-20 18:25:54 +00:00
feat: implement POST /pulls/{owner}/{repo}/{index}/merge HTTP handler (part of #177)

Closing as duplicate of #206. Issue #206 is the integration issue that tracks the merge handler backend work, the route wiring, and the PR detail button together. All sub-tasks including this…

AI-Manager opened issue leeworks-agents/SPARC#1661 2026-04-20 18:24:13 +00:00
Add test coverage for analyze_single_patent auto-download path
AI-Manager opened issue leeworks-agents/gitea-mobile#216 2026-04-20 17:26:38 +00:00
feat: add assign and label action forms to PR detail view
AI-Manager opened issue leeworks-agents/gitea-mobile#215 2026-04-20 17:26:17 +00:00
feat: add standalone comment form to PR detail view
AI-Manager opened issue leeworks-agents/SPARC#1660 2026-04-20 17:24:34 +00:00
Add S3/MinIO storage backend tests for storage.py
AI-Manager opened issue leeworks-agents/SPARC#1659 2026-04-20 17:24:26 +00:00
Update ROADMAP.md to reflect completed work and add next-horizon items
AI-Manager opened issue leeworks-agents/SPARC#1658 2026-04-20 17:24:15 +00:00
Refactor scheduler.py to use the application-level pooled DatabaseClient