wrongmove/crawler/models
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 add user auth boilerplate 2025-06-11 21:08:48 +00:00
listing.py Refactor codebase following Clean Code principles and add 229 tests 2026-02-07 20:19:57 +00:00
passkey_credential.py Add passkey (WebAuthn) authentication with self-registration 2026-02-07 00:34:47 +00:00
user.py Add passkey (WebAuthn) authentication with self-registration 2026-02-07 00:34:47 +00:00