-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added configuring of device mount permissions in udev discovery handler
#726 (#737) * added configuring of device mount permissions in udev discovery handler #726 Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * incremented version Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * formatting Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * fixed version Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * updated helm chart version Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * updated rust version Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * updated rust version to 1.84 Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * fixed default for permissions Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * added default func for permissions Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * updated rust version to 1.81 Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * Update discovery-handlers/udev/src/discovery_handler.rs Co-authored-by: Kate Goldenring <kate.goldenring@gmail.com> Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * added unit test and added dependencies Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * test for permissions Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * removed unused var Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * restructured test Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * fixed test Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * added default permissions for lint files Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * signoff Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> * removed panic Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> --------- Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com> Co-authored-by: Kate Goldenring <kate.goldenring@gmail.com>
- Loading branch information
1 parent
8e5b3ab
commit 5e20ee4
Showing
15 changed files
with
79 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ on: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
CARGO_VERSION: 1.79.0 | ||
CARGO_VERSION: 1.81.0 | ||
|
||
jobs: | ||
build: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.13.9 | ||
0.13.10 |