brewlog/src/domain
Jon Seager 708d89d452
fix: resolve clippy warnings for argument count and FromStr trait
- Allow too_many_arguments for AppState::new since 8 repos are needed
- Implement FromStr trait for GearCategory instead of custom from_str
  method to follow Rust conventions
- Update callers to use map_err for Result handling
2026-02-02 16:12:13 +00:00
..
bags.rs refactor(bags): replace multiple list methods with composable filter 2026-02-02 14:15:18 +00:00
errors.rs chore: move RepositoryError into dedicated file 2026-02-02 12:57:15 +00:00
gear.rs fix: resolve clippy warnings for argument count and FromStr trait 2026-02-02 16:12:13 +00:00
ids.rs feat(domain): add Gear entity with database migrations 2026-02-02 15:14:23 +00:00
listing.rs feat: add bags domain and repositories 2025-11-27 13:56:06 +00:00
mod.rs feat(domain): add Gear entity with database migrations 2026-02-02 15:14:23 +00:00
repositories.rs feat(domain): add Gear entity with database migrations 2026-02-02 15:14:23 +00:00
roasters.rs feat!: update to a more human friendly url structure for roasters/roasts 2025-11-25 21:34:08 +00:00
roasts.rs feat!: update to a more human friendly url structure for roasters/roasts 2025-11-25 21:34:08 +00:00
sessions.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
timeline.rs fix: add an action field to timeline events 2025-11-27 14:52:13 +00:00
tokens.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
users.rs feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00