-
Notifications
You must be signed in to change notification settings - Fork 155
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
feat: add if*generation*match args into Bucket.delete_blobs() #130
Merged
gcf-merge-on-green
merged 26 commits into
googleapis:master
from
MaxxleLLC:delete_blobs_generation_match
Jun 15, 2020
Merged
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3fa6245
feat: add ifMetageneration*Match support, pt1
4cbad43
fix unit tests, add test for helper
b905487
fix unit tests
ddecf53
add generation match args into more methods
74961fa
feat: add if*generation*Match support, pt2
7e08361
Lint fix.
6f9f910
delete "more than one set "checks
ff26d2f
del excess import
551df43
Merge branch 'metageneration_match_pt1' into metageneration_match_pt2
1f4d9c1
delete "more than one set" checks
42fd268
feat: add if*generation*match args into Bucket.delete_blobs()
0a34086
Merge branch 'master' into metageneration_match_pt1
frankyn 6deb7ba
feat: add helper for bucket bound hostname URLs
ae516da
Revert "feat: add helper for bucket bound hostname URLs"
8ecf93a
lint fix
e1b67b5
Merge branch 'master' into metageneration_match_pt1
bd5b54f
rename the helper; add error raising in case of wront parameters type
ea37318
Merge branch 'metageneration_match_pt2' into metageneration_match_pt1
9d19e15
Merge branch 'metageneration_match_pt1' of https://github.com/q-logic…
29c435e
Merge branch 'metageneration_match_pt1' into delete_blobs_generation_…
d8ca98d
Merge branch 'master' into delete_blobs_generation_match
fe0bb8c
add args length check, add more unit tests
fabbfbf
erase empty line left from conflict resolving
f0190bd
add arg name
90da4de
Merge branch 'master' into delete_blobs_generation_match
frankyn 5f696bf
Merge branch 'master' into delete_blobs_generation_match
frankyn 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 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
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.
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.
In this method we're converting args into iterators to be able to take next item (or
None
if there is no next item, or items at all) with a single line.