aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/connection/action_service.rs
Commit message (Expand)AuthorAgeFilesLines
* Add local output channel for CLI feedback in track actions魏曹先生2025-12-241-3/+3
* update: Connection and registry enhancements魏曹先生2025-11-061-1/+7
* feat: Add port override capability to server entry魏曹先生2025-10-291-8/+18
* update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生2025-10-291-1/+1
* Fix error handling in process_connection魏曹先生2025-10-271-2/+1
* update: Add connection logs to show active count魏曹先生2025-10-271-2/+2
* update: Add server lock behavior to vault lifecycle魏曹先生2025-10-271-0/+9
* Add some debug logs魏曹先生2025-10-271-10/+56
* Fix Clippy warnings and optimize code魏曹先生2025-10-131-2/+2
* feat: implement asynchronous action call system魏曹先生2025-10-131-1/+4
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-131-5/+24
* feat: Add connection infrastructure and documentation魏曹先生2025-10-121-0/+129