-
Notifications
You must be signed in to change notification settings - Fork 123
Add limit, offset and include_deleted to show_folder
#494
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5b889cf
add limit and offset to show_folder
bernt-matthias c49b94a
add include_deleted
bernt-matthias f5a26d6
Simply test subfolder creation
bernt-matthias 107d985
Just use the upstream default values
bernt-matthias 82dc9cb
Revert to loop and drop subfolders variable
bernt-matthias 5f22c37
add test for include_deleted
bernt-matthias b1d43f7
Merge branch 'folder-update' of https://github.com/bernt-matthias/bio…
bernt-matthias 7a36f0a
Simplify test
bernt-matthias 40a7810
Simplify test
bernt-matthias e64a4ca
test content counts
bernt-matthias a7c2ff6
fix test and add docs
bernt-matthias 11e8793
total_rows became available only after
bernt-matthias 30c4c91
add contents generator
bernt-matthias 4a46da3
Rename content to content_iter
bernt-matthias 687d281
Use sys.maxsize for iteration
bernt-matthias 2f93514
overload show_folder
bernt-matthias a90a19d
Apply suggestions from code review
bernt-matthias 9317cb1
Update bioblend/_tests/TestGalaxyFolders.py
bernt-matthias b442c17
revert accidental change
bernt-matthias 080f24a
rewording
bernt-matthias 136fc5e
return is Iterator
bernt-matthias 7a6ee4a
rename limit
bernt-matthias 42b8c06
Merge branch 'folder-update' of https://github.com/bernt-matthias/bio…
bernt-matthias 9ce5013
finish parameter renaming
bernt-matthias a0b9337
more missing renaming
bernt-matthias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| """ | ||
| """ | ||
| """ """ | ||
|
|
||
| import os | ||
| import shutil | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| """ | ||
| """ | ||
| """ """ | ||
|
|
||
| import os | ||
| from typing import ( | ||
|
|
||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.