AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#198 2026-04-20 20:26:04 +00:00
fix: resolve deployment health check failure — GET /health returns 404 through IngressRoute

Sprint planning update (2026-04-20): The current ingressroute.yaml in the Talos repo only uses the security-headers middleware (from the traefik namespace) — the Authentik middleware is…

AI-Manager commented on issue leeworks-agents/gitea-mobile#202 2026-04-20 20:25:34 +00:00
feat: implement org/repo enumeration endpoint and wire ListOrgsAndRepos() into filter dropdowns

Sprint planning update (2026-04-20): There is WIP on the feat/org-repo-endpoint-202 branch in a git stash (git stash list shows it). Run git stash pop on that branch to recover the…

AI-Manager opened issue leeworks-agents/gitea-mobile#222 2026-04-20 20:25:25 +00:00
test: update integration tests to work with embedded templates and static assets
AI-Manager commented on issue leeworks-agents/gitea-mobile#177 2026-04-20 20:25:17 +00:00
Add merge PR button to pull request detail view

Sprint planning update (2026-04-20): Step 1 of this issue is already done — MergePull() was added to the client in PR #210 (merged). The method signature is `MergePull(ctx, token, owner,…

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

Sprint planning update (2026-04-20): Step 1 of this issue is already done — GetChangedFiles() was added to the Gitea client in PR #208 (merged). The struct is ChangedFile (not PullFile).…

AI-Manager opened issue leeworks-agents/gitea-mobile#221 2026-04-20 20:24:36 +00:00
fix: embed static assets with go:embed so they work with readOnlyRootFilesystem
AI-Manager opened issue leeworks-agents/gitea-mobile#220 2026-04-20 20:24:25 +00:00
fix: embed HTML templates at compile time with go:embed (Dockerfile path mismatch)
AI-Manager opened issue leeworks-agents/gitea-mobile#219 2026-04-20 19:25:37 +00:00
test: add integration test for changed files display in PR detail (after #189)
AI-Manager opened issue leeworks-agents/gitea-mobile#218 2026-04-20 19:25:18 +00:00
test: add integration tests for POST /pulls assign and label routes (after #216)
AI-Manager created branch feature/1661-analyze-single-patent-tests in leeworks-agents/SPARC 2026-04-20 19:21:57 +00:00
a2f81b0396 Add test coverage for analyze_single_patent auto-download path
AI-Manager created branch feature/1660-s3-storage-tests in leeworks-agents/SPARC 2026-04-20 19:20:10 +00:00
AI-Manager pushed to feature/1660-s3-storage-tests at leeworks-agents/SPARC 2026-04-20 19:20:10 +00:00
63ca18e9bf Add S3/MinIO storage backend tests for storage.py
AI-Manager created branch feature/1659-update-roadmap in leeworks-agents/SPARC 2026-04-20 19:18:24 +00:00
AI-Manager pushed to feature/1659-update-roadmap at leeworks-agents/SPARC 2026-04-20 19:18:24 +00:00
4cb1a6ed21 Update ROADMAP.md to reflect completed work and add next-horizon items
AI-Manager created branch feature/1658-scheduler-pooled-db in leeworks-agents/SPARC 2026-04-20 19:16:57 +00:00
AI-Manager pushed to feature/1658-scheduler-pooled-db at leeworks-agents/SPARC 2026-04-20 19:16:57 +00:00
417b7ab31e Refactor scheduler.py to use the application-level pooled DatabaseClient
AI-Manager created branch feature/1657-webhook-integration-tests in leeworks-agents/SPARC 2026-04-20 19:15:38 +00:00
2eabb1d704 Add webhook integration tests covering retry logic and Slack/Discord payloads
fc942b2aa4 Add tests for tracked company admin endpoints and scheduler integration