Shar-jeel-Sajid
4647ee23c8
using context in error handling
10 months ago
Shar-jeel-Sajid
c655d1f103
formatting
10 months ago
Shar-jeel-Sajid
755c5b452a
Made conversion generic
10 months ago
haixuanTao
26c3917470
Fix GPU Memory not displayed
10 months ago
haixuanTao
48cb5ae709
Use current tokio threadpool and update otlp to latest version
10 months ago
Shar-jeel-Sajid
a88196e331
linting and renaming
10 months ago
Shar-jeel-Sajid
0bb576008f
cast_values for f64
10 months ago
Shar-jeel-Sajid
0e4bcddb24
Added f16 type conversion
10 months ago
Shar-jeel-Sajid
524eaa0dec
Very small typo
Co-authored-by: Haixuan Xavier Tao <tao.xavier@outlook.com>
10 months ago
Shar-jeel-Sajid
ee5426565b
Combining macros
10 months ago
Shar-jeel-Sajid
77532746ff
procedural macros in from_impls file
10 months ago
Shar-jeel-Sajid
f89c2638ef
procedural macros in into_impls file
10 months ago
Haroon Tahir
7ceffa6d5c
Changed String conversion in from to simplify the code and handle edge cases removed arrow-convert crate from cargo.toml as well since it is not being used
10 months ago
Haroon Tahir
7872ef2483
Removed conversion for &String since &str covers that use case
10 months ago
Shar-jeel-Sajid
a25be9df0b
Now support conversion for chrono::NaiveDateTime
10 months ago
Shar-jeel-Sajid
a2ce18ae2b
Now support Date32,Date64,Tim32second,Time32millisecond,Time64microsecond,Time64nanosecond
10 months ago
Shar-jeel-Sajid
39a7bd25f7
Resolved issues
10 months ago
Shar-jeel-Sajid
fbba2ecd93
Added Datatype NaiveDate and NaiveTime
10 months ago
Haroon Tahir
9530603944
fixed string conversion to use reference
10 months ago
Haroon Tahir
90ab326504
Added missing types in from_impl.rs that were previously present in to_impl.rs and added in mutable string type conversion in both
10 months ago
Shar-jeel-Sajid
fef99c4c4e
Adding String DataType
10 months ago
Shar-jeel-Sajid
1e585b0fc1
Added TestCases
10 months ago
Shar-jeel-Sajid
48c3bb5b4a
Removing Deprecation
10 months ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
10 months ago
Mati-ur-rehman-017
dd4de848ac
fixed #828
10 months ago
7SOMAY
20781fb4e2
#807 Fixed
10 months ago
Shar-jeel-Sajid
2c70244418
automatic clippy fix
10 months ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
10 months ago
Haixuan Xavier Tao
2d8196b8d7
update dora yaml json schema validator ( #809 )
10 months ago
haixuantao
cb53fc2c11
update json schema
10 months ago
haixuantao
7388bba256
Simplify node hub test and publish
10 months ago
haixuantao
dff6d499cb
Add description, license, version to rust ros2 bridge rust api
10 months ago
haixuanTao
353b8312fe
Bump dora to version 0.3.10
10 months ago
haixuanTao
dde40540b2
Fix miss configured version of multiple library to make sure everything is well versioned
10 months ago
haixuantao
0cd764980d
migrate example to uv to make it independant of virtual environment activation
11 months ago
haixuanTao
02e1bd35dd
Make priority to use uv installed packaged
11 months ago
haixuantao
d1d29efe46
Fix version incompatibility by restoring orders of metadata parameters
11 months ago
Philipp Oppermann
a692c2ee5b
Log in coordinator when dataflow is finished
11 months ago
Philipp Oppermann
29ce4ea7e5
Introduce logger structs to forward more log messages
11 months ago
Philipp Oppermann
ee15517dce
Make `ShmemChannel` `Sync` as required by pyo3 0.23
10 months ago
haixuantao
d3a48d7b17
Bump arrow version to latest version
10 months ago
haixuanTao
18ef24e9e3
Minor refactoring
11 months ago
Philipp Oppermann
68d09a1c0c
Merge branch 'main' into zenoh-daemon
11 months ago
Haixuan Xavier Tao
33ba7a37f6
Add uv flag within start cli command ( #788 )
This allows using up and start with uv:
## How to use:
```bash
cd examples/python-dataflow
dora up
dora start dataflow.yaml --uv
```
Fixes: https://github.com/dora-rs/dora/issues/780
This would help the CI as well
11 months ago
haixuantao
f919f8fe99
Adding float for env variable and metadata parameters
11 months ago
haixuantao
961a1dcb79
Add `uv` within start cli command
11 months ago
Philipp Oppermann
62eebe56b4
Set default log level to INFO for coordinator and daemon
but keep zenoh log level at WARN level
11 months ago
Philipp Oppermann
b22930b771
Forbid `/` in node IDs
We use `/` as separator for input mappings in dataflow YAML files (e.g. input: `node/output_id`).
We do support `/` characters in output IDs for runtime nodes. If we allowed `/` characters in node IDs too, splitting a `a/b/c` mapping would no longer be possible (could be node `a` with output `b/c` or node `a/b` with output `c`). Therefore we explicitly error on node IDs containing `/` characters in this commit.
11 months ago
Philipp Oppermann
b2af5a0af0
Properly disconnect daemons that exited in coordinator
Send an exit message from the daemon to the coordinator on exit. This enables the coordinator to disconnect the daemon properly instead of waiting for a missed heartbeat signal.
11 months ago
Philipp Oppermann
3495677a22
Add config option to publish all outputs to zenoh
This can be useful for debugging
11 months ago