Mati-ur-rehman-017
ef3f988dc4
Fixed D417 and remove file
1 year ago
Mati-ur-rehman-017
5e25cb52fc
Only D417 error remain
1 year ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
1 year ago
Mati-ur-rehman-017
c461c11542
added_generic_documentation_to files
1 year ago
Mati-ur-rehman-017
259451ff10
.tomlFixes
1 year ago
Mati-ur-rehman-017
236d024767
fixed_toml
1 year ago
Mati-ur-rehman-017
dd4de848ac
fixed #828
1 year ago
Haixuan Xavier Tao
0310d5b65d
#807 Fixed ( #818 )
Fixed using Automated Script
1 year ago
haixuantao
567ee66f14
Improve documentation on adding new node to the node-hub
1 year ago
7SOMAY
20781fb4e2
#807 Fixed
1 year ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
1 year ago
haixuanTao
5e3be6f539
Reduce minimal dependency to avoid breaking change
1 year ago
haixuanTao
353b8312fe
Bump dora to version 0.3.10
1 year ago
haixuanTao
17cbba2da3
Bump version to 0.3.10-rc3
1 year ago
haixuantao
1a35193ae7
Fix dependency installation on template
1 year ago
haixuantao
8617357fe4
Add uv at the beginning of installation instruction
1 year ago
haixuanTao
02e1bd35dd
Make priority to use uv installed packaged
1 year ago
Philipp Oppermann
29ce4ea7e5
Introduce logger structs to forward more log messages
1 year ago
haixuantao
efe0cffe9d
Remove chrono pinning
1 year ago
haixuantao
0edbcf2505
Pin chrono version
1 year ago
Philipp Oppermann
68d09a1c0c
Merge branch 'main' into zenoh-daemon
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
0db2fff2e9
Merge branch 'main' into zenoh-daemon
1 year ago
Philipp Oppermann
0f3c0fb2fe
Assign unique ID to each daemon
The previous machine ID is still used, but optional. Users don't need to ensure that the chosen machine IDs are unique anymore because they are augmented with a UUID.
1 year ago
Philipp Oppermann
8b3be226e5
Use `zenoh` for inter-daemon messaging
1 year ago
haixuantao
28af216c8f
Add uv flag to enable build and run through uv run and uv pip
1 year ago
haixuantao
ce3c3b23af
Refactor readme
1 year ago
haixuantao
5205102ab3
Remove poetry build system
1 year ago
haixuantao
c04a73b1a4
Make requires python 3.8 to avoid resolution issues
1 year ago
haixuantao
9e3142d086
Fix license and readme and requires-python
1 year ago
haixuantao
1f15484d0d
Remove ruff and pytest from CI/CD and makes them dev dependencies of each node
1 year ago
haixuantao
afb20cbadc
Migrate dependencies to standardised version
1 year ago
haixuantao
4325d260dc
use generic `project.scripts` instead of `tool.poetry.scripts`
1 year ago
haixuantao
7a0654a1f8
Replace pylint with ruff
1 year ago
haixuantao
5b98fd30aa
Fix test name containing - instead of _
1 year ago
haixuantao
c5536efdec
Downgrade dev dependency for better support for old python version
1 year ago
haixuantao
52d883e6b5
Minor template fix
1 year ago
haixuantao
2573117610
Add category within README.md
1 year ago
haixuantao
134e6c94b6
Add compliancy tool in requirements
1 year ago
haixuantao
1ff4583922
Improve compliancy guideline
1 year ago
haixuantao
c07a956b33
Rename CustomNode just Node
1 year ago
haixuantao
ad6ddb237d
Improve dora new template to be compliant with formatting, linting, and testing
1 year ago
haixuantao
0d22903670
Add send_output example
1 year ago
haixuantao
a4940401c2
Rewrite python template to make them pip installable
1 year ago
haixuantao
2e4c9c16b9
Fix version setting and add setting up architecture in CI/CD
1 year ago
haixuanTao
376ebf81ec
Add peft requirement for custom adapter
Bump dora to 0.3.7-rc1
Minor dependency fix
Fix typo
1 year ago
Philipp Oppermann
70ca30dd2e
Implement `dora run` command ( #703 )
Runs a dataflow locally, without requiring any any daemon or coordinator
processes. Multi-machine dataflows are not supported. The default log
level is set to `INFO`, overwriting it is possible by setting the
`RUST_LOG` environment variable.
This exposes the internal `dora daemon --run-dataflow` command that we
use for testing.
This addition was proposed in
https://github.com/orgs/dora-rs/discussions/698#discussioncomment-11125465
.
The second commit adds a ctrl-c handler. On first ctrl-c, we send a stop
command to all nodes. On second ctrl-c, we exit immediately and kill all
spawned nodes. On third ctrl-c, we abort the process directly without
waiting (child processes keep running).
1 year ago
Philipp Oppermann
7c44e7a2e6
Move more types from `dora-core` to `dora-message` to avoid dependency
Make `dora-message` a dependency of `dora-core`, instead of the other way around. This way, we can continue to freely bump the version of `dora-core` with the other workspace crates, without introducing errors such as #708 .
1 year ago
Philipp Oppermann
cd70382cde
Implement `dora run` command
Runs a dataflow locally, without requiring any any daemon or coordinator processes.
This exposes the internal `dora daemon --run-dataflow` command that we use for testing.
This addition was proposed in https://github.com/orgs/dora-rs/discussions/698#discussioncomment-11125465 .
1 year ago