aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src/data/vault/virtual_file.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old vcs directory after migration to vcs_data魏曹先生2025-10-061-473/+0
| | | | | | - Delete entire crates/vcs directory and its contents - Remove test files and configuration from old structure - Complete transition to new vcs_data and vcs_actions architecture
* Add incremental transfer functionality and update core components魏曹先生2025-09-291-1/+3
| | | | | | | | - Implement instance_incremental_transfer module for efficient file synchronization - Add support for chunk-based file transfer with hash comparison - Update TCP connection utilities to support incremental transfer protocol - Enhance error handling and version management for file synchronization - Update dependencies and integrate new functionality into main library
* docs: Add module-level documentation comments魏曹先生2025-09-261-0/+1
| | | | | - Add documentation comments to VaultConfig, Sheets, and VirtualFile modules - Improve code documentation for better maintainability
* feat: add sheet management system for vaults魏曹先生2025-09-261-1/+1
| | | | | | | | | | | | | | - Add Sheet struct with holder, inputs, and mapping functionality - Implement SheetData with serialization support - Add sheets.rs with vault sheet management methods: - Load all sheets in vault - Search for sheet names - Read individual sheets - Create new sheets with validation - Delete sheets (both permanently and safely to trash) - Restore sheets from trash - Update data module to include sheet submodule - Minor fixes and improvements to related modules
* Move `workspace` mod to `data`魏曹先生2025-09-251-0/+470