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
/
src
/
registry
Age
Commit message (
Expand
)
Author
2025-11-03
update: Registry and connection improvements
魏曹先生
2025-10-30
Add update_to_latest_info action
魏曹先生
2025-10-30
Change auth_member to return MemberId on success
魏曹先生
2025-10-29
Apply clippy suggestions
魏曹先生
2025-10-29
Add LocalWorkspace and UserDirectory to client ActionContext
魏曹先生
2025-10-27
fixed: Incorrect condition setting for determining whether to send
魏曹先生
2025-10-27
fix: Make the ActionContext passed to on_proc_begin mutable
魏曹先生
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 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
魏曹先生