Commit Graph

793 Commits

Author SHA1 Message Date
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
cf279c42f1 style: add trailing commas in ColumnType match arms 2025-05-13 17:50:41 -03:00
Andrew Phillips
1aaf1e6221 feat: make digest_value optional and add digest display 2025-05-13 17:49:19 -03:00
Andrew Phillips (aider)
1d9ca1b9dd fix: clone digest_type to avoid move error 2025-05-13 17:25:38 -03:00
Andrew Phillips (aider)
2e6bc0cc77 fix: add missing digest_type and digest_value to db::Item 2025-05-13 17:22:08 -03:00
Andrew Phillips (aider)
3e79b653b5 feat: add support for Item.digest_type and digest_value in database operations 2025-05-13 17:18:09 -03:00
Andrew Phillips
6a2476825b feat: add digest fields and update compression default in items table 2025-05-13 17:17:59 -03:00
Andrew Phillips (aider)
0a33dcd90d fix: use md5sum instead of bzip2 for MD5 digest 2025-05-13 17:02:48 -03:00
Andrew Phillips (aider)
928608ae51 feat: add Debug derive to DigestEngineProgram 2025-05-13 16:59:20 -03:00
Andrew Phillips (aider)
3d0c432336 fix: add Clone derive to DigestEngineProgram 2025-05-13 16:58:06 -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)
d26218617a fix: add strum import and remove Box.expect call 2025-05-13 16:53:19 -03:00
Andrew Phillips (aider)
e5bbbd61a3 feat: add digest_engine::default_digest_type() 2025-05-13 16:47:37 -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 (aider)
ff7f7035c8 refactor: Rename default_type to default_compression_type 2025-05-13 16:42:08 -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
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)
f0a8fb3490 refactor: Remove crate:: prefix from get_digest_engine 2025-05-13 08:58:24 -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)
41ac4dafaf refactor: rename get_engine to get_compression_engine in diff mode 2025-05-13 08:54:04 -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)
e238f7569e fix: rename get_engine to get_compression_engine in compression_engine.rs 2025-05-13 08:48:59 -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)
0be716eac0 refactor: Rename get_engine to get_digest_engine and update references 2025-05-13 08:42:02 -03:00
Andrew Phillips
7db2a2ab75 (no commit message provided) 2025-05-13 08:16:47 -03:00
Andrew Phillips
9ba3a31e95 fix: remove duplicate digest argument and adjust imports 2025-05-12 22:11:56 -03:00
Andrew Phillips (aider)
4c2df3d743 fix: add PathBuf import and fix ? operator usage 2025-05-12 22:10:16 -03:00
Andrew Phillips
ae34376468 chore: remove unused PathBuf import 2025-05-12 22:10:05 -03:00
Andrew Phillips (aider)
1e43a5e855 refactor: use with_context for process spawning error handling 2025-05-12 22:04:33 -03:00
Andrew Phillips (aider)
d827a4d772 fix: remove unused field and add missing Context import 2025-05-12 22:03:46 -03:00
Andrew Phillips (aider)
ec3771cd5d fix: Remove unused field and fix context method in DigestEngineProgram 2025-05-12 22:01:16 -03:00
Andrew Phillips (aider)
1b96f474fe fix: add Context trait and correct with_context usage 2025-05-12 20:49:58 -03:00
Andrew Phillips (aider)
5ab5a47090 fix: remove Clone derive and fix context method usage 2025-05-12 20:48:44 -03:00
Andrew Phillips (aider)
89e8ade361 fix: add missing process field and Context import 2025-05-12 20:47:15 -03:00
Andrew Phillips (aider)
650d410383 fix: resolve compilation errors by correcting imports, struct fields, and method usage 2025-05-12 20:46:14 -03:00
Andrew Phillips (aider)
416c65d177 fix: resolve duplicate imports and missing io/Context imports 2025-05-12 20:44:47 -03:00
Andrew Phillips (aider)
faff90f5d3 fix: resolve Rust compilation errors by fixing imports and missing types 2025-05-12 20:43:31 -03:00
Andrew Phillips (aider)
d07fd7c440 refactor: Remove unused imports 2025-05-12 20:42:14 -03:00
Andrew Phillips (aider)
712a820eba fix: Fix missing Write trait and unused imports 2025-05-12 20:41:18 -03:00
Andrew Phillips
8d7a1c2eb8 refactor: Remove is_supported from LZ4 engine 2025-05-12 20:41:08 -03:00
Andrew Phillips (aider)
192b9e2f57 refactor: remove process storage from ProgramWriter 2025-05-12 20:40:11 -03:00