| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: make todo idempotency test timestamps relative to now | Christian Cleberg | 2026-07-20 | 1 | -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 backoff | Christian Cleberg | 2026-05-06 | 1 | -2/+116 |
| | | |||||
| * | feat: index git activity across all SourceHut branches | Christian Cleberg | 2026-05-06 | 1 | -37/+61 |
| | | |||||
| * | fix: ensure git crawling accounts for all branches | Christian Cleberg | 2026-05-03 | 1 | -3/+52 |
| | | |||||
| * | add temporary self-graph indexing priority | Christian Cleberg | 2026-04-12 | 1 | -0/+88 |
| | | |||||
| * | validate scraped usernames before enqueueing actors | Christian Cleberg | 2026-04-11 | 1 | -0/+24 |
| | | |||||
| * | add durable actor queueing and staggered discovery imports | Christian Cleberg | 2026-04-11 | 1 | -5/+88 |
| | | |||||
| * | fix: reduce sr.ht poll API load with cached repo discovery | Christian Cleberg | 2026-04-11 | 1 | -11/+24 |
| | | |||||
| * | refactor: retain and backfill only the last year of activity | Christian Cleberg | 2026-04-11 | 1 | -13/+61 |
| | | |||||
| * | feat: prioritize recent-window backfill before full history | Christian Cleberg | 2026-04-11 | 1 | -4/+57 |
| | | |||||
| * | fix: service_backfill_states | Christian Cleberg | 2026-04-11 | 1 | -0/+71 |
| | | |||||
| * | feat: add resumable historical backfill for actor activity | Christian Cleberg | 2026-04-11 | 1 | -1/+47 |
| | | |||||
| * | feat: auto-discover git repositories for actor polling | Christian Cleberg | 2026-04-11 | 1 | -0/+61 |
| | | |||||
| * | feat: add lazy actor indexing for contribution lookups | Christian Cleberg | 2026-04-11 | 1 | -1/+29 |
| | | |||||
| * | initial commit | Christian Cleberg | 2026-04-09 | 1 | -0/+337 |
