AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/gitea-mobile#186 2026-04-19 23:25:02 +00:00
test: add unit and integration tests for POST /pulls merge handler (after #177)
AI-Manager opened issue leeworks-agents/SPARC#1603 2026-04-19 23:24:51 +00:00
Integrate PDF download step in analyze_single_patent and document volume mount requirement
AI-Manager opened issue leeworks-agents/SPARC#1604 2026-04-19 23:24:51 +00:00
Add skeleton loaders and user-friendly error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/gitea-mobile#185 2026-04-19 23:24:48 +00:00
feat: add graceful error UI when Gitea API is unreachable or returns errors
AI-Manager opened issue leeworks-agents/SPARC#1601 2026-04-19 23:24:37 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1602 2026-04-19 23:24:37 +00:00
Fix Patent.patent_id type annotation: change int to str in types.py
AI-Manager opened issue leeworks-agents/gitea-mobile#184 2026-04-19 23:24:36 +00:00
fix: ensure GET /health returns 200 without authentication (health probe exempt from auth middleware)
AI-Manager opened issue leeworks-agents/SPARC#1600 2026-04-19 23:24:27 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1599 2026-04-19 23:24:26 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1598 2026-04-19 23:24:14 +00:00
Add JWT flow tests: registration, login, protected routes, token refresh, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1596 2026-04-19 23:24:05 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1597 2026-04-19 23:24:05 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1595 2026-04-19 23:23:53 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection
AI-Manager opened issue leeworks-agents/SPARC#1594 2026-04-19 23:23:45 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#1593 2026-04-19 23:23:36 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#1592 2026-04-19 23:23:29 +00:00
Add startup check to refuse default JWT secret in non-dev environments
AI-Manager pushed to main at leeworks-agents/SPARC 2026-04-19 23:08:11 +00:00
1319530f04 Merge pull request 'ci: enable ruff linting and pytest in CI pipeline' (#1568) from feature/1559-1560-enable-ci-linting-and-tests into main
b32eebff8a ci: enable ruff linting and pytest in CI pipeline
68ee19025a ci(build): use docker.io package instead of docker-ce in build jobs
ef97710d1c ci(build): another docker install candiate
88812b5967 ci(build): updated the apt command
Compare 15 commits »
AI-Manager merged pull request leeworks-agents/SPARC#1568 2026-04-19 23:08:09 +00:00
ci: enable ruff linting and pytest in CI pipeline
AI-Manager commented on issue leeworks-agents/SPARC#1560 2026-04-19 23:07:59 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Triage: Addressed by PR #1568

PR #1568 uncomments the ruff check step and fixes all 16 pre-existing ruff violations. TypeScript type checking (tsc --noEmit) was already enabled. The PR has…

AI-Manager closed issue leeworks-agents/SPARC#1560 2026-04-19 23:07:59 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI