6d1ec2e55c
fix(parsers): align vacancy sources and procurement counters
CI/CD Pipeline / Quality Gate (push) Successful in 29s
CI/CD Pipeline / Build and Push Images (push) Successful in 10s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
2026-05-14 14:45:58 +02:00
15360a3c8e
Add v2 registry uploads and source CSV exports
CI/CD Pipeline / Quality Gate (push) Successful in 20s
CI/CD Pipeline / Build and Push Images (push) Successful in 10s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
2026-05-07 14:41:01 +02:00
0f17ff6773
Add organizations v2 API and registry enrichment
CI/CD Pipeline / Quality Gate (push) Successful in 26s
CI/CD Pipeline / Build and Push Images (push) Successful in 6s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
2026-05-06 19:04:46 +02:00
d6de9a27b3
fix(fns): queue uploads from worker-visible path
CI/CD Pipeline / Quality Gate (push) Successful in 21s
CI/CD Pipeline / Build and Push Images (push) Successful in 6s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s
2026-04-29 01:32:31 +02:00
26d61f7181
feat: add parser source dashboard and scheduling
CI/CD Pipeline / Code Quality Checks (pull_request) Successful in 1m55s
CI/CD Pipeline / Run Tests (pull_request) Successful in 3m6s
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Successful in 2m48s
CI/CD Pipeline / Telegram Notify Success (pull_request) Successful in 19s
2026-04-28 01:08:51 +02:00
4ca6b75393
fix(api): align contracts with frontend md
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 3m20s
CI/CD Pipeline / Run Tests (pull_request) Successful in 13m45s
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Successful in 22s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
2026-03-23 13:12:10 +01:00
8d3e69041b
test(api): add full inventory e2e smoke coverage
CI/CD Pipeline / Run Tests (push) Successful in 1m11s
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m56s
CI/CD Pipeline / Telegram Notify Success (push) Successful in 19s
2026-03-23 11:05:10 +01:00
479b0426be
refactor(parsers): remove proxy api endpoints
CI/CD Pipeline / Code Quality Checks (push) Failing after 1m46s
CI/CD Pipeline / Run Tests (push) Successful in 2m8s
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped
2026-03-23 10:52:52 +01:00
7d4c54636b
feat(parsers): sync RU proxies from proxy-tools
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
2026-03-23 10:47:34 +01:00
15285f2f49
fix: stabilize profile name migration and parser validation imports
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Has been cancelled
CI/CD Pipeline / Run Tests (pull_request) Has been cancelled
2026-03-22 13:31:23 +01:00
e639b3c792
Align frontend API contracts
2026-03-22 13:21:02 +01:00
b8015d9cdd
feat(parsers): support FNS zip uploads in admin
CI/CD Pipeline / Run Tests (push) Successful in 3m0s
CI/CD Pipeline / Code Quality Checks (push) Failing after 7m39s
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped
2026-03-20 13:43:11 +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
052389d921
refactor(parsers): перенести тесты в ROOT_DIR/tests и синхронизировать контракты задач
...
- перенесены тесты parsers из src/apps/parsers/tests в tests/apps/parsers
- обновлены тесты задач под текущее поведение Celery (ошибки пробрасываются исключениями)
- убрана зависимость тестов от внешнего брокера через локальные eager-вызовы
- добавлены/уточнены фабрики и импорты для единой структуры тестов
- обновлены README и CHANGELOG с новым правилом размещения тестов и запуском
2026-03-04 15:35:50 +01:00
efa5c3ae34
feat(api): полное API для всех парсеров с документацией
2026-02-01 15:19:21 +01:00
cd0e21350b
feat(fns): парсер ФНС бухгалтерской отчетности
...
- Модели FinancialReport и FinancialReportLine
- FNSExcelParser для файлов fin_{id}_{ogrn}.xlsx
- FNSReportService с дедупликацией по хешу файла
- Celery задачи для мониторинга папки (каждые 5 мин)
- API: POST /fns/upload/, GET /fns/reports/
- Django admin интеграция
- 25 unit-тестов
2026-02-01 14:44:19 +01:00
199d871923
feat(parsers): add proverki.gov.ru parser with sync_inspections task
...
CI/CD Pipeline / Code Quality Checks (push) Failing after 1m28s
CI/CD Pipeline / Build Docker Images (push) Has been cancelled
CI/CD Pipeline / Push to Gitea Registry (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
- Add InspectionRecord model with is_federal_law_248, data_year, data_month fields
- Add ProverkiClient with Playwright support for JS-rendered portal
- Add streaming XML parser for large files (>50MB)
- Add sync_inspections task with incremental loading logic
- Starts from 01.01.2025 if DB is empty
- Loads both FZ-294 and FZ-248 inspections
- Stops after 2 consecutive empty months
- Add InspectionService methods: get_last_loaded_period, has_data_for_period
- Add Minpromtorg parsers (certificates, manufacturers)
- Add Django Admin for parser models
- Update README with parsers documentation and changelog
2026-01-21 20:16:25 +01:00