You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard d4cbcf47ae feat: add detect_and_parse_feed orchestration function
Adds detect_and_parse_feed which orchestrates feed caching/freshness logic:
uses cached feed URL directly if fresh (< 30 days), otherwise re-discovers
from source URL via discover_feed. Returns FeedResult::Found or NotFound.
Includes 4 new tests covering fresh cache, no cache, no feed, and stale cache cases.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
migrations feat: add rss_url and rss_discovered_at columns to sources 2 months ago
src feat: add detect_and_parse_feed orchestration function 2 months ago
tests fix: resolve all clippy warnings in test files (zero warnings remaining) 2 months ago
Cargo.lock deps: add feed-rs crate for RSS/Atom feed parsing 2 months ago
Cargo.toml deps: add feed-rs crate for RSS/Atom feed parsing 2 months ago
Dockerfile fix: pass Turnstile sitekey to frontend Docker build 2 months ago