Andrew Phillips
|
65dd800526
|
feat: add support for left/right alignment in list_format columns
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:42:12 -03:00 |
|
Andrew Phillips
|
21e8eb1d09
|
fix: replace home crate with std::env::var for home directory resolution
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:39:11 -03:00 |
|
Andrew Phillips
|
d9dc72e3e1
|
feat: replace dirs crate with home::home_dir for config path resolution
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:38:28 -03:00 |
|
Andrew Phillips
|
07c579af94
|
fix: implement default config path logic and remove unused variable warning
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:38:00 -03:00 |
|
Andrew Phillips
|
09ec19fcab
|
fix: use configured labels for meta columns in list display
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:37:05 -03:00 |
|
Andrew Phillips
|
61ece03aa3
|
fix: remove deprecated default_config_path function
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:35:14 -03:00 |
|
Andrew Phillips
|
5897f89a76
|
fix: fix handling of meta:* columns and labels
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:09:49 -03:00 |
|
Andrew Phillips
|
15e2103f66
|
feat: handle meta:<name> column type pattern
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:55:38 -03:00 |
|
Andrew Phillips
|
6cb050188e
|
feat: ignore all empty environment variables
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:52:06 -03:00 |
|
Andrew Phillips
|
1eca639c19
|
fix: ignore empty KEEP_LIST_FORMAT environment variable
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:51:11 -03:00 |
|
Andrew Phillips
|
9fc645c54a
|
feat: add default label to name for YAML column config
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:48:10 -03:00 |
|
Andrew Phillips
|
8a2e992ca5
|
fix: update default list_format labels to match their names
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:47:45 -03:00 |
|
Andrew Phillips
|
c470e63bac
|
feat: add debug logging and make dir field optional in settings
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:42:31 -03:00 |
|
Andrew Phillips
|
1c6064fdb7
|
refactor: remove unused struct members and methods
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:32:11 -03:00 |
|
Andrew Phillips
|
014dd380cd
|
feat: add new dependencies to Cargo.lock
|
2025-08-16 12:30:37 -03:00 |
|
Andrew Phillips
|
cb4a0c877d
|
fix: remove reference to deleted handle_delete_item function
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:30:06 -03:00 |
|
Andrew Phillips
|
a00952a377
|
fix: remove unused delete_item handler and add accessors for unused fields
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:29:32 -03:00 |
|
Andrew Phillips
|
9f5f999989
|
fix: implement PartialEq for OutputFormat and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:28:31 -03:00 |
|
Andrew Phillips
|
1145f637c7
|
feat: add OutputFormat enum and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:28:13 -03:00 |
|
Andrew Phillips
|
172c7ec91d
|
refactor: remove unused functions and output format enum
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:27:32 -03:00 |
|
Andrew Phillips
|
79d704c1cd
|
fix: make AppState password fields public
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:25:23 -03:00 |
|
Andrew Phillips
|
dfd855f380
|
fix: make unused fields public and remove pub(crate) visibility
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:25:04 -03:00 |
|
Andrew Phillips
|
5e111e002a
|
style: make verbose fields private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:23:53 -03:00 |
|
Andrew Phillips
|
3de5947d42
|
refactor: make unused fields and functions private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:23:20 -03:00 |
|
Andrew Phillips
|
c3f4e03f33
|
refactor: remove unused fields and functions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:22:59 -03:00 |
|
Andrew Phillips
|
ad1a7e44bc
|
fix: add missing FromStr trait import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:22:25 -03:00 |
|
Andrew Phillips
|
969d30924b
|
fix: remove unused imports and make unused fields private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:21:57 -03:00 |
|
Andrew Phillips
|
8b8868760c
|
fix: clone db_path before passing to db::open
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:19:32 -03:00 |
|
Andrew Phillips
|
12e0fa9aea
|
fix: replace init_db with open in database initialization
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:16:34 -03:00 |
|
Andrew Phillips
|
3999baf8eb
|
fix: fix unused imports and db initialization error
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:15:27 -03:00 |
|
Andrew Phillips
|
270b3c711e
|
fix: remove unused std::str::FromStr imports and fix ValueKind conversion errors
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:13:54 -03:00 |
|
Andrew Phillips
|
0feb8f574a
|
feat: add database initialization and mode handling logic
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:12:55 -03:00 |
|
Andrew Phillips
|
5c66ac3d8a
|
fix: remove unused config parameter in mode functions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:11:31 -03:00 |
|
Andrew Phillips
|
3f13e490b3
|
refactor: remove meta data handling from update mode
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:05:18 -03:00 |
|
Andrew Phillips
|
c4b2a5d7e7
|
fix: update config type references and method calls
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:03:13 -03:00 |
|
Andrew Phillips
|
28b7199424
|
chore: remove deprecated tests.rs file
|
2025-08-16 11:57:10 -03:00 |
|
Andrew Phillips
|
b90456c6f4
|
feat: update config system and list format structure
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 11:57:02 -03:00 |
|
Andrew Phillips
|
e1091b72f8
|
chore: update pwhash dependency and add settings debug log
|
2025-08-16 11:56:52 -03:00 |
|
Andrew Phillips
|
2764f16c20
|
feat: add support for salted password hash authentication
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 21:03:12 -03:00 |
|
Andrew Phillips
|
fd5681b630
|
feat: add support for password hashing authentication
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 20:49:56 -03:00 |
|
Andrew Phillips
|
0e88a177b3
|
feat: add support for direct password configuration in server settings
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 20:38:09 -03:00 |
|
Andrew Phillips
|
7ad10f92e8
|
fix: remove unused imports and dead code
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:58:59 -03:00 |
|
Andrew Phillips
|
e880da210a
|
fix: add server address and port fields to settings and update constructor
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:57:59 -03:00 |
|
Andrew Phillips
|
421fd76fe6
|
refactor: remove unix socket support fallback
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:55:50 -03:00 |
|
Andrew Phillips
|
29ce003fa8
|
feat: implement server configuration with address and port options
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:55:13 -03:00 |
|
Andrew Phillips
|
b9d79d2fe1
|
fix: remove unused variable and add missing FromStr import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:11:49 -03:00 |
|
Andrew Phillips
|
898622ff6c
|
feat: add compression type support to status endpoint
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:10:59 -03:00 |
|
Andrew Phillips
|
0a5bf38359
|
feat: update compression status to show enabled state
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:10:08 -03:00 |
|
Andrew Phillips
|
005937236b
|
feat: add config module to lib exports
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-15 16:51:17 -03:00 |
|
Andrew Phillips
|
b6389419c0
|
fix: remove unused imports and resolve config module conflicts
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-15 16:39:11 -03:00 |
|