agnes-the-ai-analyst/app/api
ZdenekSrotyr 617e724d21 feat: add E2E test suite — API, extractor, Docker
tests/conftest.py: shared fixtures (e2e_env, seeded_app, create_mock_extract)
tests/test_e2e_api.py: 11 tests — full sync flow, RBAC, table lifecycle
tests/test_e2e_extract.py: 6 tests — Keboola/BQ/Jira pipelines, multi-source, corrupt handling
tests/test_e2e_docker.py: 3 tests — Docker health + full flow (opt-in via -m docker)

Fix admin update route (duplicate id kwarg, .dict() → .model_dump()).

705 tests passing.
2026-03-31 08:18:54 +02:00
..
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
admin.py feat: add E2E test suite — API, extractor, Docker 2026-03-31 08:18:54 +02:00
catalog.py feat: wire orchestrator into API — replace DataSyncManager 2026-03-30 20:16:33 +02:00
data.py feat: wire orchestrator into API — replace DataSyncManager 2026-03-30 20:16:33 +02:00
health.py fix: handle timezone-naive timestamps in health check 2026-03-30 14:19:40 +02:00
memory.py feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
query.py fix: harden script sandbox and SQL query security 2026-03-27 16:11:05 +01:00
scripts.py fix: harden script sandbox and SQL query security 2026-03-27 16:11:05 +01:00
settings.py feat: add dataset permissions, script execution, Kamal config, CI/CD 2026-03-27 15:40:11 +01:00
sync.py feat: wire orchestrator into API — replace DataSyncManager 2026-03-30 20:16:33 +02:00
telegram.py feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
upload.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
users.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00