Commit Graph

9 Commits

Author SHA1 Message Date
c1a720ffca fix: allow all hosts on dev stand #no_test #no_lint
All checks were successful
CI/CD Pipeline / Code Quality Checks (push) Has been skipped
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build & Push Images (push) Successful in 9m18s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 46s
Co-Authored-By: Warp <agent@warp.dev>
2026-02-10 13:36:09 +01:00
551b341d3b fix: disable SSL for PostgreSQL on dev stand
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m54s
CI/CD Pipeline / Run Tests (push) Failing after 2m4s
CI/CD Pipeline / Build & Push Images (push) Successful in 2m15s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 9s
Co-Authored-By: Warp <agent@warp.dev>
2026-02-10 12:58:03 +01:00
a41f1413de fix: use host network mode and localhost for db/redis #no_lint #no_test
All checks were successful
CI/CD Pipeline / Code Quality Checks (push) Has been skipped
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build & Push Images (push) Successful in 18s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 4s
Co-Authored-By: Warp <agent@warp.dev>
2026-02-10 12:43:22 +01:00
f6ffb196c5 fix: add SECRET_KEY with default to all services #no_lint #no_test
All checks were successful
CI/CD Pipeline / Code Quality Checks (push) Has been skipped
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build & Push Images (push) Successful in 13s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 1s
Co-Authored-By: Warp <agent@warp.dev>
2026-02-10 12:38:28 +01:00
4e43d6c347 fix: add DJANGO_SETTINGS_MODULE to all services #no_lint #no_test
All checks were successful
CI/CD Pipeline / Code Quality Checks (push) Has been skipped
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build & Push Images (push) Successful in 15s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 13s
Co-Authored-By: Warp <agent@warp.dev>
2026-02-10 12:13:38 +01:00
9f4c0d06b6 fix: remove db/redis from compose, use external services
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m47s
CI/CD Pipeline / Run Tests (push) Failing after 2m4s
CI/CD Pipeline / Build & Push Images (push) Successful in 17s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 14s
- Use external postgres and redis from services_default network
- Remove db/redis containers from deploy commands

Co-Authored-By: Warp <agent@warp.dev>
2026-02-10 12:06:41 +01:00
c36c7b9ba9 feat(parsers): добавлен API клиент для checko.ru
- Реализован CheckoClient с поддержкой всех 10 эндпоинтов API v2
- Frozen dataclass модели для запросов и ответов
- Справочники ОКВЭД2, ОКФС, ОКОПФ, ОКПД, статусы компаний
- Маппинг русских полей API на английские имена
- Unit тесты с моками
- E2E тесты с реальными запросами
- Настройка CHECKO_API_KEY в settings.py
2026-02-03 17:00:19 +01:00
1f80b73743 fix(ci): use internal IP 10.10.0.10:3000 for registry everywhere
All checks were successful
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m49s
CI/CD Pipeline / Run Tests (push) Successful in 2m5s
CI/CD Pipeline / Build Docker Images (push) Successful in 2s
CI/CD Pipeline / Push to Gitea Registry (push) Successful in 16s
CI/CD Pipeline / Deploy to Server (push) Successful in 1m11s
2026-02-02 14:32:59 +01:00
404e380661 feat(ci): add deploy step to pull and run images on server
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m56s
CI/CD Pipeline / Run Tests (push) Successful in 2m10s
CI/CD Pipeline / Build Docker Images (push) Successful in 2s
CI/CD Pipeline / Push to Gitea Registry (push) Successful in 15s
CI/CD Pipeline / Deploy to Server (push) Failing after 1s
2026-02-02 14:20:59 +01:00