Commit Graph

6 Commits

Author SHA1 Message Date
08c4475233 fix(ci): keep python bootstrap stdout clean
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Successful in 2m30s
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 3m16s
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Failing after 47s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
2026-03-24 14:29:31 +01:00
f0a6984e85 fix(ci): support sudo in python bootstrap
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Failing after 52s
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 56s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
2026-03-24 14:27:30 +01:00
6f846d84d6 fix(ci): avoid uv-managed python bootstrap on runners 2026-03-24 14:25:46 +01:00
a91ed1f1ae feat(registry): add new endpoints for registers, exchange, and backups; update routing and configurations
Some checks failed
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 Рефакторинг инфраструктуры и конфигурации проекта
Some checks failed
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
cbfbd8652d feat: Add comprehensive Django user app with tests using model-bakery
- Implemented user authentication with JWT tokens
- Added user and profile models with OneToOne relationship
- Created service layer for business logic separation
- Implemented DRF serializers and views
- Added comprehensive test suite with model-bakery factories
- Fixed ipdb/pdbpp dependency conflicts with custom test runner
- Configured development and production environments
- Added deployment configurations for Apache, systemd, and Docker
2026-01-19 14:12:33 +01:00