aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/registry/client_registry.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement virtual file edit right management魏曹先生2025-11-251-1/+5
* Rename `virtual_file_action.rs` to `track_action.rs`魏曹先生2025-11-251-1/+1
* update: Connection and registry enhancements魏曹先生2025-11-061-0/+4
* Add sheet restoration and drop functionality魏曹先生2025-11-051-1/+2
* update: Registry and connection improvements魏曹先生2025-11-031-2/+10
* Add update_to_latest_info action魏曹先生2025-10-301-1/+4
* Change auth_member to return MemberId on success魏曹先生2025-10-301-1/+3
* Apply clippy suggestions魏曹先生2025-10-291-3/+1
* Add LocalWorkspace and UserDirectory to client ActionContext魏曹先生2025-10-291-0/+34
* fixed: Incorrect condition setting for determining whether to send魏曹先生2025-10-271-1/+1
* fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生2025-10-271-1/+1
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-2/+3
* Fix Clippy warnings and optimize code魏曹先生2025-10-131-2/+2
* feat: implement asynchronous action call system魏曹先生2025-10-131-7/+10
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-131-5/+23
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-131-2/+2
* fix: Resolve callback type mismatch in client_registry魏曹先生2025-10-121-0/+39
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-061-0/+0