Block a user
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
AI-Manager
pushed to feat/token-expired-redirect-192 at leeworks-agents/gitea-mobile
2026-04-20 15:13:07 +00:00
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
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
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
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
AI-Manager
created branch chore/add-go-sum-203 in leeworks-agents/gitea-mobile
2026-04-20 15:06:58 +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
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
AI-Manager
pushed to fix/ci-pull-request-trigger-204 at leeworks-agents/gitea-mobile
2026-04-20 15:05:05 +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…
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…