-
Notifications
You must be signed in to change notification settings - Fork 104
Figure scripts #566
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
Closed
Closed
Figure scripts #566
Conversation
This file contains hidden or 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
- Move user/group utility functions to CmdControl class - Make UserControl/GroupControl classes inherit from CmdControl
- Fix broken links to OMERO server permissions documentation
Check user/member/owner distinction in subcommand help messages
- Define a series of exception return codes in UserGroupControl
- Pass an optional die flag to the find_{user,group}* methods
- Use fatal keyword argument to switch between err and die behaviors - Pass the error message and the error code as keywords arguments
Add --no-password argument as mutually exclusive with --password If --no-password is passed, create user with empty password
Revert user password argument name to --userpassword
- Move add_login() methods to Parser class
The parent was set to plate instead of well set reset to null.
Correct code style in PR 480
This bug goes back a fair way, to the refactoring of the right-hand panel jQuery plugin.
Re-expose read-write permissions in the CLI group plugin
Allows to read from stdin and file using `bin/omero config load - file` Also do not fall-fast if no stdin is supplied to bin/omero config load
Images in the "orphaned" folder.
If at least 3 objects were selected, and 2 were tagged with the same tag. The 3rd image was automatically tagged when another tag was added to the selection.
For example, select 3 images. 2 already tagged with "Foo" Tag the selection with "Foo". All images should now be linked to "Foo".
Cli improvements 3
Remove icon that could be confusing for users.
Problem visible when several users are selected, and several groups are displayed.
Display bulk annotations in web image viewer, new webgateway API calls
Correct small typo in CLI group help.
Multi annotations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adjust customized UI following changes done to the figure scripts see
ome/omero-scripts#16