summaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src
AgeCommit message (Expand)Author
2025-10-27update: Add connection logs to show active count魏曹先生
2025-10-27update: Add server lock behavior to vault lifecycle魏曹先生
2025-10-27update: Remove `hello_world_action`魏曹先生
2025-10-27fixed: Incorrect condition setting for determining whether to send魏曹先生
2025-10-27update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生
2025-10-27fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生
2025-10-27Add some debug logs魏曹先生
2025-10-24Fix some spelling issues.魏曹先生
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-13Fix Clippy warnings and optimize code魏曹先生
2025-10-13feat: implement asynchronous action call system魏曹先生
2025-10-13feat: Implement JSON-based type-erased action invocation魏曹先生
2025-10-13feat: Add JSON-based action invocation to ActionPool魏曹先生
2025-10-12feat: Add connection infrastructure and documentation魏曹先生
2025-10-12chore: Update dependencies and module exports魏曹先生
2025-10-12feat: Implement SetUpstreamVaultAction魏曹先生
2025-10-12feat: Add server action registry魏曹先生
2025-10-12fix: Resolve callback type mismatch in client_registry魏曹先生
2025-10-06Create vcs_actions crate for client-server interaction logic魏曹先生