agnes-the-ai-analyst/app
ZdenekSrotyr 4d1acd014a refactor: remove legacy webapp + add missing tests + housekeeping
Phase A: Close fixed issues (#7, #8, #9), add server/ user/ to
.gitignore, increase extractor timeout to 30 min.

Phase B: Add 10 new tests — access request lifecycle (4), CLI admin
commands (5), sync subprocess trigger (1). 578 tests passing.

Phase C: Delete entire webapp/ directory (24,800 lines) — legacy Flask
app fully replaced by FastAPI app/. Fix auth providers to use
app.instance_config instead of webapp.config. Update CLAUDE.md.

Delete 6 webapp-only test files. Fix Jira service config imports.
2026-03-31 13:44:06 +02:00
..
api refactor: remove legacy webapp + add missing tests + housekeeping 2026-03-31 13:44:06 +02:00
auth feat: add centralized RBAC module — replace Linux group auth 2026-03-31 08:04:35 +02:00
web feat: access request UI — catalog badges, request modal, admin approval page 2026-03-31 12:45:29 +02:00
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
instance_config.py feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
main.py feat: access request UI — catalog badges, request modal, admin approval page 2026-03-31 12:45:29 +02:00