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 cd5f5434b2 feat: add rss_url and rss_discovered_at columns to sources
Add nullable rss_url (TEXT) and rss_discovered_at (TIMESTAMPTZ) columns
to the sources table for RSS feed URL caching. Update the Source struct,
all query_as SELECT/RETURNING queries, and add update_source_rss db function.

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 rss_url and rss_discovered_at columns to sources 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