gendesign/tradein-mvp/backend/app
bot-backend af189e7e40
All checks were successful
CI / backend-tests (push) Has been skipped
CI / frontend-tests (push) Has been skipped
CI / openapi-codegen-check (push) Has been skipped
CI / openapi-codegen-check (pull_request) Has been skipped
CI / changes (push) Successful in 7s
CI / changes (pull_request) Successful in 5s
CI / backend-tests (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
feat(cian): use BrowserFetcher in history backfill to populate priceChanges
- cian_detail.fetch_detail: add browser_fetcher keyword param (BrowserFetcher|None).
  When provided, HTML is fetched via camoufox instead of curl_cffi. Parse path
  is identical — only the HTML source changes.
- _extract_price_changes: extend to also look at offerData.priceChanges (browser
  HTML location) and handle nested priceData.price format (proven on prod 2026-06-16:
  listing 328647045 yields 10 entries).
- cian_history_backfill.backfill_cian_history: open one BrowserFetcher for the
  batch and pass browser_fetcher=bf to each fetch_detail call; single-listing
  failure does not abort the run.
- Tests: 6 new tests for browser_fetcher param + priceData.price format; 32 pass
  total. Full gate: 1840 passed, 2 deselected.
2026-06-16 22:30:06 +03:00
..
api chore(tradein): деактивировать N1.ru scraper — источник переехал в Cian 2026-06-16 14:50:51 +03:00
core feat(rbac): add analyst role + §19 audit-log middleware (#962) 2026-06-08 12:16:19 +05:00
observability feat(tradein): enrich GlitchTip SDK init — integrations + PII scrub (#396) (#643) 2026-05-29 09:23:17 +00:00
schemas fix(week-review): автофиксы код-ревью — 169 issue (label «week ревью 1») 2026-06-15 20:21:11 +05:00
services feat(cian): use BrowserFetcher in history backfill to populate priceChanges 2026-06-16 22:30:06 +03:00
tasks feat(cian): use BrowserFetcher in history backfill to populate priceChanges 2026-06-16 22:30:06 +03:00
__init__.py feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
main.py feat(tradein): systemd timer scheduler — trigger script + units + SCHEDULER_ENABLE flag (#581) 2026-05-31 16:53:38 +00:00
scheduler_main.py feat(tradein): отдельный scraper-контейнер — scheduler вне API-процесса (#1182) 2026-06-12 10:50:50 +03:00