-
Notifications
You must be signed in to change notification settings - Fork 156
Comparing changes
Open a pull request
base repository: googleapis/python-storage
base: v1.38.0
head repository: googleapis/python-storage
compare: v1.39.0
Commits on Apr 27, 2021
-
chore(revert): revert preventing normalization (#421)
reverts previous commit for preventing normalization of versioning
Configuration menu - View commit details
-
Copy full SHA for a91cbb6 - Browse repository at this point
Copy the full SHA a91cbb6View commit details
Commits on Apr 28, 2021
-
chore: use
gcp-sphinx-docfx-yaml
(#423)makes use of the updated plugin for generating DocFX YAMLs
Configuration menu - View commit details
-
Copy full SHA for 801206d - Browse repository at this point
Copy the full SHA 801206dView commit details
Commits on Apr 30, 2021
-
Co-authored-by: google-cloud-policy-bot[bot] <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9777904 - Browse repository at this point
Copy the full SHA 9777904View commit details
Commits on May 5, 2021
-
tests: fix unit tests broken by dependency drift (#430)
* tests: fix 'TestClient.test_ctor_wo_project' Broken by googleapis/python-cloud-core#51 Closes #427 * chore(deps): pin googleapis-common-protos' FBO python2.7 Closes #429
Configuration menu - View commit details
-
Copy full SHA for 2e70a58 - Browse repository at this point
Copy the full SHA 2e70a58View commit details
Commits on May 6, 2021
-
tests: tweak systest deps install to avoid py27 conflict (#433)
Follow on to PR #430.
Configuration menu - View commit details
-
Copy full SHA for 246a13b - Browse repository at this point
Copy the full SHA 246a13bView commit details
Commits on May 8, 2021
-
fix: replace python lifecycle action parsing ValueError with warning (#…
…437) * fix: replace python lifecycle action parsing ValueError with warning * fix lint * add client upgrade suggestion to unknown OLM rule warning * update warning message
Configuration menu - View commit details
-
Copy full SHA for 2532d50 - Browse repository at this point
Copy the full SHA 2532d50View commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1f96069 - Browse repository at this point
Copy the full SHA 1f96069View commit details
Commits on May 18, 2021
-
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v4 (#…
…444) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/pre-commit-hooks](https://togithub.com/pre-commit/pre-commit-hooks) | repository | major | `v3.4.0` -> `v4.0.1` | --- ### Release Notes <details> <summary>pre-commit/pre-commit-hooks</summary> ### [`v4.0.1`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.1) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v4.0.0...v4.0.1) ##### Fixes - `check-shebang-scripts-are-executable` fix entry point. - [#​602](https://togithub.com/pre-commit/pre-commit-hooks/issues/602) issue by [@​Person-93](https://togithub.com/Person-93). - [#​603](https://togithub.com/pre-commit/pre-commit-hooks/issues/603) PR by [@​scop](https://togithub.com/scop). ### [`v4.0.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.0) ##### Features - `check-json`: report duplicate keys. - [#​558](https://togithub.com/pre-commit/pre-commit-hooks/issues/558) PR by [@​AdityaKhursale](https://togithub.com/AdityaKhursale). - [#​554](https://togithub.com/pre-commit/pre-commit-hooks/issues/554) issue by [@​adamchainz](https://togithub.com/adamchainz). - `no-commit-to-branch`: add `main` to default blocked branches. - [#​565](https://togithub.com/pre-commit/pre-commit-hooks/issues/565) PR by [@​ndevenish](https://togithub.com/ndevenish). - `check-case-conflict`: check conflicts in directory names as well. - [#​575](https://togithub.com/pre-commit/pre-commit-hooks/issues/575) PR by [@​slsyy](https://togithub.com/slsyy). - [#​70](https://togithub.com/pre-commit/pre-commit-hooks/issues/70) issue by [@​andyjack](https://togithub.com/andyjack). - `check-vcs-permalinks`: forbid other branch names. - [#​582](https://togithub.com/pre-commit/pre-commit-hooks/issues/582) PR by [@​jack1142](https://togithub.com/jack1142). - [#​581](https://togithub.com/pre-commit/pre-commit-hooks/issues/581) issue by [@​jack1142](https://togithub.com/jack1142). - `check-shebang-scripts-are-executable`: new hook which ensures shebang'd scripts are executable. - [#​545](https://togithub.com/pre-commit/pre-commit-hooks/issues/545) PR by [@​scop](https://togithub.com/scop). ##### Fixes - `check-executables-have-shebangs`: Short circuit shebang lookup on windows. - [#​544](https://togithub.com/pre-commit/pre-commit-hooks/issues/544) PR by [@​scop](https://togithub.com/scop). - `requirements-txt-fixer`: Fix comments which have indentation - [#​549](https://togithub.com/pre-commit/pre-commit-hooks/issues/549) PR by [@​greshilov](https://togithub.com/greshilov). - [#​548](https://togithub.com/pre-commit/pre-commit-hooks/issues/548) issue by [@​greshilov](https://togithub.com/greshilov). - `pretty-format-json`: write to stdout using UTF-8 encoding. - [#​571](https://togithub.com/pre-commit/pre-commit-hooks/issues/571) PR by [@​jack1142](https://togithub.com/jack1142). - [#​570](https://togithub.com/pre-commit/pre-commit-hooks/issues/570) issue by [@​jack1142](https://togithub.com/jack1142). - Use more inclusive language. - [#​599](https://togithub.com/pre-commit/pre-commit-hooks/issues/599) PR by [@​asottile](https://togithub.com/asottile). ##### Breaking changes - Remove deprecated hooks: `flake8`, `pyflakes`, `autopep8-wrapper`. - [#​597](https://togithub.com/pre-commit/pre-commit-hooks/issues/597) PR by [@​asottile](https://togithub.com/asottile). </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-storage).
Configuration menu - View commit details
-
Copy full SHA for 3fb5086 - Browse repository at this point
Copy the full SHA 3fb5086View commit details
Commits on May 20, 2021
-
chore: migrate to owl bot (#412)
* chore: migrate to owl bot * chore: run the post processor * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 179de2a - Browse repository at this point
Copy the full SHA 179de2aView commit details -
fix: add ConnectionError to default retry (#445)
This adds python built-in [ConnectionError](https://docs.python.org/3/library/exceptions.html#ConnectionError) to default retryable types. ConnectionError was recently added in the [BigQuery library](googleapis/python-bigquery#571) to allow retries. Fixes #426 🦕
Configuration menu - View commit details
-
Copy full SHA for 8344253 - Browse repository at this point
Copy the full SHA 8344253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ce17e - Browse repository at this point
Copy the full SHA 34ce17eView commit details
Commits on May 22, 2021
-
chore: new owl bot post processor docker image (#448)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
Configuration menu - View commit details
-
Copy full SHA for c7c71cd - Browse repository at this point
Copy the full SHA c7c71cdView commit details
Commits on May 28, 2021
-
chore: new owl bot post processor docker image (#452)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
Configuration menu - View commit details
-
Copy full SHA for fe87755 - Browse repository at this point
Copy the full SHA fe87755View commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0f1b71 - Browse repository at this point
Copy the full SHA e0f1b71View commit details -
refactor: add / use 'Client._patch_resource' method (#436)
Add retry support to 'ACL.save', 'ACL.save_predefined', and 'ACL.clear'. Add 'timeout' and 'retry' support to 'Blob.make_private'. Toward #38.
Configuration menu - View commit details
-
Copy full SHA for e96f852 - Browse repository at this point
Copy the full SHA e96f852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8a920 - Browse repository at this point
Copy the full SHA 3a8a920View commit details -
refactor: add / use 'Client._delete_resource' method (#442)
Also, forward 'retry' through when deleting blobs during 'Bucket.delete'. Toward #38.
Configuration menu - View commit details
-
Copy full SHA for 94fd0ca - Browse repository at this point
Copy the full SHA 94fd0caView commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ef764ac - Browse repository at this point
Copy the full SHA ef764acView commit details -
fix: apply idempotency policies for ACLs (#458)
* fix: use 'retry=None' as default for 'Client._put_resource' * fix: use 'retry=None' as default for 'Client._patch_resource' * fix: force 'retry=None' for 'ACL.{save,save_predefined,clear}' * fix: remove 'retry' arg from 'Bucket.make_public' * fix: remove 'retry' arg from 'Bucket.make_private' * fix: remove 'retry' arg from 'Blob.make_public' * fix: remove 'retry' arg from 'Blob.make_private' Per idempotency policy.
Configuration menu - View commit details
-
Copy full SHA for 2232f38 - Browse repository at this point
Copy the full SHA 2232f38View commit details -
refactor: add / use 'Client._list_resource' method (#446)
* Adjust tests for 'Bucket.list_blobs' not to depend on anything but calling 'Client.list_blobs'. * Provide explicit coverage for 'client._item_to_bucket' and 'client._item_to_hmack_key_metadata' helpers. * Provide explicit coverage for 'bucket._item_to_notification'. Toward #38
Configuration menu - View commit details
-
Copy full SHA for 6bd8a20 - Browse repository at this point
Copy the full SHA 6bd8a20View commit details
Commits on Jun 9, 2021
-
tests: avoid requiring real credentials in unit tests (#459)
Adjust 'Bucket.get_upload_policy' to use credentials from the client, rather than its connection. Closes #416.
Configuration menu - View commit details
-
Copy full SHA for 2c87f2f - Browse repository at this point
Copy the full SHA 2c87f2fView commit details
Commits on Jun 10, 2021
-
docs: streamline 'timeout' / 'retry' docs in docstrings (#461)
* Add 'requests' intersphinx refs * Add narrative docs for timeouts and retries * Include API docs for the 'retry' module, as well, to unbreak links. * Replace boilerplate docstring entries for 'timeout' / 'retry' with links to new narrative docs. * Add docstrings for default conditional policies. Closes #455.
Configuration menu - View commit details
-
Copy full SHA for 78b2eba - Browse repository at this point
Copy the full SHA 78b2ebaView commit details
Commits on Jun 11, 2021
-
feat: media operation retries can be configured using the same interf…
…ace as with non-media operation (#447) All media operation calls (downloads and uploads) can be configured with Retry objects and ConditionalRetryPolicy objects, nearly identically to non-media operations. This is accomplished by converting the Retry object to a google-resumable-media-python library RetryStrategy object at the point of entry to that library. Custom predicates of Retry objects (for instance set with Retry(predicate=...)) are not supported for media operations; they will be replaced with a media-operation-specific predicate. This change is backwards-compatible for users of public methods using num_retries arguments to configure uploads; num_retries continue to be supported but the deprecation warning remains in effect. They will be fully removed and replaced with Retry objects in the future. With this change, the default parameters for a media operations retry changes to be uniform with non-media operation retries. Specifically, the retry deadline for media operation retries becomes 120 seconds unless otherwise configured.
Configuration menu - View commit details
-
Copy full SHA for 0dbbb8a - Browse repository at this point
Copy the full SHA 0dbbb8aView commit details
Commits on Jun 14, 2021
-
fix: revise blob.compose query parameters
if_generation_match
(#454)* revise blob.compose logic to match API usage * update tests * update system test * address comments * 🦉 Updates from OwlBot * revise logic for backwards compatibility * add tests * revise docstring * fix test * revise to DeprecationWarning * address comments and revise docstrings Co-authored-by: Tres Seaver <tseaver@palladion.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70d19e7 - Browse repository at this point
Copy the full SHA 70d19e7View commit details
Commits on Jun 17, 2021
-
chore: new owl bot post processor docker image (#470)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
Configuration menu - View commit details
-
Copy full SHA for ae8b655 - Browse repository at this point
Copy the full SHA ae8b655View commit details
Commits on Jun 20, 2021
-
chore: update precommit hook pre-commit/pre-commit-hooks to v4 (#1083) (
#472) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/pre-commit-hooks](https://togithub.com/pre-commit/pre-commit-hooks) | repository | major | `v3.4.0` -> `v4.0.1` | --- ### Release Notes <details> <summary>pre-commit/pre-commit-hooks</summary> ### [`v4.0.1`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.1) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v4.0.0...v4.0.1) ##### Fixes - `check-shebang-scripts-are-executable` fix entry point. - [#​602](https://togithub.com/pre-commit/pre-commit-hooks/issues/602) issue by [@​Person-93](https://togithub.com/Person-93). - [#​603](https://togithub.com/pre-commit/pre-commit-hooks/issues/603) PR by [@​scop](https://togithub.com/scop). ### [`v4.0.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.0) ##### Features - `check-json`: report duplicate keys. - [#​558](https://togithub.com/pre-commit/pre-commit-hooks/issues/558) PR by [@​AdityaKhursale](https://togithub.com/AdityaKhursale). - [#​554](https://togithub.com/pre-commit/pre-commit-hooks/issues/554) issue by [@​adamchainz](https://togithub.com/adamchainz). - `no-commit-to-branch`: add `main` to default blocked branches. - [#​565](https://togithub.com/pre-commit/pre-commit-hooks/issues/565) PR by [@​ndevenish](https://togithub.com/ndevenish). - `check-case-conflict`: check conflicts in directory names as well. - [#​575](https://togithub.com/pre-commit/pre-commit-hooks/issues/575) PR by [@​slsyy](https://togithub.com/slsyy). - [#​70](https://togithub.com/pre-commit/pre-commit-hooks/issues/70) issue by [@​andyjack](https://togithub.com/andyjack). - `check-vcs-permalinks`: forbid other branch names. - [#​582](https://togithub.com/pre-commit/pre-commit-hooks/issues/582) PR by [@​jack1142](https://togithub.com/jack1142). - [#​581](https://togithub.com/pre-commit/pre-commit-hooks/issues/581) issue by [@​jack1142](https://togithub.com/jack1142). - `check-shebang-scripts-are-executable`: new hook which ensures shebang'd scripts are executable. - [#​545](https://togithub.com/pre-commit/pre-commit-hooks/issues/545) PR by [@​scop](https://togithub.com/scop). ##### Fixes - `check-executables-have-shebangs`: Short circuit shebang lookup on windows. - [#​544](https://togithub.com/pre-commit/pre-commit-hooks/issues/544) PR by [@​scop](https://togithub.com/scop). - `requirements-txt-fixer`: Fix comments which have indentation - [#​549](https://togithub.com/pre-commit/pre-commit-hooks/issues/549) PR by [@​greshilov](https://togithub.com/greshilov). - [#​548](https://togithub.com/pre-commit/pre-commit-hooks/issues/548) issue by [@​greshilov](https://togithub.com/greshilov). - `pretty-format-json`: write to stdout using UTF-8 encoding. - [#​571](https://togithub.com/pre-commit/pre-commit-hooks/issues/571) PR by [@​jack1142](https://togithub.com/jack1142). - [#​570](https://togithub.com/pre-commit/pre-commit-hooks/issues/570) issue by [@​jack1142](https://togithub.com/jack1142). - Use more inclusive language. - [#​599](https://togithub.com/pre-commit/pre-commit-hooks/issues/599) PR by [@​asottile](https://togithub.com/asottile). ##### Breaking changes - Remove deprecated hooks: `flake8`, `pyflakes`, `autopep8-wrapper`. - [#​597](https://togithub.com/pre-commit/pre-commit-hooks/issues/597) PR by [@​asottile](https://togithub.com/asottile). </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/synthtool). Source-Link: googleapis/synthtool@333fd90 Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b8c131c558606d3cea6e18f8e87befbd448c1482319b0db3c5d5388fa6ea72e3
Configuration menu - View commit details
-
Copy full SHA for 73ee6e3 - Browse repository at this point
Copy the full SHA 73ee6e3View commit details
Commits on Jun 21, 2021
-
tests: harden 'test_bucket_w_default_event_based_hold' (#468)
Reload blob w/ spurious EBH. Closes #435.
Configuration menu - View commit details
-
Copy full SHA for 3b06f9e - Browse repository at this point
Copy the full SHA 3b06f9eView commit details -
tests: pre-scrub old HMAC keys before testing creation (#467)
Avoids hitting 5-key-per-service-account quota. Closes #334.
Configuration menu - View commit details
-
Copy full SHA for cf22a11 - Browse repository at this point
Copy the full SHA cf22a11View commit details -
docs: streamline docstrings for conditional parmas (#464)
Add narrative docs for conditional params: - 'if_generation_match' - 'if_generation_not_match' - 'if_metageneration_match' - 'if_metageneration_not_match' Streamline docstrings for conditional params, linking to new narrative docs. Also, move 'timeout' argument to end (just before 'retry', if present) for consistency. Closes #460.
Configuration menu - View commit details
-
Copy full SHA for 6999370 - Browse repository at this point
Copy the full SHA 6999370View commit details
Commits on Jun 22, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for edce85e - Browse repository at this point
Copy the full SHA edce85eView commit details
There are no files selected for viewing