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 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
|
*
fix: Resolve callback type mismatch in client_registry
魏曹先生
2025-10-12
1
-0
/
+39
|
*
feat: Add Clone implementation for ActionContext
魏曹先生
2025-10-12
1
-2
/
+20
*
|
Merge pull request #19 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-06
10
-7
/
+115
|
\
|
|
*
chore: update workspace configuration and dependencies
魏曹先生
2025-10-06
4
-2
/
+19
|
*
feat: add examples demonstrating action system usage
魏曹先生
2025-10-06
3
-0
/
+40
|
*
feat: add new error variants to TcpTargetError
魏曹先生
2025-10-06
1
-0
/
+6
|
*
feat: add default implementation and convenience methods to ActionContext
魏曹先生
2025-10-06
1
-2
/
+19
|
*
refactor: optimize procedural macros in action_system
魏曹先生
2025-10-06
1
-3
/
+31
*
|
Merge pull request #18 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-06
2
-9
/
+31
|
\
|
|
*
Enhance rust-analyzer configuration for better proc-macro support
魏曹先生
2025-10-06
1
-0
/
+4
|
*
Fix macro to properly extract and use parameter names from function signature
魏曹先生
2025-10-06
1
-8
/
+26
|
*
Fix macro expansion type errors in action_system macros
魏曹先生
2025-10-06
1
-2
/
+2
*
|
Merge pull request #17 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-06
42
-81
/
+102
|
\
|
|
*
Update main lib.rs for new crate architecture
魏曹先生
2025-10-06
1
-0
/
+3
|
*
Update workspace configuration for new crate structure
魏曹先生
2025-10-06
2
-7
/
+22
|
*
Remove old vcs directory after migration to vcs_data
魏曹先生
2025-10-06
24
-2900
/
+0
|
*
Create vcs_actions crate for client-server interaction logic
魏曹先生
2025-10-06
11
-0
/
+24
|
*
Move vcs crate to vcs_data for better separation of concerns
魏曹先生
2025-10-06
24
-0
/
+2900
|
*
Add documentation directory with framework diagram
魏曹先生
2025-10-06
1
-0
/
+0
|
*
Add framework diagram to README documentation
魏曹先生
2025-10-06
2
-0
/
+4
|
*
Redesign framework canvas with modular architecture
魏曹先生
2025-10-06
1
-59
/
+34
*
|
Merge pull request #16 from JustEnoughVCS/jvcs_dev
魏曹先生
2025-10-06
13
-34
/
+34
|
\
|
|
*
Update workspace configuration for action_system rename
魏曹先生
2025-10-06
2
-23
/
+23
[next]