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 (aider)
|
f2d210c4d1
|
fix: add missing is_default field to MetaPluginProgram
|
2025-05-22 13:46:42 -03:00 |
|
Andrew Phillips (aider)
|
815a818b39
|
feat: add meta_name column to meta plugin table
|
2025-05-22 13:28:59 -03:00 |
|
Andrew Phillips
|
25e41c46a9
|
refactor: remove unused MetaPluginType::None and related code
|
2025-05-22 13:21:10 -03:00 |
|
Andrew Phillips (aider)
|
923ed65d42
|
feat: add meta plugins table to status mode
|
2025-05-22 13:04:46 -03:00 |
|
Andrew Phillips
|
91cceff3e8
|
refactor: remove digest type and value handling
|
2025-05-22 09:06:51 -03:00 |
|
Andrew Phillips
|
a8c363333c
|
refactor: remove digest fields from db and item struct
|
2025-05-21 20:24:17 -03:00 |
|
Andrew Phillips
|
5a6a8ee97b
|
refactor: improve code formatting and readability in SQL and function calls
|
2025-05-14 22:50:35 -03:00 |
|
Andrew Phillips
|
dd8f828ed3
|
refactor: update function parameters to use references where appropriate
|
2025-05-14 22:09:23 -03:00 |
|
Andrew Phillips
|
d1edd20845
|
feat: extract digest and compression type handling into common command functions
|
2025-05-14 21:54:45 -03:00 |
|
Andrew Phillips (aider)
|
075c571e53
|
fix: change return type to anyhow::Error to support ? operator
|
2025-05-14 17:22:22 -03:00 |
|
Andrew Phillips (aider)
|
0774e36184
|
fix: add missing imports and fix return type in store_item_digest_value
|
2025-05-14 17:20:28 -03:00 |
|
Andrew Phillips (aider)
|
4ac2943683
|
refactor: update store_item_digest_value calls to use new argument types
|
2025-05-14 17:18:11 -03:00 |
|
Andrew Phillips (aider)
|
3c4938857f
|
feat: update store_item_digest_value to take owned Item and String
|
2025-05-14 17:16:31 -03:00 |
|
Andrew Phillips (aider)
|
f049406858
|
feat: Update store_item_digest_value to use DigestType enum for digest type parameter
|
2025-05-14 17:14:19 -03:00 |
|
Andrew Phillips (aider)
|
72a8337f4e
|
refactor: use store_item_digest_value in mode_update and mode_save
|
2025-05-14 17:12:18 -03:00 |
|
Andrew Phillips (aider)
|
75ac080591
|
feat: add store_item_digest_value function to common.rs
|
2025-05-14 17:09:18 -03:00 |
|
Andrew Phillips
|
5790aa6993
|
refactor: rename variable to clarify digest metadata purpose
|
2025-05-14 17:04:11 -03:00 |
|
Andrew Phillips (aider)
|
ac4660684d
|
fix: clone moved values to resolve ownership issues
|
2025-05-14 16:32:04 -03:00 |
|
Andrew Phillips (aider)
|
477a03fbb7
|
feat: store digest in meta entry with get_digest_type_meta as name
|
2025-05-14 16:29:27 -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)
|
dc76b6af52
|
refactor: use compression_engine.open for file handling in update mode
|
2025-05-13 19:02:51 -03:00 |
|
Andrew Phillips (aider)
|
51acd0933f
|
fix: Implement digest calculation loop and update item in DB
|
2025-05-13 19:01:52 -03:00 |
|
Andrew Phillips
|
932b32edef
|
refactor: move compression engine init and reorganize digest recalculation logic
|
2025-05-13 19:01:44 -03:00 |
|
Andrew Phillips (aider)
|
ce44134ab7
|
refactor: replace if let with match for digest type handling
|
2025-05-13 18:45:13 -03:00 |
|
Andrew Phillips (aider)
|
6d2640650c
|
fix: remove unused imports and fix as_ref usage
|
2025-05-13 18:44:03 -03:00 |
|
Andrew Phillips (aider)
|
98d10e787c
|
style: fix indentation in mode_update digest calculation
|
2025-05-13 18:43:17 -03:00 |
|
Andrew Phillips (aider)
|
f419392c8f
|
fix: close unclosed delimiter in update.rs
|
2025-05-13 18:42:36 -03:00 |
|
Andrew Phillips (aider)
|
10c3e2d5c8
|
fix: add ResultExt to anyhow imports
|
2025-05-13 18:41:53 -03:00 |
|
Andrew Phillips (aider)
|
d58dea9c3f
|
fix: add bail to anyhow import in update.rs
|
2025-05-13 18:41:30 -03:00 |
|
Andrew Phillips (aider)
|
64c4dce492
|
fix: add Context to anyhow import
|
2025-05-13 18:41:08 -03:00 |
|
Andrew Phillips (aider)
|
6d724c73b9
|
fix: Handle optional digest_type when checking for digest recalculation
|
2025-05-13 18:40:39 -03:00 |
|
Andrew Phillips
|
e7496b8978
|
fix: Fix COMPRESSION typo, correct DIGEST log tag, and refactor mode_update cloning
|
2025-05-13 18:36:23 -03:00 |
|
Andrew Phillips (aider)
|
eaeb83f12e
|
fix: add rusqlite Connection import and fix item_path scope
|
2025-05-13 18:31:46 -03:00 |
|
Andrew Phillips (aider)
|
d8e0cb9758
|
fix: add DigestType and get_digest_engine imports, fix item_path scope
|
2025-05-13 18:30:31 -03:00 |
|
Andrew Phillips (aider)
|
9a99bbd8bc
|
feat: Recalculate digest if digest_type is set but digest_value is missing
|
2025-05-13 18:26:42 -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
|
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)
|
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 |
|