-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Library Permissions #187
Set Library Permissions #187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small review comments, this will be really nice to have :)
yes thanks you! Co-authored-by: Helena <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great with the new progress bar, fantastic!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! great work @mira-miracoli
Co-authored-by: Helena <[email protected]>
Co-authored-by: Helena <[email protected]>
Co-authored-by: Helena <[email protected]>
Co-authored-by: Helena <[email protected]>
Thank you for your reviews and suggestions @hexylena :) |
Sorry @mira-miracoli, the linter has some additional requests for you to re-order the imports and add whitespace here and there to make it happy. |
that looks unrelated, but not sure what's causing that |
I saw it failing in the actions before, I don't know if it is a issue related to my code |
Shall I change something or can we merge it? |
@nsoranzo any ideas about this error? |
That error was fixed in commit galaxyproject/bioblend@22f2d89 , which was first released in BioBlend v0.17.0 . That release also dropped support for Python 3.6 (EOL for almost a year now), which is the version used in the tests. |
9685f9e
to
867cf97
Compare
You may also want to add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Someone with more privileges than me (@mvdbeek?) will need to change the branch protection requirements to now depend on the update test names since their name includes the python version.
Got it |
Thanks @mira-miracoli and reviewers, very cool work! |
I added a tool to set the permissions of ALL datasets in a given data library (in folders and subfolders) at once to the given roles.
It is a workaround for one point of this Issue, I created.
Usage:
Currently the default loglevel is INFO. I don't have experience with this so please tell me if I should change it.