Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
02b3615
feat: integrated remote exeutor inside of execution loop
raphael-goetz Apr 1, 2026
af49c80
feat: integrated remote executions into execution
raphael-goetz Apr 2, 2026
f2d1fc5
dependencies: added async trait
raphael-goetz Apr 2, 2026
c8b4963
feat: implemented nats as remote runtime
raphael-goetz Apr 2, 2026
4241ded
dependenices: added async-trait into root toml
raphael-goetz Apr 3, 2026
807b417
feat: added defintion folder to gitignore
raphael-goetz Apr 3, 2026
862b35f
dependencies: updated code0-flow to 0.0.29
raphael-goetz Apr 5, 2026
5f7770c
ref: moved flows into root folder
raphael-goetz Apr 5, 2026
19ef01f
feat: added test-core and manual crate
raphael-goetz Apr 5, 2026
0c678fb
feat: made empty defintion source take runtime by default
raphael-goetz Apr 5, 2026
61356ff
feat: init manual create
raphael-goetz Apr 5, 2026
78f94cf
ref: split test crate into tests-core
raphael-goetz Apr 5, 2026
11dc13d
feat: added remote execution & output logic
raphael-goetz Apr 5, 2026
bf66f71
Update crates/tests/src/main.rs
raphael-goetz Apr 5, 2026
8210773
Update crates/manual/src/main.rs
raphael-goetz Apr 5, 2026
92292f7
Merge pull request #139 from code0-tech/#138-manual-exec
raphael-goetz Apr 5, 2026
7dff4d7
fix: minor bugs
raphael-goetz Apr 5, 2026
b918820
feat: correct param for action execution
raphael-goetz Apr 5, 2026
ea720b2
Merge branch 'main' into #96-distinguish-local-remote-execution
raphael-goetz Apr 5, 2026
e8b8aa0
ref: regenerated cargo.lock
raphael-goetz Apr 5, 2026
12b5815
Update crates/core/src/context/executor.rs
raphael-goetz Apr 5, 2026
cd62f9e
Update crates/tests-core/Cargo.toml
raphael-goetz Apr 5, 2026
b296416
Update crates/manual/src/main.rs
raphael-goetz Apr 5, 2026
fb679cf
Update flows/04_example_action.json
raphael-goetz Apr 5, 2026
ffd6552
fix: added missing dependencie
raphael-goetz Apr 5, 2026
43f5975
ref: cargo fix & fmt
raphael-goetz Apr 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
target
.idea

./definitions
.definitions
definitions
.DS_Store
./out
out
Expand Down
Loading