aboutsummaryrefslogtreecommitdiff
path: root/crates/system_action/src/action.rs
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for system action and config file crates魏曹先生2025-11-251-0/+56
* update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生2025-10-291-2/+12
* update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生2025-10-271-7/+20
* Fix Clippy warnings and optimize code魏曹先生2025-10-131-6/+8
* feat: implement asynchronous action call system魏曹先生2025-10-131-9/+61
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-131-0/+38
* 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
* Rename vcs_service to action_system for better naming clarity魏曹先生2025-10-061-0/+38