fix(deploy): merge duplicate volumes sections in docker-compose.yml #9

Closed
cryptorugmunch wants to merge 4 commits from fix/docker-compose-volumes into main

4 commits

Author SHA1 Message Date
8fa352a9cf fix(deploy): merge duplicate volumes sections in docker-compose.yml
Some checks failed
CI / lint (pull_request) Failing after 50s
CI / typecheck (pull_request) Successful in 55s
CI / Secret scan (gitleaks) (pull_request) Successful in 34s
CI / Security audit (bandit) (pull_request) Successful in 34s
CI / test (pull_request) Successful in 1m22s
2026-07-03 03:51:52 +02:00
295990da68 fix(deploy): merge duplicate volumes sections in docker-compose.yml
Some checks failed
CI / typecheck (pull_request) Successful in 56s
CI / lint (pull_request) Failing after 50s
CI / Secret scan (gitleaks) (pull_request) Successful in 33s
CI / Security audit (bandit) (pull_request) Successful in 36s
CI / test (pull_request) Successful in 1m22s
2026-07-03 03:47:05 +02:00
9fee12796e feat(routers): split remaining 174 api.py routes into per-tag routers
Some checks failed
CI / Security audit (bandit) (pull_request) Successful in 36s
CI / test (pull_request) Successful in 1m19s
CI / lint (pull_request) Failing after 49s
CI / typecheck (pull_request) Successful in 54s
CI / Secret scan (gitleaks) (pull_request) Successful in 34s
- AST-extract all remaining routes from api.py into routers/*.py
- Group routes by OpenAPI tag (AI, Advanced, Agency, ..., x402)
- Keep existing auth/health/scraping/templates routers; add *_api.py for remaining routes of those tags
- Move shared helpers/models/variables with the routes that need them
- Update tests/test_api.py to import vision helpers from routers.vision
- Regenerate openapi.json (186 paths)
- All 497 tests pass; ruff clean
2026-07-03 03:42:36 +02:00
080ce915a5 ops(pry): deploy phase 0 runtime fixes and config updates 2026-07-03 03:40:15 +02:00