Philipp Oppermann
c9b2d92ac4
Add support for git repo sources for nodes
1 year ago
Philipp Oppermann
56dcbcb793
Fix: Set variables outside bash script to prevent injection ( #849 )
Setting the variables in bash makes them vulnerable to command
injection. I noticed this in
https://github.com/dora-rs/dora/actions/runs/13792318552/job/38575135851
, which is the CI run for this comment:
https://github.com/dora-rs/dora/pull/838#issuecomment-2714836815
The issue is that the comment contains `main` surrounded by backticks,
which the `bash` shell interprets as a subcommand. So it tries to run a
command named `main`.
Follow-up to https://github.com/dora-rs/dora/pull/840
1 year ago
Philipp Oppermann
00f9270524
Fix: Set variables outside bash script to prevent injection
1 year ago
Philipp Oppermann
c52d9b9b94
CI: Permit issue modifications for issue assign job ( #848 )
Follow-up to #840
1 year ago
Philipp Oppermann
6db36c2822
CI: Permit issue modifications for issue assign job
Follow-up to #840
1 year ago
Haixuan Xavier Tao
2006d31df5
Add dora-lerobot node into dora ( #834 )
migrated node-hub from dora-lerobot to dora and fixed formatting of the
toml files as well
1 year ago
Haixuan Xavier Tao
edc4fd7848
Related to dora-bot issue assignment ( #840 )
This PR address issue #821 implements a custom GitHub Action to help
with issue management through automated assignment and unassignment.
## Changes
- Added `.github/workflows/dora-bot-assign.yml` - Implements a GitHub
Action that responds to specific commands in issue comments
- Updated `CONTRIBUTING.md` - Added documentation about the new issue
assignment
## Functionality
The action provides the following:
- Contributors can self-assign issues by commenting `@dora-bot assign
me`
- Contributors can remove their own assignments by commenting `@dora-bot
unassign me`
- Maintainers can unassign others using `@dora-bot unassign @username`
- Automatic unassignment of stale issues after 2 weeks of inactivity
This patch uses a hardcoded approach for simplicity and reliability.
1 year ago
Haixuan Xavier Tao
01861930ee
Applied Ruff pydocstyle to dora ( #831 )
Auto-fixed Dora using Ruff pydocstyle as per #828 . Added pydocstyle
checks (D rules) in all pyproject.toml files for consistency.
1 year ago
Munish Mummadi
f967cf39de
feat: updated dora-bot assigning and guide
1 year ago
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
Haroon Tahir
4c959f703f
fixed test cases for new modules skipping them for now
1 year ago
Haroon Tahir
afc8677bfb
added in missing test cases in new modules
1 year ago
Haroon Tahir
fc1225176c
made fixes suggested by ruff
1 year ago
Haroon Tahir
44561a4b34
added in missing dev dependencies in toml
1 year ago
Mati-ur-rehman-017
259451ff10
.tomlFixes
1 year ago
Haroon Tahir
03f1478b46
fixed toml formatting issues
1 year ago
Mati-ur-rehman-017
7370fbf68b
fixed_toml_error
1 year ago
Mati-ur-rehman-017
236d024767
fixed_toml
1 year ago
Haroon Tahir
a284e8c556
copied dora-lerobot nodehub into dora
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
7SOMAY
a31150d9c7
Removed yolo.yml file
1 year ago
Haixuan Xavier Tao
12e12e1c6b
Improve documentation on adding new node to the node-hub ( #820 )
This PR should help contributors who wants to add new nodes within dora
node-hub.
1 year ago
7SOMAY
827fd68860
Added yolo.yml in .gitignore file
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
Haixuan Xavier Tao
7b1678021e
Clippy automatic fixes applied ( #812 )
As discussed in #806 this PR runs the clippy automatic fixes.
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
1925c55f0c
Improve readme support matrix readibility ( #810 )
1 year ago
Haixuan Xavier Tao
2d8196b8d7
update dora yaml json schema validator ( #809 )
1 year ago
haixuantao
c92d0873fe
Refactor readme
1 year ago
haixuantao
1fa2c632bc
Improve support matrix readibility
1 year ago
haixuantao
c5c1cacf1a
Put support matrix on top
1 year ago
haixuantao
e1dab426cb
Improve readme support matrix readibility
1 year ago
Haixuan Xavier Tao
3dd74c4d44
Add Node Table into README.md ( #808 )
This PR adds node tables into README.md as well as improve the overall
readme of examples
1 year ago
Haixuan Xavier Tao
9cd44a2717
Add windows release for rust nodes ( #805 )
This PR adds the support for windows precompiled rust nodes in order to
facilitate installation on windows.
1 year ago
haixuantao
64ffe72b2a
Improve readme
1 year ago
haixuantao
0c9fc8b4ad
Improve readibility of different columns
1 year ago
haixuantao
4ce79f83fb
Minor changes
1 year ago
haixuantao
9406d3e892
Improving overall readme
1 year ago
haixuantao
de21dc1241
Remove prepare_freethreaded_python which is not necessary
1 year ago
haixuantao
d464dc8c98
Add `generate-import-lib` experimental feature
1 year ago
haixuantao
518c6b0113
Add cross compilation for rust-python dependencies
1 year ago
Haixuan Xavier Tao
fd90f411e4
Post dora 0.3.10 release fix ( #804 )
Very minor item fix after the release that poped up during the release
process.
1 year ago
haixuantao
cb53fc2c11
update json schema
1 year ago
haixuantao
7388bba256
Simplify node hub test and publish
1 year ago