index
:
VersionControl.git
deploy/nightly
dev
main
JustEnoughVCS Core Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add LocalWorkspace and UserDirectory to client ActionContext
魏曹先生
2025-10-29
1
-0
/
+34
|
*
feat: Add port override capability to server entry
魏曹先生
2025-10-29
1
-8
/
+18
|
*
Update actions.rs
魏曹先生
2025-10-29
1
-0
/
+113
|
*
feat: Completed `set_upstream_vault_action`
魏曹先生
2025-10-29
1
-16
/
+62
|
*
Add new error types and sort variants alphabetically
魏曹先生
2025-10-29
1
-23
/
+26
|
*
update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to
魏曹先生
2025-10-29
2
-3
/
+13
*
|
Merge pull request #28 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-10-27
2
-5
/
+3
|
\
|
|
*
Fix error handling in process_connection
魏曹先生
2025-10-27
2
-5
/
+3
*
|
Merge pull request #27 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-10-27
11
-254
/
+224
|
\
|
|
*
Update dependencies to latest versions
魏曹先生
2025-10-27
11
-254
/
+224
|
/
*
Merge pull request #26 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-27
18
-52
/
+191
|
\
|
*
Add service module to vault
魏曹先生
2025-10-27
1
-0
/
+1
|
*
Add lockfile constant for server service
魏曹先生
2025-10-27
1
-0
/
+3
|
*
update: Remove unused inline comments from constants
魏曹先生
2025-10-27
1
-5
/
+5
|
*
update: Add connection logs to show active count
魏曹先生
2025-10-27
1
-2
/
+2
|
*
update: Add server lock behavior to vault lifecycle
魏曹先生
2025-10-27
1
-0
/
+9
|
*
update: Remove `hello_world_action`
魏曹先生
2025-10-27
1
-21
/
+0
|
*
update: Add error type - Locked
魏曹先生
2025-10-27
1
-0
/
+3
|
*
fixed: Incorrect condition setting for determining whether to send
魏曹先生
2025-10-27
2
-1
/
+2
|
*
update: ActionContext 1. Rename `local` to `proc_on_local` 2. Add
魏曹先生
2025-10-27
2
-11
/
+24
|
*
"fix: Fix indentation issues
魏曹先生
2025-10-27
1
-5
/
+6
|
*
fix: Make the ActionContext passed to on_proc_begin mutable
魏曹先生
2025-10-27
3
-8
/
+8
|
*
feat: Add Server Lock
魏曹先生
2025-10-27
1
-0
/
+43
|
*
Add some debug logs
魏曹先生
2025-10-27
2
-16
/
+61
|
*
Ignore directory
魏曹先生
2025-10-27
1
-0
/
+3
|
*
Fix some spelling issues.
魏曹先生
2025-10-24
3
-4
/
+21
|
*
Re-export subcrate `action_system` to `just_enough_vcs`
魏曹先生
2025-10-24
7
-8
/
+29
|
/
*
Merge pull request #25 from JustEnoughVCS/docs
魏曹先生
2025-10-19
2
-2
/
+2
|
\
|
*
Update README.md
魏曹先生
2025-10-19
2
-2
/
+2
*
|
Merge pull request #24 from JustEnoughVCS/docs
魏曹先生
2025-10-19
4
-63
/
+107
|
\
|
|
*
Update README.md
魏曹先生
2025-10-19
2
-5
/
+11
|
*
Update CONTRIBUTING.md
魏曹先生
2025-10-19
2
-58
/
+96
*
|
Merge pull request #23 from JustEnoughVCS/docs
魏曹先生
2025-10-19
4
-2
/
+130
|
\
|
|
*
Add CONTRIBUTING.md
魏曹先生
2025-10-19
2
-0
/
+128
|
*
Fine-tuning content
魏曹先生
2025-10-19
2
-2
/
+2
*
|
Merge pull request #22 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-18
1
-1
/
+4
|
\
|
|
*
Update `config.rs`
魏曹先生
2025-10-18
1
-1
/
+4
*
|
Merge pull request #21 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-13
25
-103
/
+732
|
\
|
|
*
Fix Clippy warnings and optimize code
魏曹先生
2025-10-13
8
-47
/
+51
|
*
feat: implement asynchronous action call system
魏曹先生
2025-10-13
7
-38
/
+109
|
*
feat: Implement JSON-based type-erased action invocation
魏曹先生
2025-10-13
8
-23
/
+166
|
*
feat: Add JSON-based action invocation to ActionPool
魏曹先生
2025-10-13
9
-22
/
+42
|
*
feat: Add connection infrastructure and documentation
魏曹先生
2025-10-12
4
-0
/
+176
|
*
chore: Update Cargo.lock with new dependencies
魏曹先生
2025-10-12
1
-0
/
+6
|
*
feat: Update data configuration structures
魏曹先生
2025-10-12
3
-40
/
+99
|
*
refactor: Update action macros and error types
魏曹先生
2025-10-12
2
-4
/
+7
|
*
chore: Update dependencies and module exports
魏曹先生
2025-10-12
3
-0
/
+17
|
*
feat: Implement SetUpstreamVaultAction
魏曹先生
2025-10-12
1
-0
/
+17
|
*
feat: Add server action registry
魏曹先生
2025-10-12
1
-0
/
+9
|
*
feat: Add callback mechanism to ActionPool
魏曹先生
2025-10-12
1
-6
/
+53
[prev]
[next]