index
:
JustEnoughVCS/VersionControl.git
deploy/nightly
dev
main
JustEnoughVCS Core Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
vcs_actions
Age
Commit message (
Expand
)
Author
2025-10-27
update: Remove `hello_world_action`
魏曹先生
2025-10-27
fixed: Incorrect condition setting for determining whether to send
魏曹先生
2025-10-27
update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add
魏曹先生
2025-10-27
fix: Make the ActionContext passed to on_proc_begin mutable
魏曹先生
2025-10-27
Add some debug logs
魏曹先生
2025-10-24
Fix some spelling issues.
魏曹先生
2025-10-24
Re-export subcrate `action_system` to `just_enough_vcs`
魏曹先生
2025-10-13
Fix Clippy warnings and optimize code
魏曹先生
2025-10-13
feat: implement asynchronous action call system
魏曹先生
2025-10-13
feat: Implement JSON-based type-erased action invocation
魏曹先生
2025-10-13
feat: Add JSON-based action invocation to ActionPool
魏曹先生
2025-10-12
feat: Add connection infrastructure and documentation
魏曹先生
2025-10-12
chore: Update dependencies and module exports
魏曹先生
2025-10-12
feat: Implement SetUpstreamVaultAction
魏曹先生
2025-10-12
feat: Add server action registry
魏曹先生
2025-10-12
fix: Resolve callback type mismatch in client_registry
魏曹先生
2025-10-06
Create vcs_actions crate for client-server interaction logic
魏曹先生