agnes-the-ai-analyst/app
ZdenekSrotyr dc8a9275e6 fix: address Devin review round 3 — retry exhaustion, discover path, WAL snapshot
- CalVer retry loop now exits with error if all 5 attempts fail
  (prevents pushing Docker image with unclaimed version tag)
- discover_tables endpoint reads data_source.keboola.url (consistent
  with configure_instance and _discover_and_register_tables)
- Pre-migration snapshot flushes WAL via CHECKPOINT before copying
  and copies .wal file if it still exists after flush

663 tests pass.
2026-04-10 14:11:17 +02:00
..
api fix: address Devin review round 3 — retry exhaustion, discover path, WAL snapshot 2026-04-10 14:11:17 +02:00
auth feat: multi-instance deployment — all 14 must-have items from spec 2026-04-10 11:57:42 +02:00
web fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +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 fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +02:00
main.py feat: multi-instance deployment — all 14 must-have items from spec 2026-04-10 11:57:42 +02:00
secrets.py fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +02:00
utils.py feat: add graceful shutdown handler 2026-04-09 07:03:45 +02:00