70 Commits (cf95078ca12f39dcfb00beea78ca8d450c8eebe9)

Author SHA1 Message Date
  Philipp Oppermann df5dcfb342
Merge branch 'main' into unify-nodes-and-operators 3 years ago
  Philipp Oppermann 433b7b4ed7
Merge branch 'main' into unify-nodes-and-operators 3 years ago
  Philipp Oppermann ce4fd8b027
Set dora subcrate dependencies as workspace dependencies 3 years ago
  Philipp Oppermann d8260d5d2c
Inherit package version from workspace root 3 years ago
  haixuanTao b15d25b9a3 Fix clippy warnings 3 years ago
  haixuanTao 9a0b303e98 Replace all versions to `v0.1.1` 3 years ago
  haixuanTao 32e11f538c Remove `stop_thread` loop after a `StopAll` 3 years ago
  haixuanTao 294990e307 Make `stop_thread` not borrow `communication` for static 3 years ago
  Philipp Oppermann 1d2d71b15a
Comment out uses of communication layer in coordinator for now 3 years ago
  haixuanTao 9ec9d22620 wait for stop thread to finish before stopping runtime 3 years ago
  haixuanTao 9f0a0e6957 Fix GIL race condition 3 years ago
  haixuanTao 992b8251c2 DRAFT: Fixing Python linking error 3 years ago
  Philipp Oppermann cffe508a7f
Merge pull request #134 from dora-rs/stop-all-status 3 years ago
  Philipp Oppermann fe93b12611
Merge pull request #135 from dora-rs/fix-clippy 3 years ago
  Xavier Tao 2d1ac25220
Add getting started section in `README` (#131) 3 years ago
  Philipp Oppermann 9f99dabdc9
Allow let unit value in conditional `tracer` binding 3 years ago
  Philipp Oppermann 5375628930
Allow operators to stop the full dataflow 3 years ago
  haixuanTao ffe686a10d Pin zenoh git commit 3 years ago
  Xavier Tao b357fee42c
Changing `drop_operator` to `__del__` for python operators (#119) 3 years ago
  Philipp Oppermann 5cc0e8b840
Fix: Make `download_file` asynchronous 3 years ago
  Philipp Oppermann 2495218cd3
Merge branch 'main' into url-source 3 years ago
  Philipp Oppermann e2c0e97b8f
Download files to `build` subfolder and set them as executable 3 years ago
  Philipp Oppermann 8fbe60acf0
Merge branch 'main' into uhlc 3 years ago
  Philipp Oppermann 64cf49703b
Implement download support for custom nodes 3 years ago
  Philipp Oppermann a37d3ee6c8
Don't parse operator source always as URI 3 years ago
  Philipp Oppermann 13d3a91683
Implement support for downloading operator sources 3 years ago
  Philipp Oppermann c4da2cbdad
Refactor: Move configuration to `core` crate 3 years ago
  Philipp Oppermann 9ba990b816
Fix opentelemetry access 3 years ago
  Philipp Oppermann 1c1891446a
Add `uhlc` timestamp to message metadata 3 years ago
  Philipp Oppermann 808b6679ad
Fix clippy warnings 3 years ago
  haixuanTao 1c9f81578e remove unrequired dependency 3 years ago
  haixuanTao 7fa6c472f8 make context live long enough to trace `on_input` 3 years ago
  Xavier Tao 44a7c16c21
Add Python Node API metadata (#101) 3 years ago
  Philipp Oppermann e1f69382ce
Fix: keep `_started` alive until `run` exits 3 years ago
  Philipp Oppermann 55b411e668
Reduce number of `tracing` and `metrics` feature gates 3 years ago
  haixuanTao f98859bfc4 Adding `metrics` feature to `dora-runtime` 3 years ago
  Xavier Tao c2bb4c1f67
Runtime tracing (#95) 3 years ago
  Xavier Tao c3c91e6913
Add metadata serialisation for python operator (#91) 3 years ago
  Philipp Oppermann 2a9495cb68
Merge pull request #84 from dora-rs/cli 3 years ago
  Philipp Oppermann c9ec58db1c
Implement a cli `check` command that verifies paths and input mappings 3 years ago
  Philipp Oppermann 6ab39e229b
Don't serialize data to provide true zero-copy reading and writing 3 years ago
  Philipp Oppermann 7e9c3050f9
Use `tracing` for logging state of nodes, coordinator, and runtimes 3 years ago
  Philipp Oppermann e0cc48a557
Move `dora-message` crate directly under `libraries` (it's not really an extension) 3 years ago
  Philipp Oppermann 0df06fce86
Send metadata in messages encoded with capnproto 3 years ago
  Philipp Oppermann f473c856c1
Fix clippy warnings across whole projects 3 years ago
  Philipp Oppermann 848e136a75
Move communication layer implementation into separate library 3 years ago
  Philipp Oppermann 03348c5be8
Redesign communication layer to be synchronous and add support for iceoryx 3 years ago
  Philipp Oppermann 9866328bf8
Merge branch 'main' into safer-ffi 3 years ago
  Philipp Oppermann c54209ff98
Pass `SendOutput` by reference 3 years ago
  Philipp Oppermann 933affaf16
Rename type 3 years ago