1007 Commits (main)

Author SHA1 Message Date
  haixuantao afb20cbadc Migrate dependencies to standardised version 1 year ago
  haixuantao 4325d260dc use generic `project.scripts` instead of `tool.poetry.scripts` 1 year ago
  Philipp Oppermann 10b8c6ad87
Daemon: React to ctrl-c during connection setup 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 bd0f9768b5 Making cli install the default api for avoid confusion on install 1 year ago
  haixuantao 31c0e76f8a Force python run unbuffered print to avoid having to use flush=True within python 1 year ago
  haixuantao 234ea945d5 Fix clippy warning about queue size within listener loop 1 year ago
  haixuanTao 5ccdbc593e Moving queue size and making node flume queue bigger 1 year ago
  haixuanTao 5f76ea3321 Add an error when a node fails when using dora run by printing 1 year ago
  haixuanTao f7619c23f1 Adding an info log on stdout for each node 1 year ago
  haixuanTao f33da2fcdc Add an error when a node fails when using dora run 1 year ago
  haixuanTao 376ebf81ec Add peft requirement for custom adapter 1 year ago
  Philipp Oppermann 70ca30dd2e
Implement `dora run` command (#703) 1 year ago
  Haixuan Xavier Tao 9062241d04
Update spawn.rs 1 year ago
  Haixuan Xavier Tao abfacd0943
Update spawn.rs 1 year ago
  haixuanTao ce4a6ab1b9 Adding unix flag for cross platform support 1 year ago
  haixuanTao 157eea6a27 Fix child process receiving ctrl-c by setting own process group 1 year ago
  Philipp Oppermann 49aef8bac6
Move more implementation code out of `dora-message` into `dora-core` 1 year ago
  Philipp Oppermann 7c44e7a2e6
Move more types from `dora-core` to `dora-message` to avoid dependency 1 year ago
  Philipp Oppermann 443761841b
Add ctrl-c handler and kill child processes on second ctrl-c 1 year ago
  Philipp Oppermann cd70382cde
Implement `dora run` command 1 year ago
  haixuanTao b1a125dced Add python flag within maturin 1 year ago
  haixuanTao e0afd26e27 fix clippy 1 year ago
  haixuanTao 37bfc31da9 Making dora-cli pip installable independantly from python 1 year ago
  haixuanTao 9ae7467f95 Make pip-release workflow release cli as well 1 year ago
  haixuanTao 9dbaa955c5 Loop over trying to connect to the coordinator on first connection to make it possible to await the coordinator to be ready 1 year ago
  Haixuan Xavier Tao a254d7007c
Enable multiline build for better packaging of dora node. (#683) 1 year ago
  Haixuan Xavier Tao 903cb239d2
Enable downloading remote dataflow (#682) 1 year ago
  haixuanTao c30d9cda91 Enable multi-line build for more explicit packaging 1 year ago
  haixuanTao b494a47d85 use `download_file` when calling build or start for a url dataflow 1 year ago
  haixuanTao 3775a3c08b Make downloading file use `content_dosposition` header or the filename within the url to get the path avoiding to create confusion on the name of the file. 1 year ago
  Philipp Oppermann 3d6360ddab
Fix dora list listing twice a stopping dataflow when using multiple daemon. (#668) 1 year ago
  haixuanTao 07ed728a45 Remove dataflow from appearing twice within `dora list` when stopping 1 year ago
  Haixuan Xavier Tao 54d1bc52be
Fix hanged coordinator when failing to connect to the daemon on destroy command (#664) 1 year ago
  Haixuan Xavier Tao 6f7b030b64
Remove cli dataflow path check (#662) 1 year ago
  haixuanTao dd10bbf85c Bump `pyo3` version to `0.22` 1 year ago
  haixuanTao 768241cfd1 Fix error hanged coordinator when failing to connect or get a response from the daemon, that can happen when the daemon unexpectedly stop working. 1 year ago
  haixuanTao 25666ce342 Remove cli dataflow path check as it is too hard to manage with multiple daemon and remote coordinator 1 year ago
  haixuanTao e0e2c56433 use long version for port to avoid conflict 1 year ago