aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/vault
Commit message (Collapse)AuthorAgeFilesLines
* Refactor vault config to use template-based generation魏曹先生2025-12-011-29/+79
| | | | | | | | | - Replace direct serialization with template-based config file generation - Add new dependencies: whoami, redox_syscall, wasite, web-sys - Update VaultConfig structure with new enum types and serialization attributes - Modify setup_vault to accept vault_name parameter and use template - Update all test calls to include vault_name parameter
* Add logger configuration to VaultServerConfig魏曹先生2025-12-011-0/+14
|
* fix: Update constants and path references魏曹先生2025-11-201-3/+8
| | | | Rename CLIENT_FILE_MEMBER_HELD to CLIENT_FILE_LATEST_DATA, update all related path references and method names.
* feat: Add file update verification system魏曹先生2025-11-201-3/+3
| | | | Add comprehensive file update verification with detailed failure reasons including version mismatch, file not held, and missing descriptions.
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-172-3/+30
| | | | | | | - Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities
* 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