Commit Graph

121 Commits

Author SHA1 Message Date
Andrew Phillips
dd8f828ed3 refactor: update function parameters to use references where appropriate 2025-05-14 22:09:23 -03:00
Andrew Phillips
bbdfe19836 feat: add compression and digest support with database schema updates 2025-05-14 09:45:51 -03:00
Andrew Phillips (aider)
75e131d0e3 feat: add build_digest_table based on build_compression_table 2025-05-13 16:56:19 -03:00
Andrew Phillips (aider)
6074fd3430 refactor: rename default_type to default_compression_type in compression calls 2025-05-13 16:44:12 -03:00
Andrew Phillips
a25e6bfdb3 refactor: remove unused parameters and simplify build functions 2025-05-13 16:38:22 -03:00
Andrew Phillips (aider)
ecc6646c6c fix: add missing anyhow::Error to Result return type in status.rs 2025-05-13 16:32:15 -03:00
Andrew Phillips
e9c6892111 refactor: move path table creation to build_path_table function 2025-05-13 16:32:07 -03:00
Andrew Phillips (aider)
1358d634c1 refactor: extract path table creation into build_path_table function 2025-05-13 16:30:17 -03:00
Andrew Phillips (aider)
4e43fa3f62 fix: resolve type mismatch and remove unused code 2025-05-13 16:28:18 -03:00
Andrew Phillips (aider)
aea254ae62 refactor: move compression table creation to build_compression_table function 2025-05-13 16:26:45 -03:00
Andrew Phillips
7db2a2ab75 (no commit message provided) 2025-05-13 08:16:47 -03:00
Andrew Phillips (aider)
66e61a4196 refactor: move compression types to compression_engine module 2025-05-12 17:12:17 -03:00
Andrew Phillips
d9defdec45 refactor: move list mode handling to modes/list.rs 2025-05-10 14:11:37 -03:00
Andrew Phillips (aider)
da47077b08 fix: add missing CompressionEngineProgram import and remove unused imports 2025-05-10 14:02:16 -03:00
Andrew Phillips (aider)
a955b2a0c6 refactor: remove unused imports from various files 2025-05-10 13:59:04 -03:00
Andrew Phillips
9feec61759 style: reorder imports and reformat code for consistency 2025-05-10 10:06:33 -03:00
Andrew Phillips (aider)
dea46b0679 fix: import FromStr from std::str in status module 2025-05-10 09:58:00 -03:00
Andrew Phillips (aider)
94fff32244 fix: resolve from_str usage and filter method errors, remove unused imports 2025-05-10 09:44:25 -03:00
Andrew Phillips (aider)
d4501e1183 fix: remove unused imports and add missing traits for is_terminal/from_str 2025-05-10 09:27:39 -03:00
Andrew Phillips (aider)
d832dcf8f7 fix: resolve compilation errors in status.rs
Add missing imports for IsTerminal and FromStr, fix Args type reference, and remove unused imports causing warnings.
2025-05-10 09:22:53 -03:00
Andrew Phillips (aider)
9d4c59d0b5 refactor: move mode_status to src/modes/status.rs 2025-05-10 09:19:54 -03:00