aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src
Commit message (Expand)AuthorAgeFilesLines
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-173-38/+749
* feat: Add virtual file actions foundation (WIP)魏曹先生2025-11-061-0/+32
* update: Connection and registry enhancements魏曹先生2025-11-063-1/+15
* feat: Overhaul local-remote synchronization魏曹先生2025-11-061-44/+119
* Add sheet restoration and drop functionality魏曹先生2025-11-054-22/+149
* feat: Enhance upstream vault action魏曹先生2025-11-031-2/+28
* update: Local actions and data structures魏曹先生2025-11-031-3/+12
* update: Registry and connection improvements魏曹先生2025-11-032-4/+19
* feat: Add sheet creation action魏曹先生2025-11-031-0/+79
* Add update_to_latest_info action魏曹先生2025-10-303-6/+87
* Change auth_member to return MemberId on success魏曹先生2025-10-302-7/+9
* Apply clippy suggestions魏曹先生2025-10-292-4/+2
* Add LocalWorkspace and UserDirectory to client ActionContext魏曹先生2025-10-291-0/+34
* feat: Add port override capability to server entry魏曹先生2025-10-291-8/+18
* Update actions.rs魏曹先生2025-10-291-0/+113
* feat: Completed `set_upstream_vault_action`魏曹先生2025-10-291-16/+62
* update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生2025-10-291-1/+1
* Fix error handling in process_connection魏曹先生2025-10-271-2/+1
* update: Add connection logs to show active count魏曹先生2025-10-271-2/+2
* update: Add server lock behavior to vault lifecycle魏曹先生2025-10-271-0/+9
* update: Remove `hello_world_action`魏曹先生2025-10-271-21/+0
* fixed: Incorrect condition setting for determining whether to send魏曹先生2025-10-271-1/+1
* update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生2025-10-271-4/+4
* fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生2025-10-271-1/+1
* Add some debug logs魏曹先生2025-10-272-16/+61
* Fix some spelling issues.魏曹先生2025-10-242-3/+20
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-242-3/+14
* Fix Clippy warnings and optimize code魏曹先生2025-10-132-4/+4
* feat: implement asynchronous action call system魏曹先生2025-10-134-20/+34
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-135-11/+56
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-132-4/+4
* feat: Add connection infrastructure and documentation魏曹先生2025-10-123-0/+145
* chore: Update dependencies and module exports魏曹先生2025-10-121-0/+1
* feat: Implement SetUpstreamVaultAction魏曹先生2025-10-121-0/+17
* feat: Add server action registry魏曹先生2025-10-121-0/+9
* fix: Resolve callback type mismatch in client_registry魏曹先生2025-10-121-0/+39
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-0610-0/+9