aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/vault
Commit message (Collapse)AuthorAgeFilesLines
* feat: Enhanced data structures and constants魏曹先生2025-11-062-1/+2
| | | | | | | - Add new constants for local workspace management - Extend SheetData with write_count functionality - Simplify vault data structures - Update sheet and virtual file data handling
* update: Local actions and data structures魏曹先生2025-11-031-1/+1
| | | | | | - Update local actions implementation - Improve latest info handling - Enhance vault sheets management
* Improve vault lock error message and formatting魏曹先生2025-10-291-8/+6
| | | | | | - Use clearer error message when vault is already locked - Fix code formatting for consistency - Remove unnecessary line breaks in error formatting
* Fix error handling in process_connection魏曹先生2025-10-271-3/+2
|
* feat: Add Server Lock魏曹先生2025-10-271-0/+43
|
* feat: Update data configuration structures魏曹先生2025-10-121-4/+74
| | | | | - Add new configuration fields for local and vault data - Remove outdated todo.txt file
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-064-0/+958
- Rename vcs crate to vcs_data to clearly define data layer - Maintain all existing data structures and functionality - Update dependencies to include action_system integration - Preserve test structure in vcs_data_test directory