aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions
Commit message (Expand)AuthorAgeFilesLines
* Add allow_overwrite_modified flag to track file action魏曹先生2025-12-081-1/+24
* Change virtual file edit right action output format魏曹先生2025-12-081-2/+2
* Implement first download logic for missing files魏曹先生2025-12-041-32/+93
* Add print_info option to edit right change action魏曹先生2025-11-261-13/+20
* Implement virtual file edit right management魏曹先生2025-11-251-9/+107
* Add `hold_virtual_file_action` in user actions魏曹先生2025-11-251-0/+36
* Rename `virtual_file_action.rs` to `track_action.rs`魏曹先生2025-11-251-0/+0
* Implement file synchronization in track file action魏曹先生2025-11-241-33/+148
* Optimize update info transmission to ignore file member presence魏曹先生2025-11-241-8/+7
* Use virtual file metadata version for baseline verification魏曹先生2025-11-241-2/+2
* Fix workspace not marked as modified after successful update魏曹先生2025-11-241-0/+3
* Add vault modification tracking魏曹先生2025-11-233-2/+16
* Apply clippy suggestions魏曹先生2025-11-232-65/+52
* add: Support for update descriptions and info printing魏曹先生2025-11-201-0/+17
* update: Improve file update task processing魏曹先生2025-11-201-31/+41
* feat: Add file update verification system魏曹先生2025-11-201-44/+306
* Ensure task processing order by using Vec instead of HashSet魏曹先生2025-11-171-26/+24
* Use member-specific paths for latest info files魏曹先生2025-11-172-10/+23
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-172-37/+676
* feat: Add virtual file actions foundation (WIP)魏曹先生2025-11-061-0/+32
* feat: Overhaul local-remote synchronization魏曹先生2025-11-061-44/+119
* Add sheet restoration and drop functionality魏曹先生2025-11-051-20/+136
* feat: Enhance upstream vault action魏曹先生2025-11-031-2/+28
* update: Local actions and data structures魏曹先生2025-11-031-3/+12
* feat: Add sheet creation action魏曹先生2025-11-031-0/+79
* Add update_to_latest_info action魏曹先生2025-10-301-4/+79
* Apply clippy suggestions魏曹先生2025-10-291-1/+1
* feat: Completed `set_upstream_vault_action`魏曹先生2025-10-291-16/+62
* update: Remove `hello_world_action`魏曹先生2025-10-271-21/+0
* update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生2025-10-271-4/+4
* Add some debug logs魏曹先生2025-10-271-6/+5
* Fix some spelling issues.魏曹先生2025-10-241-1/+18
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-1/+11
* feat: implement asynchronous action call system魏曹先生2025-10-131-10/+18
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-131-1/+1
* feat: Implement SetUpstreamVaultAction魏曹先生2025-10-121-0/+17
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-065-0/+0