aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions
Commit message (Expand)AuthorAgeFilesLines
* 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