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
/
system_action
Age
Commit message (
Expand
)
Author
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: Fix indentation issues
魏曹先生
2025-10-27
fix: Make the ActionContext passed to on_proc_begin mutable
魏曹先生
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
refactor: Update action macros and error types
魏曹先生
2025-10-12
chore: Update dependencies and module exports
魏曹先生
2025-10-12
feat: Add callback mechanism to ActionPool
魏曹先生
2025-10-12
feat: Add Clone implementation for ActionContext
魏曹先生
2025-10-06
feat: add default implementation and convenience methods to ActionContext
魏曹先生
2025-10-06
refactor: optimize procedural macros in action_system
魏曹先生
2025-10-06
Fix macro to properly extract and use parameter names from function signature
魏曹先生
2025-10-06
Fix macro expansion type errors in action_system macros
魏曹先生
2025-10-06
Rename vcs_service to action_system for better naming clarity
魏曹先生