aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/local
Commit message (Expand)AuthorAgeFilesLines
* Replace tokio::Instant with std::time::SystemTime for update timestampsWeicao-CatilGrass2025-12-161-44/+3
* Add getter and setter for last_modifiy_check_hash and remove_mapping魏曹先生2025-12-151-0/+25
* Rename AlignTasksName type to AlignTaskName魏曹先生2025-12-151-5/+5
* Prevent lost file classification for erased directories魏曹先生2025-12-151-12/+13
* Rename `file_status` to `workspace_analyzer`魏曹先生2025-12-152-1/+1
* Add edit mapping action for sheet operations魏曹先生2025-12-152-0/+25
* Match moved files using latest hash instead of initial hash魏曹先生2025-12-112-9/+31
* Change add_mapping to accept path by reference魏曹先生2025-12-041-1/+1
* Remove return value from `sign_vault_modified` function魏曹先生2025-11-241-6/+3
* Add vault modification tracking魏曹先生2025-11-231-0/+33
* Apply clippy suggestions魏曹先生2025-11-236-63/+40
* Strip workspace prefix from new paths in moved file detection魏曹先生2025-11-221-0/+5
* Add align module for sorting file analysis results魏曹先生2025-11-221-0/+107
* update: Improve file update task processing魏曹先生2025-11-201-19/+31
* feat: Enhance version tracking in LatestFileData魏曹先生2025-11-201-6/+15
* Rename MemberHeld to LatestFileData and add version tracking魏曹先生2025-11-201-5/+11
* Change function signatures to use references魏曹先生2025-11-191-1/+4
* Derive Clone for LocalConfig and fix mapping_mut signature魏曹先生2025-11-191-1/+1
* Add setter methods for LocalMappingMetadata fields魏曹先生2025-11-191-0/+40
* Use std::path::PathBuf in latest_info module魏曹先生2025-11-171-1/+4
* Use member-specific paths for latest info files魏曹先生2025-11-172-3/+18
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-176-51/+763
* Add path formatting utility and local sheet management魏曹先生2025-11-073-12/+99
* Add documentation for local cached data structures魏曹先生2025-11-072-0/+7
* feat: Add local data management modules (WIP)魏曹先生2025-11-063-0/+138
* Update draft folder structure to include account name魏曹先生2025-11-051-5/+18
* feat: Add rollback support for file movement魏曹先生2025-11-031-18/+58
* update: Local actions and data structures魏曹先生2025-11-031-2/+8
* feat: Implement sheet usage management魏曹先生2025-11-031-0/+223
* Add LatestInfo struct for client data persistence魏曹先生2025-10-301-0/+28
* feat: Update data configuration structures魏曹先生2025-10-121-0/+25
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-061-0/+53