Haixuan Xavier Tao
5c699cc16c
Merge pull request #256 from dora-rs/multiple-daemons
Add support for distributed deployments with multiple daemons
3 years ago
Philipp Oppermann
8bf124a014
Merge branch 'main' into multiple-daemons
3 years ago
Philipp Oppermann
702dc2f6fd
Auto-format YAML
3 years ago
Philipp Oppermann
fa6bf4a46e
Allow the issue labeler to write issues
3 years ago
Haixuan Xavier Tao
be8b6904bd
Use default github token
3 years ago
Haixuan Xavier Tao
6c9a41cb17
Remove `\+` as it seems to be a YAML escape sequence
3 years ago
Haixuan Xavier Tao
3c46c256f1
Change `c++` to `c\+\+` as + is a special character
3 years ago
Haixuan Xavier Tao
e0729e3423
Update labeler.yml
Fix typo
3 years ago
haixuanTao
fc24a4241e
Add case insentivity and isolate c in regex
3 years ago
haixuanTao
a8ac15b272
Add automatic issue labeler to organize opened issues
This PR is based on Github Regex labeler https://github.com/marketplace/actions/regex-issue-labeler?version=v3.1 and use a configuration file to set label to issues.
I want to organize issues based on which part of dora they affect.
3 years ago
haixuanTao
c2feb451a0
Add a support matrix with planned feature to clarify dora status
3 years ago
Philipp Oppermann
aac5e6515a
Integrate `dora-runtime` into `dora-daemon`
Removes the separate `dora-runtime` binary. The runtime can now be started by passing `--run-dora-runtime` to `dora-daemon`. This change makes setup and deployment easier since it removes one executable that needs to be copied across machines.
3 years ago
Philipp Oppermann
62fd4f10ec
Merge branch 'main' into multiple-daemons
3 years ago
Philipp Oppermann
cff3ebde97
Run `multiple-daemons` example on CI
3 years ago
Philipp Oppermann
3a35c222ea
Enable trace level logging no CI
3 years ago
haixuanTao
edf59d5318
Fix CI issue with not retrieving UUID
3 years ago
haixuanTao
7be958ee66
Upate webcam operator example to make use of opentelemetry jaeger
3 years ago
haixuanTao
8e58396213
remove header file from template
3 years ago
haixuanTao
d8875b9e54
add documentation to crates release process
Bump release candidate
3 years ago
haixuanTao
da6dab04aa
Reorder cargo publish
3 years ago
haixuanTao
c1e11c4500
Add publishable crates with newly pushed crates
Test new version
3 years ago
haixuanTao
2f6e988cfb
Adding dora-operator-api release as #218 is fixed
test new crates release
3 years ago
haixuanTao
101ddd2092
add documentation and description to all crates
test rc 2 version
fix version typo
Test crates.io new dora tag release
3 years ago
haixuanTao
6b1306834c
add `crates.io` publish github job
add a test rust version
3 years ago
Philipp Oppermann
7ede910fad
Add an internal cli argument to create template with path dependencies
3 years ago
haixuanTao
443233e32a
Removing legacy `libacl` which was required by Iceoryx
3 years ago
haixuanTao
1f2760bc3f
Add daemon to the release archive
3 years ago
Philipp Oppermann
6af931f24d
Merge branch 'main' into unify-nodes-and-operators
3 years ago
Philipp Oppermann
a2a6dba3b3
Use problem matcher and cache for CLI tests too
3 years ago
Philipp Oppermann
8670d85f63
CI: Fix command order in CLI test job
3 years ago
Philipp Oppermann
6462d85841
CI: Run CLI commands in single step
3 years ago
Haixuan Xavier Tao
1cd6fd7038
Update issue templates ( #189 )
* Update issue templates
Those issue template will help us have better issues and feature requests.
* Add better reproduce template and version check of dora
3 years ago
Philipp Oppermann
706eb562f1
Remove single backtick from step names
3 years ago
Philipp Oppermann
d69c87e2c7
Fix: override dora dependencies with local path when testing templates
3 years ago
Philipp Oppermann
19e87eee7f
CI: Run `dora-cli up` to start both coordinator and daemon
3 years ago
Philipp Oppermann
1e07a73a64
Merge branch 'main' into unify-nodes-and-operators
3 years ago
Philipp Oppermann
a685b962e6
Run python operator dataflow example on CI
3 years ago
Haixuan Xavier Tao
55605c73b1
Rename task in CI
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
3 years ago
haixuanTao
68c689094a
Change folder of process
3 years ago
haixuanTao
100a4396b7
use cargo install to fix path issue in GH runner
3 years ago
haixuanTao
a01be88a7c
Remove dora check
3 years ago
haixuanTao
05eca0c8ab
Removing `up` command due to path issues
3 years ago
haixuanTao
e4fc0a8a6b
Improve CI/CD by checking the CLI commands
This commit improve the CI/CD by testing the newly added CLI commands:
- `up`
- `list`
- `check`
- `destroy`
- `start`
- `stop`
This commit also removes not needed anymore capnp dependencies to simplify
the CI.
Use python as source for `python` example
add binaries to `$GITHUB_PATH`
Add up command in test
Remove not necessary change
Add CLI start and stop test
Add removed iceoryx test
3 years ago
Philipp Oppermann
19214c4829
Add a basic benchmark to test throughput and latency for different message sizes
3 years ago
Philipp Oppermann
0ace8f052b
Skip clippy runs for runtime feature
The runtime is currently commented out.
3 years ago
Philipp Oppermann
63444b9760
Fix CI failures caused by `rust-dataflow-url` example
3 years ago
Philipp Oppermann
bb2e8c2920
Remove iceoryx from CI jobs
3 years ago
Philipp Oppermann
6f9ae2523a
Fix python version
3 years ago
Philipp Oppermann
df5dcfb342
Merge branch 'main' into unify-nodes-and-operators
3 years ago
Philipp Oppermann
8775aa407c
Allow manually triggering Python CI runs
3 years ago