pinchflat/test/support
Amadeus Mader 426c80fa92 feat(indexing): auto-advance download_cutoff_date after successful indexing
After each successful indexing run, the source's download_cutoff_date is
automatically advanced to 7 days ago if the current cutoff date is older
(or nil). This prevents yt-dlp from scanning through months of old videos
on every index run, significantly improving indexing performance for
channels with large backlogs.

The 7-day buffer ensures recent videos are still checked on subsequent
index runs while keeping indexing fast (minutes instead of hours).

Also updates AGENTS.md to document Docker-based development workflow
and adds Pinchflat_improvements.md for tracking known issues.
2026-03-07 18:31:45 +01:00
..
files [Bugfix] prevent duplicate videos from being downloaded if the video's name changes (#396) 2024-09-23 15:59:48 -07:00
fixtures feat(indexing): auto-advance download_cutoff_date after successful indexing 2026-03-07 18:31:45 +01:00
scripts/yt-dlp-mocks [Enhancement] Overhaul indexing to be more efficient (#540) 2025-01-02 15:48:18 -08:00
conn_case.ex [Housekeeping] Improve test stability (#232) 2024-05-08 09:57:36 -07:00
data_case.ex [Housekeeping] Improve test stability (#232) 2024-05-08 09:57:36 -07:00
testing_helper_methods.ex [Housekeeping] Improve test stability (#232) 2024-05-08 09:57:36 -07:00