sjfhsjfh
51190788ba
refactor: use builder style
fix: logging thread block
10 months ago
haixuantao
edb1766ffe
fix terminal
10 months ago
Shar-jeel-Sajid
4647ee23c8
using context in error handling
1 year ago
Shar-jeel-Sajid
c655d1f103
formatting
1 year ago
Shar-jeel-Sajid
755c5b452a
Made conversion generic
1 year ago
haixuanTao
26c3917470
Fix GPU Memory not displayed
1 year ago
haixuanTao
48cb5ae709
Use current tokio threadpool and update otlp to latest version
1 year ago
Shar-jeel-Sajid
a88196e331
linting and renaming
1 year ago
Shar-jeel-Sajid
0bb576008f
cast_values for f64
1 year ago
Shar-jeel-Sajid
0e4bcddb24
Added f16 type conversion
1 year ago
Shar-jeel-Sajid
524eaa0dec
Very small typo
Co-authored-by: Haixuan Xavier Tao <tao.xavier@outlook.com>
1 year ago
Shar-jeel-Sajid
ee5426565b
Combining macros
1 year ago
Shar-jeel-Sajid
77532746ff
procedural macros in from_impls file
1 year ago
Shar-jeel-Sajid
f89c2638ef
procedural macros in into_impls file
1 year 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
1 year ago
Haroon Tahir
7872ef2483
Removed conversion for &String since &str covers that use case
1 year ago
Shar-jeel-Sajid
a25be9df0b
Now support conversion for chrono::NaiveDateTime
1 year ago
Shar-jeel-Sajid
a2ce18ae2b
Now support Date32,Date64,Tim32second,Time32millisecond,Time64microsecond,Time64nanosecond
1 year ago
Shar-jeel-Sajid
39a7bd25f7
Resolved issues
1 year ago
Shar-jeel-Sajid
fbba2ecd93
Added Datatype NaiveDate and NaiveTime
1 year ago
Haroon Tahir
9530603944
fixed string conversion to use reference
1 year 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
1 year ago
Shar-jeel-Sajid
fef99c4c4e
Adding String DataType
1 year ago
Shar-jeel-Sajid
1e585b0fc1
Added TestCases
1 year ago
Shar-jeel-Sajid
48c3bb5b4a
Removing Deprecation
1 year ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
1 year ago
Mati-ur-rehman-017
dd4de848ac
fixed #828
1 year ago
7SOMAY
20781fb4e2
#807 Fixed
1 year ago
Shar-jeel-Sajid
2c70244418
automatic clippy fix
1 year ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
1 year ago
Haixuan Xavier Tao
2d8196b8d7
update dora yaml json schema validator ( #809 )
1 year ago
haixuantao
cb53fc2c11
update json schema
1 year ago
haixuantao
7388bba256
Simplify node hub test and publish
1 year ago
haixuantao
dff6d499cb
Add description, license, version to rust ros2 bridge rust api
1 year ago
haixuanTao
353b8312fe
Bump dora to version 0.3.10
1 year ago
haixuanTao
dde40540b2
Fix miss configured version of multiple library to make sure everything is well versioned
1 year ago
haixuantao
0cd764980d
migrate example to uv to make it independant of virtual environment activation
1 year ago
haixuanTao
02e1bd35dd
Make priority to use uv installed packaged
1 year ago
haixuantao
d1d29efe46
Fix version incompatibility by restoring orders of metadata parameters
1 year ago
Philipp Oppermann
a692c2ee5b
Log in coordinator when dataflow is finished
1 year ago
Philipp Oppermann
29ce4ea7e5
Introduce logger structs to forward more log messages
1 year ago
Philipp Oppermann
ee15517dce
Make `ShmemChannel` `Sync` as required by pyo3 0.23
1 year ago
haixuantao
d3a48d7b17
Bump arrow version to latest version
1 year ago
haixuanTao
18ef24e9e3
Minor refactoring
1 year ago
Philipp Oppermann
68d09a1c0c
Merge branch 'main' into zenoh-daemon
1 year 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
1 year ago
haixuantao
f919f8fe99
Adding float for env variable and metadata parameters
1 year ago
haixuantao
961a1dcb79
Add `uv` within start cli command
1 year ago
Philipp Oppermann
62eebe56b4
Set default log level to INFO for coordinator and daemon
but keep zenoh log level at WARN level
1 year 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.
1 year ago