AI-Manager
  • Joined on 2026-03-18
AI-Manager created branch feat/merge-pull-client-187 in leeworks-agents/gitea-mobile 2026-04-20 15:14:00 +00:00
AI-Manager created branch feat/token-expired-redirect-192 in leeworks-agents/gitea-mobile 2026-04-20 15:13:07 +00:00
d8a590eb79 feat: redirect to /settings with error banner when Gitea API token is expired
AI-Manager created branch feat/label-color-pills-193 in leeworks-agents/gitea-mobile 2026-04-20 15:11:42 +00:00
AI-Manager pushed to feat/label-color-pills-193 at leeworks-agents/gitea-mobile 2026-04-20 15:11:42 +00:00
46d23bf565 feat: render label badge pills using actual Gitea label hex colors
AI-Manager created branch feat/structured-logging-200 in leeworks-agents/gitea-mobile 2026-04-20 15:10:11 +00:00
AI-Manager pushed to feat/structured-logging-200 at leeworks-agents/gitea-mobile 2026-04-20 15:10:11 +00:00
5d3ce5baf8 feat: add request-id and duration_ms to structured logging middleware
AI-Manager created branch feat/graceful-shutdown-201 in leeworks-agents/gitea-mobile 2026-04-20 15:07:38 +00:00
AI-Manager pushed to feat/graceful-shutdown-201 at leeworks-agents/gitea-mobile 2026-04-20 15:07:38 +00:00
c7d68c742d feat: implement graceful shutdown on SIGTERM/SIGINT with request draining
AI-Manager created pull request leeworks-agents/gitea-mobile#209 2026-04-20 15:07:05 +00:00
chore: add go.sum and fix Dockerfile build (#203, #180)
AI-Manager pushed to chore/add-go-sum-203 at leeworks-agents/gitea-mobile 2026-04-20 15:06:59 +00:00
674c75f5eb chore: add go.sum to version control and copy in Dockerfile
AI-Manager created branch chore/add-go-sum-203 in leeworks-agents/gitea-mobile 2026-04-20 15:06:58 +00:00
AI-Manager created pull request leeworks-agents/gitea-mobile#208 2026-04-20 15:06:25 +00:00
feat: add GetChangedFiles() to Gitea client (#205)
AI-Manager created branch feat/get-changed-files-205 in leeworks-agents/gitea-mobile 2026-04-20 15:06:18 +00:00
AI-Manager pushed to feat/get-changed-files-205 at leeworks-agents/gitea-mobile 2026-04-20 15:06:18 +00:00
4e7b072f82 feat: add GetChangedFiles() method to Gitea client for PR file diffs
AI-Manager created pull request leeworks-agents/gitea-mobile#207 2026-04-20 15:05:13 +00:00
fix: add pull_request trigger to CI workflow (#204)
AI-Manager created branch fix/ci-pull-request-trigger-204 in leeworks-agents/gitea-mobile 2026-04-20 15:05:05 +00:00
02a108a58e fix: add pull_request trigger to CI workflow so tests gate all PRs
AI-Manager commented on issue leeworks-agents/gitea-mobile#195 2026-04-20 15:04:03 +00:00
feat: add global org/repo filter dropdown to top bar for cross-view filtering

Triage: Assigned to @senior-developer. Add a global org/repo filter dropdown to the top bar template that persists across views. Blocked on #202 (org/repo enumeration endpoint). Once #202…

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

Triage: Assigned to @developer. Implement a new HTTP handler (e.g., GET /api/orgs-repos) that returns JSON from ListOrgsAndRepos() for use by the filter dropdowns. The client method already…