Commit Graph

29 Commits

Author SHA1 Message Date
Andrew Phillips (aider)
970d69af70 chore: remove unused imports 2025-05-22 14:02:24 -03:00
Andrew Phillips (aider)
a68d75351f refactor: remove magic function and related code 2025-05-22 13:57:00 -03:00
Andrew Phillips
91cceff3e8 refactor: remove digest type and value handling 2025-05-22 09:06:51 -03:00
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
62aeb05e76 refactor: improve option handling and variable naming in show_item 2025-05-13 18:18:29 -03:00
Andrew Phillips (aider)
c167f28d17 fix: resolve compilation errors in info.rs by adding imports and fixing type handling 2025-05-13 18:10:37 -03:00
Andrew Phillips (aider)
975acf2dc3 refactor: extract item display logic into show_item function 2025-05-13 18:08:19 -03:00
Andrew Phillips (aider)
9046d0b558 refactor: replace if let with match in mode_info handling 2025-05-13 18:04:58 -03:00
Andrew Phillips (aider)
5727c831dc fix: resolve type mismatches by cloning Options and handling Result correctly in info.rs 2025-05-13 18:02:41 -03:00
Andrew Phillips (aider)
36a0eb56c1 fix: resolve type mismatches in info mode handling 2025-05-13 17:58:20 -03:00
Andrew Phillips (aider)
485b36ce02 feat: add digest type and value to info output 2025-05-13 17:55:48 -03:00
Andrew Phillips
0189f3c273 refactor: remove module prefixes from compression and digest engine functions 2025-05-13 15:00:30 -03:00
Andrew Phillips (aider)
8f93657fa1 refactor: consolidate imports for get_*_engine functions 2025-05-13 09:00:45 -03:00
Andrew Phillips (aider)
889c2bc838 refactor: update engine calls to use imported functions 2025-05-13 08:56:21 -03:00
Andrew Phillips (aider)
e15cf371e0 refactor: Update imports to use specific get_engine functions 2025-05-13 08:51:21 -03:00
Andrew Phillips (aider)
9330fc1db9 refactor: Rename get_engine to get_compression_engine and update references 2025-05-13 08:46:41 -03:00
Andrew Phillips (aider)
b08c7e7346 refactor: Rename compression module to compression_engine and update references 2025-05-12 17:11:32 -03:00
Andrew Phillips (aider)
134731ca5c fix: add missing format_size and ColumnType imports 2025-05-10 14:07:31 -03:00
Andrew Phillips (aider)
d5f9adc3ae fix: remove unused imports and adjust common module re-exports 2025-05-10 14:06:23 -03:00
Andrew Phillips (aider)
a955b2a0c6 refactor: remove unused imports from various files 2025-05-10 13:59:04 -03:00
Andrew Phillips
6bbc306c23 style: reorder imports and adjust formatting 2025-05-10 13:09:49 -03:00
Andrew Phillips (aider)
1ce5909f7b fix: Add missing TableFormat and function imports to resolve compilation errors 2025-05-10 12:51:53 -03:00
Andrew Phillips (aider)
bc85cdac6c fix: remove unused imports and non-const format builder 2025-05-10 12:45:14 -03:00
Andrew Phillips (aider)
f8b14cb570 fix: replace const with function for table format and update is_terminal import 2025-05-10 12:42:04 -03:00
Andrew Phillips (aider)
33757dabee fix: move format constant to common and update stdout check 2025-05-10 12:37:08 -03:00
Andrew Phillips (aider)
796ded6a6b fix: correct imports and add clap::error::ErrorKind 2025-05-10 12:25:26 -03:00
Andrew Phillips
6d07cf6f18 chore: reorder imports in info.rs 2025-05-10 12:25:08 -03:00
Andrew Phillips (aider)
1818024bc9 refactor: Move mode_info to src/modes/info.rs 2025-05-10 12:19:00 -03:00