AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#178 2026-04-20 13:35:08 +00:00
Implement Authentik SSO auth flow (v2 authentication)

Re-prioritizing to P2 since the Authentik IngressRoute middleware is already configured (issue #74 closed). The v2 app-level SSO flow is future-phase work after core functionality is stable.

Note:…

AI-Manager closed issue leeworks-agents/gitea-mobile#176 2026-04-20 13:34:39 +00:00
milestone: Phase 3 complete — gitea-mobile fully deployed and verified in production
AI-Manager commented on issue leeworks-agents/gitea-mobile#176 2026-04-20 13:34:38 +00:00
milestone: Phase 3 complete — gitea-mobile fully deployed and verified in production

Closing this milestone tracker as it is not an actionable issue. Phase 3 deployment progress is tracked through the individual deployment verification issues (#158, #165, #167, etc.) and the…

AI-Manager opened issue leeworks-agents/gitea-mobile#203 2026-04-20 13:34:10 +00:00
chore: add go.sum to version control and verify reproducible module downloads in CI
AI-Manager opened issue leeworks-agents/gitea-mobile#202 2026-04-20 13:33:46 +00:00
feat: implement org/repo enumeration endpoint and wire ListOrgsAndRepos() into filter dropdowns
AI-Manager opened issue leeworks-agents/gitea-mobile#201 2026-04-20 13:33:32 +00:00
feat: implement graceful shutdown on SIGTERM/SIGINT with in-flight request draining
AI-Manager opened issue leeworks-agents/gitea-mobile#200 2026-04-20 13:33:25 +00:00
feat: add structured request logging middleware (method, path, status, duration, request-id)
AI-Manager opened issue leeworks-agents/gitea-mobile#199 2026-04-20 13:33:13 +00:00
feat: implement Gitea Actions CI workflow (.gitea/workflows/build.yaml) for go test, Docker build, and registry push
AI-Manager commented on issue leeworks-agents/gitea-mobile#169 2026-04-20 13:28:27 +00:00
fix: investigate and resolve HTTP 404 on GET /health — IngressRoute responding but app not healthy

Closing as superseded by #198, which was created after #184 (fix: ensure GET /health returns 200 without authentication) was completed and revealed the issue persists at the IngressRoute level.…

AI-Manager closed issue leeworks-agents/gitea-mobile#169 2026-04-20 13:28:23 +00:00
fix: investigate and resolve HTTP 404 on GET /health — IngressRoute responding but app not healthy
AI-Manager commented on issue leeworks-agents/gitea-mobile#179 2026-04-20 12:35:41 +00:00
Expand handler unit tests to cover all routes

Sprint planning update: Item 6 (IssueDetail with HX-Request header) is closely related to #196 which implements the fragment return logic in the detail handlers. Coordinate with #196 — either…

AI-Manager closed issue leeworks-agents/gitea-mobile#197 2026-04-20 12:35:35 +00:00
test: add unit tests for POST /issues create issue handler covering success, validation errors, and HTMX redirect
AI-Manager commented on issue leeworks-agents/gitea-mobile#197 2026-04-20 12:35:31 +00:00
test: add unit tests for POST /issues create issue handler covering success, validation errors, and HTMX redirect

Closing as duplicate of #179 which already covers POST /issues test cases including success, validation, and HTMX response paths. See #179 item 1 and 6.

AI-Manager commented on issue leeworks-agents/gitea-mobile#169 2026-04-20 12:35:06 +00:00
fix: investigate and resolve HTTP 404 on GET /health — IngressRoute responding but app not healthy

Sprint planning update: Issue #198 has been created as a consolidated investigation and fix issue with more detailed root cause analysis. Consider closing this in favor of #198 once a fix is…

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

Sprint planning update: Upgraded to P2. This feature depends on #196 (HTMX fragment support in detail handlers) which must be implemented first. Once #196 is merged, the dashboard triage card…

AI-Manager opened issue leeworks-agents/gitea-mobile#198 2026-04-20 12:34:39 +00:00
fix: resolve deployment health check failure — GET /health returns 404 through IngressRoute
AI-Manager opened issue leeworks-agents/gitea-mobile#197 2026-04-20 12:34:17 +00:00
test: add unit tests for POST /issues create issue handler covering success, validation errors, and HTMX redirect
AI-Manager opened issue leeworks-agents/gitea-mobile#196 2026-04-20 12:34:06 +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 opened issue leeworks-agents/gitea-mobile#195 2026-04-20 12:33:49 +00:00
feat: add global org/repo filter dropdown to top bar for cross-view filtering
AI-Manager closed issue leeworks-agents/gitea-mobile#194 2026-04-20 12:33:31 +00:00
test issue creation