-
Notifications
You must be signed in to change notification settings - Fork 7
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
V1.1.0 #256
Conversation
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
Direct Yoda docker to specific release rather than development branch
The improvement of the progress bar will only be used for python-irodsclient>=2.1.0.
* Make the iBridges search more easy to use * Update search to fix bugs and remodel * Validation for tuples * Update docstring * Add search to CLI * Improve help message of isearch with examples * Add tests for the search functionality. * Fix linting issues * Update documentation * Missed in last commit * adjust metadata and params in metadata search * use met from IrodsPath, some small bug fixes * bug fix: read in data from search * remove output * Add tests for search CLI * Update docs/source/irods_search.rst Co-authored-by: chStaiger <[email protected]> * Improve metadata docs examples * Add more information on MetaSearch in the docs * Update ibridges/search.py Co-authored-by: chStaiger <[email protected]> * Fix ruff * Fix class links * Add CLI documentation * Decode from binary to text * Fix tests * Remove password input * Remove redundant path search * Update integration-tests-yoda.yml * Try passing everything as text * Debugging. * Add new test * Fix search test with sync * Update tutorials for new search --------- Co-authored-by: Staiger, Christine <[email protected]> Co-authored-by: chStaiger <[email protected]>
* Add feature to directly open files with IrodsPath * Add test for opening data objects * Update tutorials and documentation --------- Co-authored-by: chStaiger <[email protected]>
* Switch to IrodsPath, rename function * pylint * adjust funtion name in tests * fix tests * Update ibridges/tickets.py Co-authored-by: qubixes <[email protected]> * fix imports * rename list to fetch_tickets --------- Co-authored-by: Staiger, Christine <[email protected]> Co-authored-by: qubixes <[email protected]>
* Start of work on fix * Add tests and fix features * Add warning when files/data objects are skipped
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.
API:
CLI: