Andrew Phillips
9b7cbd5244
fix: resolve doctest failures, database bugs, and remove dead code
- Fix all 96 doctest failures across 20 files by adding hidden imports and
proper test setup (68 pass, 33 intentionally ignored)
- Fix set_item_tags: wrap in transaction and replace item.id.unwrap() with
proper error handling
- Fix get_items_matching: replace N+1 per-item meta queries with batch
get_meta_for_items() call
- Fix get_item_matching: apply meta filtering instead of ignoring the parameter
- Remove duplicate doc comment in store_meta
- Remove dead code files: plugin.rs, plugins.rs, binary_detection.rs
(never declared as modules)
- Apply cargo fmt formatting fixes
- Add keep.db to .gitignore
2026-03-12 11:58:44 -03:00
..
2025-09-15 17:42:35 -03:00
2026-03-12 11:58:44 -03:00
2026-03-12 11:58:44 -03:00
2026-03-12 11:58:44 -03:00
2026-03-11 20:45:05 -03:00
2026-02-19 13:57:39 -04:00
2026-03-11 20:45:05 -03:00
2025-09-10 10:59:29 -03:00