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
/
actions
/
local_actions.rs
Age
Commit message (
Expand
)
Author
2026-01-12
Reorganize crate structure and move documentation files
魏曹先生
2026-01-05
Add RejectAll mode for share merging and fix share ID trimming
魏曹先生
2026-01-03
Include file histories in latest info updates
魏曹先生
2026-01-03
Refactor config loading to read files after format detection
魏曹先生
2026-01-02
Add ref sheet VFS mapping to LatestInfo
魏曹先生
2026-01-02
Add host mode authentication and reference sheet handling
魏曹先生
2025-12-16
Replace tokio::Instant with std::time::SystemTime for update timestamps
Weicao-CatilGrass
2025-11-24
Optimize update info transmission to ignore file member presence
魏曹先生
2025-11-24
Fix workspace not marked as modified after successful update
魏曹先生
2025-11-23
Add vault modification tracking
魏曹先生
2025-11-23
Apply clippy suggestions
魏曹先生
2025-11-20
update: Improve file update task processing
魏曹先生
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: Overhaul local-remote synchronization
魏曹先生
2025-11-03
feat: Enhance upstream vault action
魏曹先生
2025-11-03
update: Local actions and data structures
魏曹先生
2025-10-30
Add update_to_latest_info action
魏曹先生
2025-10-29
Apply clippy suggestions
魏曹先生
2025-10-29
feat: Completed `set_upstream_vault_action`
魏曹先生
2025-10-27
update: Remove `hello_world_action`
魏曹先生
2025-10-27
update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add
魏曹先生
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
feat: implement asynchronous action call system
魏曹先生
2025-10-13
feat: Implement JSON-based type-erased action invocation
魏曹先生
2025-10-12
feat: Implement SetUpstreamVaultAction
魏曹先生
2025-10-06
Create vcs_actions crate for client-server interaction logic
魏曹先生