Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
59fea78
feat: reworked execution logic
raphael-goetz Feb 23, 2026
f759cef
feat: new reference logic impl
raphael-goetz Feb 23, 2026
da492a9
feat: added tracing
raphael-goetz Feb 23, 2026
6165a14
feat: wip new implementation of array functions
raphael-goetz Feb 23, 2026
eaa67c8
dependencies: updated to tucana 0.0.53
raphael-goetz Feb 23, 2026
e9ce54c
feat: added new module
raphael-goetz Feb 23, 2026
5925b4c
feat: added current node id to context
raphael-goetz Mar 1, 2026
c4083e1
feat: set current node id in execution loop
raphael-goetz Mar 1, 2026
9e75568
feat: added new implementation for iterators needing input types
raphael-goetz Mar 1, 2026
6628165
dependencies: updated tucana and code0-flow
raphael-goetz Mar 1, 2026
2eb7899
ref: cargo fmt
raphael-goetz Mar 1, 2026
1747cf2
ref: cargo clippy
raphael-goetz Mar 1, 2026
4d3a7bb
ref: split taurus codebase into core, taurus (service), tests (test-s…
raphael-goetz Mar 12, 2026
6b648fc
fix: random_range if numbers are in wrong order it will return runtim…
raphael-goetz Mar 12, 2026
baacba0
feat: added wip flow test execution suite
raphael-goetz Mar 13, 2026
60facae
dependencies: added serde and serde_json
raphael-goetz Mar 13, 2026
470186c
feat: added first test flow to suite
raphael-goetz Mar 13, 2026
b616f78
feat: made tracer print optional
raphael-goetz Mar 14, 2026
ed42674
feat: exported RuntimeErrors name and message
raphael-goetz Mar 14, 2026
720baf9
feat: first correct flow test cases
raphael-goetz Mar 14, 2026
8ad8b83
feat: added readme
raphael-goetz Mar 14, 2026
a7bfd92
feat: added comparison of results to test suite
raphael-goetz Mar 14, 2026
7d2c92e
ref: cargo fix
raphael-goetz Mar 14, 2026
42351da
ref: cargo clippy
raphael-goetz Mar 14, 2026
6701195
ref: cargo fmt
raphael-goetz Mar 14, 2026
3619a47
feat: reworked execution logic
raphael-goetz Feb 23, 2026
a8f1187
feat: new reference logic impl
raphael-goetz Feb 23, 2026
0783904
feat: added tracing
raphael-goetz Feb 23, 2026
d1b7d42
feat: wip new implementation of array functions
raphael-goetz Feb 23, 2026
72d5cb4
dependencies: updated to tucana 0.0.53
raphael-goetz Feb 23, 2026
816310a
feat: added new module
raphael-goetz Feb 23, 2026
8a5ab49
feat: added current node id to context
raphael-goetz Mar 1, 2026
51f2605
feat: set current node id in execution loop
raphael-goetz Mar 1, 2026
3eebf06
feat: added new implementation for iterators needing input types
raphael-goetz Mar 1, 2026
9b428cf
dependencies: updated tucana and code0-flow
raphael-goetz Mar 1, 2026
e4d75f9
ref: cargo fmt
raphael-goetz Mar 1, 2026
10da73e
ref: cargo clippy
raphael-goetz Mar 1, 2026
03f7b56
ref: split taurus codebase into core, taurus (service), tests (test-s…
raphael-goetz Mar 12, 2026
96a2f3b
fix: random_range if numbers are in wrong order it will return runtim…
raphael-goetz Mar 12, 2026
a390f51
feat: added wip flow test execution suite
raphael-goetz Mar 13, 2026
0fcd17f
dependencies: added serde and serde_json
raphael-goetz Mar 13, 2026
2f15a41
feat: added first test flow to suite
raphael-goetz Mar 13, 2026
7f035c4
feat: made tracer print optional
raphael-goetz Mar 14, 2026
08c2459
feat: exported RuntimeErrors name and message
raphael-goetz Mar 14, 2026
9ef8f83
feat: first correct flow test cases
raphael-goetz Mar 14, 2026
3c66e32
feat: added readme
raphael-goetz Mar 14, 2026
eb815b5
feat: added comparison of results to test suite
raphael-goetz Mar 14, 2026
92bc170
ref: cargo fix
raphael-goetz Mar 14, 2026
43d27ef
ref: cargo clippy
raphael-goetz Mar 14, 2026
2264a44
ref: cargo fmt
raphael-goetz Mar 14, 2026
5fbaab0
Merge branch 'major-rework' of https://github.com/code0-tech/taurus i…
raphael-goetz Mar 14, 2026
7b07b0c
feat: added more detail options for tracer
raphael-goetz Mar 16, 2026
fe61eab
feat: added for each test flow
raphael-goetz Mar 16, 2026
6db39d1
fix: renamed core crate to taurus core to fix naming errors because c…
raphael-goetz Mar 16, 2026
73ea8c3
feat: added mock functions for iterator that accepts some sort of fun…
raphael-goetz Mar 16, 2026
9311a12
feat: added test suite to github workflow
raphael-goetz Mar 16, 2026
b572593
feat: cargo clippy
raphael-goetz Mar 16, 2026
511144d
Potential fix for pull request finding
raphael-goetz Mar 16, 2026
60b0465
Potential fix for pull request finding
raphael-goetz Mar 16, 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
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
env:
RUST_BACKTRACE: 'full'
- name: Run Tests
run: cargo test
run: cargo test
- name: Run Test Suite
run: cargo run --package tests

Loading
Loading