e639b3c792
Align frontend API contracts
2026-03-22 13:21:02 +01:00
941c268d32
Fix admin API gaps for users, exchange checks, and parser logs
2026-03-19 16:48:38 +01:00
3d298ce352
feat: expand platform APIs, sources, and test coverage
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m53s
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m54s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
2026-03-17 12:56:48 +01:00
a91ed1f1ae
feat(registry): add new endpoints for registers, exchange, and backups; update routing and configurations
CI/CD Pipeline / Code Quality Checks (push) Failing after 3m10s
CI/CD Pipeline / Run Tests (push) Successful in 3m35s
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m26s
CI/CD Pipeline / Run Tests (pull_request) Successful in 2m46s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
2026-03-04 15:36:57 +01:00
d5d184537f
Рефакторинг инфраструктуры и конфигурации проекта
...
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m52s
CI/CD Pipeline / Run Tests (push) Failing after 2m2s
CI/CD Pipeline / Build & Push Images (push) Has been skipped
- Перенесена структура Django-конфига в src/core и src/settings
- Унифицирована Docker-сборка и docker-compose для dev/prod
- Добавлены startup-checks (DB/Redis) и обновлены env-шаблоны
- Расширена OpenAPI-документация и ответы API
- Удалены устаревшие deploy/requirements/служебные скрипты
- Обновлены CI/CD, README и тесты
2026-02-18 13:25:01 +01:00
f121445313
feat(core): add core module with mixins, services, and background jobs
...
- Add Model Mixins: TimestampMixin, SoftDeleteMixin, AuditMixin, etc.
- Add Base Services: BaseService, BulkOperationsMixin, QueryOptimizerMixin
- Add Base ViewSets with bulk operations
- Add BackgroundJob model for Celery task tracking
- Add BaseAppCommand for management commands
- Add permissions, pagination, filters, cache, logging
- Migrate tests to factory_boy + faker
- Add CHANGELOG.md
- 297 tests passing
2026-01-21 11:47:26 +01:00