|
All checks were successful
CI Trade-In / changes (pull_request) Successful in 9s
CI / changes (pull_request) Successful in 9s
CI Trade-In / backend-tests (pull_request) Has been skipped
CI Trade-In / frontend-checks (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Successful in 2m5s
CI / backend-tests (pull_request) Successful in 15m17s
market_pulse.competitors_total and neighbors_summary.count_buildings_100m were silently capped by their SQL LIMITs (20/30) and reported as true totals; add unbounded COUNT(*) for both (coverage_pct now uses the true denominator), matching the features_truncated pattern from epic #2445 A2. VelocityResult gains competitors_truncated for its LIMIT-200 query. The permits-nearby table in both the HTML and DOCX full-report exporters now discloses "… и ещё N записей" instead of silently hard-slicing to 10. neighbors_truncated compares against the actually-returned (20) list, catching a second Python-side [:20] slice beyond the SQL LIMIT 30. Refs #2464 (cluster B silent-caps). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin_cadastre.py | ||
| admin_etl.py | ||
| admin_jobs.py | ||
| admin_leads.py | ||
| admin_scrape.py | ||
| admin_weight_profiles.py | ||
| analytics.py | ||
| chat.py | ||
| concepts.py | ||
| custom_pois.py | ||
| insights.py | ||
| landing.py | ||
| locations.py | ||
| market.py | ||
| me.py | ||
| own_projects.py | ||
| parcels.py | ||
| photos.py | ||
| pilot.py | ||
| ping.py | ||
| trade_in.py | ||
| users.py | ||