snipe/tests
pyr0ball 341d66d5f0 feat: migrate shared_db (sellers/market_comps/blocklist) from SQLite to Postgres (#45)
Three-layer migration: SQLite Store remains for per-user tables (listings,
trust_scores, background_tasks, community_signals). Postgres takes over
for all high-contention shared tables.

Closes: #45
2026-05-22 15:49:02 -07:00
..
db feat(db): wire Postgres shared backend into main.py and extend protocol 2026-05-22 15:47:36 -07:00
platforms fix(browser-pool): replace queue with thread-local storage to fix Playwright cross-thread crash (#53) 2026-05-04 09:27:20 -07:00
test_tasks refactor: rename CF_ORCH_URL → GPU_SERVER_URL (backward-compat alias kept) 2026-05-21 15:05:27 -07:00
trust fix(trust): treat feedback_ratio=0.0 as missing data for buyer-only/returning sellers (#52) 2026-05-04 09:24:27 -07:00
ui feat: snipe beta backlog batch (tickets #22/#28/#30/#34/#35/#36/#37/#38) 2026-04-13 19:32:50 -07:00
__init__.py feat: scaffold snipe repo 2026-03-25 13:08:54 -07:00
conftest.py feat(db): SnipeSharedStore — Postgres backend for sellers, market_comps, reported_sellers 2026-05-18 09:07:32 -07:00
test_api_search_build.py feat: POST /api/search/build endpoint with tier gate and category cache wiring 2026-04-14 11:46:15 -07:00
test_async_search.py feat(search): async endpoint + SSE streaming for initial results 2026-04-20 10:57:32 -07:00
test_ebay_categories.py feat: community category federation in EbayCategoryCache.refresh() 2026-04-14 11:38:12 -07:00
test_feedback.py feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00
test_preferences_currency.py feat(prefs): display.currency preference with live exchange rate conversion 2026-04-20 11:02:59 -07:00
test_query_translator.py feat(llm): migrate query_translator to cf-orch task endpoint for cloud, keep LLMRouter for local (#54) 2026-05-13 15:22:09 -07:00
test_search_cache.py feat(api): short-TTL search result cache (SEARCH_CACHE_TTL_S=300 default) 2026-04-20 11:53:27 -07:00
test_tiers.py feat: add llm_query_builder tier gate (paid+) to tiers.py and SessionFeatures 2026-04-14 11:44:53 -07:00