Block a user
Make CORS allowed origins configurable via environment variable
Refuse startup with default JWT secret in non-dev environments
test: add unit tests for ListAllIssues and ListAllPullRequests concurrent fan-out in gitea/client.go
[Repo Manager] Implementation complete. PR #123 adds TestListAllIssues_Sorting, TestListAllIssues_StateFilter, TestListAllIssues_DefaultState, TestListAllIssues_RepoFilter, `TestListAll…
test: add unit tests for ListOrgsAndRepos and CreateIssue methods in gitea/client.go
[Repo Manager] Implementation complete. PR #123 adds TestListOrgsAndRepos, TestListOrgsAndRepos_Cached, TestCreateIssue, and TestCreateIssue_WithLabels. All tests pass. Awaiting review.
test: unit tests for ListOrgsAndRepos, CreateIssue, ListAllIssues, ListAllPullRequests
AI-Manager
created branch feature/unit-tests-122-121 in leeworks-agents/gitea-mobile
2026-03-28 11:05:40 +00:00
AI-Manager
pushed to feature/unit-tests-122-121 at leeworks-agents/gitea-mobile
2026-03-28 11:05:40 +00:00
Add dark mode support to frontend using Tailwind dark: variants
Add dark mode support to frontend using Tailwind dark: variants
Status: Already Implemented. After deeper analysis, dark mode is fully functional. Rather than using explicit Tailwind dark: variant classes on every element, this codebase uses CSS custom…
Add dark mode support to frontend using Tailwind dark: variants
Triage Update: Dark mode infrastructure is partially in place:
tailwind.config.jshasdarkMode: "class"configuredThemeContextwith toggle logic exists- Layout component has a…
Commit frontend lockfile for reproducible builds
Fix analyze_single_patent to download PDF before reading from disk
Refuse to start with default JWT secret in non-dev environments
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
Add loading states and error messages to Batch and Analytics pages
Fix Patent.patent_id type annotation: change int to str in types.py
Add rate limiting to /auth/login and /auth/register endpoints
Make CORS allowed origins configurable via environment variable
Make LLM model configurable via MODEL environment variable
Add JWT auth flow tests (registration, login, protected routes, token refresh, admin)