aboutsummaryrefslogtreecommitdiff
path: root/crates/system_action
Commit message (Expand)AuthorAgeFilesLines
* update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生2025-10-291-2/+12
* Update dependencies to latest versions魏曹先生2025-10-272-5/+5
* fixed: Incorrect condition setting for determining whether to send魏曹先生2025-10-271-0/+1
* update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生2025-10-271-7/+20
* "fix: Fix indentation issues魏曹先生2025-10-271-5/+6
* fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生2025-10-272-7/+7
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-2/+3
* Fix Clippy warnings and optimize code魏曹先生2025-10-133-28/+41
* feat: implement asynchronous action call system魏曹先生2025-10-133-18/+75
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-133-12/+110
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-134-16/+27
* refactor: Update action macros and error types魏曹先生2025-10-121-4/+4
* chore: Update dependencies and module exports魏曹先生2025-10-121-0/+3
* feat: Add callback mechanism to ActionPool魏曹先生2025-10-121-6/+53
* feat: Add Clone implementation for ActionContext魏曹先生2025-10-121-2/+20
* feat: add default implementation and convenience methods to ActionContext魏曹先生2025-10-061-2/+19
* refactor: optimize procedural macros in action_system魏曹先生2025-10-061-3/+31
* Fix macro to properly extract and use parameter names from function signature魏曹先生2025-10-061-8/+26
* Fix macro expansion type errors in action_system macros魏曹先生2025-10-061-2/+2
* Rename vcs_service to action_system for better naming clarity魏曹先生2025-10-066-0/+326