aboutsummaryrefslogtreecommitdiff
path: root/crates/system_action/action_macros/src
Commit message (Expand)AuthorAgeFilesLines
* fixed: Incorrect condition setting for determining whether to send魏曹先生2025-10-271-0/+1
* "fix: Fix indentation issues魏曹先生2025-10-271-5/+6
* fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生2025-10-271-1/+1
* Fix Clippy warnings and optimize code魏曹先生2025-10-131-4/+3
* feat: implement asynchronous action call system魏曹先生2025-10-131-2/+2
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-131-6/+11
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-131-15/+19
* refactor: Update action macros and error types魏曹先生2025-10-121-4/+4
* 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-061-0/+149