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 fcdc7ca4a6 feat: add feed_parser service with parse_feed function and tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
llm fix: resolve all clippy warnings (0 remaining) 2 months ago
synthesis feat: add rss_url and rss_discovered_at columns to sources 2 months ago
auth.rs fix: fresh Turnstile token for resend + improved magic link logging 2 months ago
brave_search.rs
csv.rs feat: add rss_url and rss_discovered_at columns to sources 2 months ago
email.rs
encryption.rs
export.rs
feed_parser.rs feat: add feed_parser service with parse_feed function and tests 2 months ago
job_store.rs refactor: extract JobStore to services/job_store.rs 3 months ago
mod.rs feat: add feed_parser service with parse_feed function and tests 2 months ago
prompts.rs feat: add rss_url and rss_discovered_at columns to sources 2 months ago
rate_limiter.rs
scheduler.rs fix: P0 audit bugs — theme-scoped imports/preferred, creation flow, scheduler timeout, job cleanup 3 months ago
scraper.rs feat: add French/European/US date formats + remove "Articles sans date" category 3 months ago
source_scraper.rs feat: extract article URLs from JSON-LD structured data in source pages 3 months ago
turnstile.rs