summaryrefslogtreecommitdiff
path: root/tests/test_ingestion.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: make todo idempotency test timestamps relative to nowChristian Cleberg2026-07-201-3/+5
| | | | | | | | | | | | test_todo_ingestion_is_idempotent used hardcoded May 2026 event timestamps, but the poller computes `since` as now - 30 days. Once wall-clock time passed 2026-06-01 the fixture events fell outside that window, were skipped by the todo since filter, and the test asserted 0 inserted instead of 3. Anchor the three fixture timestamps to datetime.now(UTC) while keeping their original relative ordering, so the test stays inside the poller's lookback window regardless of when it runs.
* feat: improve scheduled indexing throughput and capped backoffChristian Cleberg2026-05-061-2/+116
|
* feat: index git activity across all SourceHut branchesChristian Cleberg2026-05-061-37/+61
|
* fix: ensure git crawling accounts for all branchesChristian Cleberg2026-05-031-3/+52
|
* add temporary self-graph indexing priorityChristian Cleberg2026-04-121-0/+88
|
* validate scraped usernames before enqueueing actorsChristian Cleberg2026-04-111-0/+24
|
* add durable actor queueing and staggered discovery importsChristian Cleberg2026-04-111-5/+88
|
* fix: reduce sr.ht poll API load with cached repo discoveryChristian Cleberg2026-04-111-11/+24
|
* refactor: retain and backfill only the last year of activityChristian Cleberg2026-04-111-13/+61
|
* feat: prioritize recent-window backfill before full historyChristian Cleberg2026-04-111-4/+57
|
* fix: service_backfill_statesChristian Cleberg2026-04-111-0/+71
|
* feat: add resumable historical backfill for actor activityChristian Cleberg2026-04-111-1/+47
|
* feat: auto-discover git repositories for actor pollingChristian Cleberg2026-04-111-0/+61
|
* feat: add lazy actor indexing for contribution lookupsChristian Cleberg2026-04-111-1/+29
|
* initial commitChristian Cleberg2026-04-091-0/+337