Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.42.1
Choose a base ref
...
head repository: googleapis/python-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.42.2
Choose a head ref
  • 8 commits
  • 15 files changed
  • 5 contributors

Commits on Sep 8, 2021

  1. chore: Update CODEOWNERS for @googleapis/cloud-storage-dpe (#583)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-storage/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    danielbankhead authored Sep 8, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b182c45 View commit details
  2. tests: add retry conformance test cases (#580)

    * add s4 never idempotent methods to json schema
    
    * add project based method test cases
    
    * add hmacKey.update method test case
    
    * add ACL methods test cases
    
    * add instruction cases and update test names
    
    * fix typo
    cojenco authored Sep 8, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a0f05a6 View commit details

Commits on Sep 10, 2021

  1. tests: add retry conformance tests to run in presubmit (#585)

    * use subprocess to pull and run testbench docker image
    
    * remove env var check. testbench default host is set and launched in the conf tests
    cojenco authored Sep 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3d43049 View commit details

Commits on Sep 15, 2021

  1. fix: add preconditions and retry config support to ACL patch operatio…

    …nss (#586)
    
    * add preconditions and retry config support to ACL patch operations
    
    * update existing unit tests
    
    * add unit tests
    
    * add preconditions and retry config to bucket make public/private
    
    * add preconditions and retry config to blob make public/private
    
    * update docstrings
    
    * add system tests acl with metegeneration match
    
    * revise to use permitted group email
    cojenco authored Sep 15, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4333caf View commit details

Commits on Sep 16, 2021

  1. fix: pin six as a required dependency (#589)

    * fix: pin six as a required dependency
    
    * chore: pin protobuf for older Python 2.7
    dandhlee authored Sep 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9ca97bf View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    53f7ad0 View commit details
  3. tests: update retry conformance tests ACL related methods (#590)

    * update acl patch methods with preconditions
    
    * address comments
    
    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    cojenco and tseaver authored Sep 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    258c791 View commit details
  4. chore: release 1.42.2 (#587)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cojenco <cathyo@google.com>
    release-please[bot] and cojenco authored Sep 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    29d85ca View commit details
Loading