Philipp Oppermann
22f2956b84
Remove dev-dependency on `tokio`
1 year ago
Philipp Oppermann
fcef458aa3
Migrate rust-dataflow-url example to `xshell`
1 year ago
Philipp Oppermann
1c3488d977
Migrate Python operator example to xshell
1 year ago
Philipp Oppermann
6fba72165a
Remove tokio dependency from cmake example
1 year ago
Philipp Oppermann
4514d6e9d0
Migrate C++ dataflow example to `xshell`
1 year ago
Philipp Oppermann
61d3f16bb2
Remove tokio dependency from Python dataflow example
1 year ago
Philipp Oppermann
7ec839fc6f
Migrate C dataflow example to `xshell`
1 year ago
Philipp Oppermann
b5bd71c17f
Migrate benchmark example to xshell
1 year ago
Philipp Oppermann
cd41356e76
Merge branch 'main' into xshell
1 year ago
Philipp Oppermann
ea47a556a7
Merge pull request #508 from dora-rs/cargo-update
Run cargo update
1 year ago
Philipp Oppermann
a370aeea7d
CI: Free disk space for ROS2 example
1 year ago
Philipp Oppermann
f276615b72
Run cargo update
1 year ago
Philipp Oppermann
d45256379e
Merge pull request #507 from dora-rs/dependabot
Use dependabot for automatic lockfile updates
1 year ago
Haixuan Xavier Tao
4c5052939a
Merge pull request #506 from dora-rs/update-cargo-lock
Fix `Cargo.lock`
1 year ago
Philipp Oppermann
15cddaf454
Use dependabot for automatic lockfile updates
1 year ago
Philipp Oppermann
4f3eeed847
Fix `Cargo.lock`
1 year ago
Philipp Oppermann
c7de69ac9c
Merge pull request #503 from dora-rs/pretty-print-event
Pretty Print Rust object when called from Python print
1 year ago
haixuanTao
31aea47cf3
Fix typo in json schema links
1 year ago
Philipp Oppermann
ef214d1689
Merge pull request #497 from dora-rs/json-schemas
Json schemas for VSCode YAML Support
1 year ago
Philipp Oppermann
af8081925a
Merge pull request #505 from LyonRust/main
chore: Support RISCV64
1 year ago
EchoAI
26f017641b
chore: upgrade the request version to support RISCV64
The file libraries/extensions/download/Cargo.toml has a reqwest dependency with a version number of 0.11.12. This package enables the rustld-tls feature. rustls depends on ring, and ring already supports RISCV64 in the latest version 0.17.
Upgrade reqwest to the latest version 0.12.4 to support RISCV64.
Reviewed-by: LyonRust
1 year ago
haixuanTao
6e7826aee2
Fix typo in documentation
1 year ago
haixuanTao
73ff6a08e1
Add schemars skip on unstable features
1 year ago
haixuanTao
1b35346f24
Add documentation about additional property fix
1 year ago
Haixuan Xavier Tao
dae290f83c
Merge pull request #499 from dora-rs/v0.3.4
V0.3.4
1 year ago
haixuanTao
b5de93e5f5
Pretty Print Rust object when called from Python print
1 year ago
Haixuan Xavier Tao
8e14df4761
Merge pull request #501 from dora-rs/python-dataflow-id
Add `dataflow_id` getter in python
1 year ago
haixuantao
0f530906aa
Add dataflow_id getter in python
1 year ago
haixuanTao
7173e16e84
Bump to v0.3.4
1 year ago
haixuanTao
436fa9904a
Bumping dora to v0.3.4-rc2
1 year ago
haixuanTao
68c240e6bd
Bump python version to 3.8
1 year ago
haixuanTao
bbbf12984a
Bump to version 0.3.4-rc1
1 year ago
Bob Ding
bdecc7187e
Update README.md
updated the website to www.dora-rs.ai
1 year ago
haixuanTao
558fa14907
Add a readme in getting started with VSCode YAML Support
1 year ago
haixuanTao
d15bb61b1f
Adding documentation to the yaml description
1 year ago
haixuanTao
83779045e6
Add schema generator
1 year ago
haixuanTao
8a210637f9
Adding `schemars` to generate json schema for vscode yaml autocompletion
1 year ago
Philipp Oppermann
46433bb8c5
Migrate run.rs script of cmake dataflow example to xshell
1 year ago
Philipp Oppermann
dcae010f86
Simplify `multiple-daemons` examples using new `connected-machines` command and `xshell` crate
1 year ago
Philipp Oppermann
1b665b0c44
CLI: Add a hidden `connected-machines` command
This command is useful for testing examples with multiple daemons.
1 year ago
Philipp Oppermann
4117e6087e
Migrate run.rs script of rust-ros2-dataflow example to xshell
1 year ago
Philipp Oppermann
20498f7e1e
Remove unused import
1 year ago
Philipp Oppermann
20cb68cac9
Merge pull request #496 from dora-rs/robust-up
Fix: Wait until dora daemon is connected to coordinator on `dora up`
1 year ago
Philipp Oppermann
1a5fa7fe45
Fix: Use correct python/pip binaries after setting up venv
We don't modify the PATH for the current executable anymore, so we cannot use the `get_python_path`/`get_pip_path` functions anymore.
1 year ago
Philipp Oppermann
6f85cfb429
Use `xshell` for Python dataflow example to try venv activation
1 year ago
Philipp Oppermann
179dbf1bbc
Simplify the `run.rs` script of the `rust-dataflow` example using `xshell`
The `xshell` crate provides a more convenient way to build and run a `Command`, which is more similar to traditional bash scripts. Using this crate, we can simplify our `run.rs` script while still being platform-independent and not requiring any external dependencies. We can also still run the examples using `cargo run --example`.
1 year ago
Philipp Oppermann
00df8f2936
Fix: Wait until dora daemon is connected to coordinator on `dora up`
It might take a short time until the daemon is connected to the coordinator after start-up. This could lead to issues when using `dora up` in a script because a subsequent `dora start` command might fail when the daemon is not connected at that point.
This commit fixes this issue by waiting until the coordinator confirms that a daemon is connected before returning from `dora up`.
1 year ago
Haixuan Xavier Tao
d6f13d08bd
Merge pull request #493 from dora-rs/python-ide-linting
Adding python IDE typing
1 year ago
haixuanTao
ef3f087682
Adding additional ros2 bridge warnings in the documentation
1 year ago
haixuanTao
bdf90f7219
Fix positional argument typing
1 year ago