summaryrefslogtreecommitdiff
path: root/crates/vcs_actions
AgeCommit message (Expand)Author
2025-11-24Fix workspace not marked as modified after successful update魏曹先生
2025-11-23Add vault modification tracking魏曹先生
2025-11-23Apply clippy suggestions魏曹先生
2025-11-20add: Support for update descriptions and info printing魏曹先生
2025-11-20update: Improve file update task processing魏曹先生
2025-11-20feat: Add file update verification system魏曹先生
2025-11-17Ensure task processing order by using Vec instead of HashSet魏曹先生
2025-11-17Use member-specific paths for latest info files魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
2025-11-06feat: Add virtual file actions foundation (WIP)魏曹先生
2025-11-06update: Connection and registry enhancements魏曹先生
2025-11-06feat: Overhaul local-remote synchronization魏曹先生
2025-11-05Add sheet restoration and drop functionality魏曹先生
2025-11-03feat: Enhance upstream vault action魏曹先生
2025-11-03update: Local actions and data structures魏曹先生
2025-11-03update: Registry and connection improvements魏曹先生
2025-11-03feat: Add sheet creation action魏曹先生
2025-10-30Add update_to_latest_info action魏曹先生
2025-10-30Change auth_member to return MemberId on success魏曹先生
2025-10-29Apply clippy suggestions魏曹先生
2025-10-29Add LocalWorkspace and UserDirectory to client ActionContext魏曹先生
2025-10-29feat: Add port override capability to server entry魏曹先生
2025-10-29Update actions.rs魏曹先生
2025-10-29feat: Completed `set_upstream_vault_action`魏曹先生
2025-10-29update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to魏曹先生
2025-10-27Fix error handling in process_connection魏曹先生
2025-10-27Update dependencies to latest versions魏曹先生
2025-10-27update: Add connection logs to show active count魏曹先生
2025-10-27update: Add server lock behavior to vault lifecycle魏曹先生
2025-10-27update: Remove `hello_world_action`魏曹先生
2025-10-27fixed: Incorrect condition setting for determining whether to send魏曹先生
2025-10-27update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add魏曹先生
2025-10-27fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生
2025-10-27Add some debug logs魏曹先生
2025-10-24Fix some spelling issues.魏曹先生
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-13Fix Clippy warnings and optimize code魏曹先生
2025-10-13feat: implement asynchronous action call system魏曹先生
2025-10-13feat: Implement JSON-based type-erased action invocation魏曹先生
2025-10-13feat: Add JSON-based action invocation to ActionPool魏曹先生
2025-10-12feat: Add connection infrastructure and documentation魏曹先生
2025-10-12chore: Update dependencies and module exports魏曹先生
2025-10-12feat: Implement SetUpstreamVaultAction魏曹先生
2025-10-12feat: Add server action registry魏曹先生
2025-10-12fix: Resolve callback type mismatch in client_registry魏曹先生
2025-10-06Create vcs_actions crate for client-server interaction logic魏曹先生