index
:
JustEnoughVCS/VersionControl.git
deploy/nightly
dev
main
JustEnoughVCS Core Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
vcs_actions
/
src
Age
Commit message (
Expand
)
Author
2025-11-17
Use member-specific paths for latest info files
魏曹先生
2025-11-17
feat: Add file status tracking and SHA1 hash system
魏曹先生
2025-11-06
feat: Add virtual file actions foundation (WIP)
魏曹先生
2025-11-06
update: Connection and registry enhancements
魏曹先生
2025-11-06
feat: Overhaul local-remote synchronization
魏曹先生
2025-11-05
Add sheet restoration and drop functionality
魏曹先生
2025-11-03
feat: Enhance upstream vault action
魏曹先生
2025-11-03
update: Local actions and data structures
魏曹先生
2025-11-03
update: Registry and connection improvements
魏曹先生
2025-11-03
feat: Add sheet creation action
魏曹先生
2025-10-30
Add update_to_latest_info action
魏曹先生
2025-10-30
Change auth_member to return MemberId on success
魏曹先生
2025-10-29
Apply clippy suggestions
魏曹先生
2025-10-29
Add LocalWorkspace and UserDirectory to client ActionContext
魏曹先生
2025-10-29
feat: Add port override capability to server entry
魏曹先生
2025-10-29
Update actions.rs
魏曹先生
2025-10-29
feat: Completed `set_upstream_vault_action`
魏曹先生
2025-10-29
update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to
魏曹先生
2025-10-27
Fix error handling in process_connection
魏曹先生
2025-10-27
update: Add connection logs to show active count
魏曹先生
2025-10-27
update: Add server lock behavior to vault lifecycle
魏曹先生
2025-10-27
update: Remove `hello_world_action`
魏曹先生
2025-10-27
fixed: Incorrect condition setting for determining whether to send
魏曹先生
2025-10-27
update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add
魏曹先生
2025-10-27
fix: Make the ActionContext passed to on_proc_begin mutable
魏曹先生
2025-10-27
Add some debug logs
魏曹先生
2025-10-24
Fix some spelling issues.
魏曹先生
2025-10-24
Re-export subcrate `action_system` to `just_enough_vcs`
魏曹先生
2025-10-13
Fix Clippy warnings and optimize code
魏曹先生
2025-10-13
feat: implement asynchronous action call system
魏曹先生
2025-10-13
feat: Implement JSON-based type-erased action invocation
魏曹先生
2025-10-13
feat: Add JSON-based action invocation to ActionPool
魏曹先生
2025-10-12
feat: Add connection infrastructure and documentation
魏曹先生
2025-10-12
chore: Update dependencies and module exports
魏曹先生
2025-10-12
feat: Implement SetUpstreamVaultAction
魏曹先生
2025-10-12
feat: Add server action registry
魏曹先生
2025-10-12
fix: Resolve callback type mismatch in client_registry
魏曹先生
2025-10-06
Create vcs_actions crate for client-server interaction logic
魏曹先生