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 0963559e0f fix: resolve all clippy warnings in test files (zero warnings remaining)
- api_auth_test.rs: replace len() > 0 with !is_empty() (3 occurrences)
- api_admin_test.rs: suppress type_complexity on complex tuple Vec annotation
- api_sources_preferred_test.rs: replace assert_eq!(x, false) with assert!(!x)
- api_sources_test.rs: remove needless & on format!() in .uri() calls (5 occurrences)
- api_syntheses_test.rs: remove needless & on format!() in .uri() call

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
migrations feat: add theme schedules — model, DB, CRUD handler, routes 3 months ago
src fix: resolve all clippy warnings (0 remaining) 2 months ago
tests fix: resolve all clippy warnings in test files (zero warnings remaining) 2 months ago
Cargo.lock feat: add pipeline integration tests with MockLlmProvider and wiremock 3 months ago
Cargo.toml feat: add pipeline integration tests with MockLlmProvider and wiremock 3 months ago
Dockerfile