wrongmove/crawler/rec
Viktor Barzin 150342bb9e
Refactor codebase following Clean Code principles and add 229 tests
- Extract helpers to reduce function sizes (listing_tasks, app.py, query.py, listing_fetcher)
  - Replace nonlocal mutations with _PipelineState dataclass in listing_tasks
  - Fix bugs: isinstance→equality check in repository, verify_exp for OIDC tokens
  - Consolidate duplicate filter methods in listing_repository
  - Move hardcoded config to env vars with backward-compatible defaults
  - Simplify CLI decorator to auto-build QueryParameters
  - Add deprecation docstring to data_access.py
  - Test count: 158 → 387 (all passing)
2026-02-07 20:19:57 +00:00
..
__init__.py merging the visual query answering with the crawler. Monorepo go! 2024-03-01 16:42:48 +01:00
circuit_breaker.py Add throttling detection and circuit breaker for Rightmove scraper 2026-02-06 20:47:36 +00:00
districts.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
exceptions.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
floorplan.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
query.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
route_serializer.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
routing.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
throttle_detector.py Add throttling detection and circuit breaker for Rightmove scraper 2026-02-06 20:47:36 +00:00
utils.py ruff format 2024-03-25 20:48:48 +00:00