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.31.2
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.32.0
Choose a head ref
  • 7 commits
  • 30 files changed
  • 7 contributors

Commits on Sep 25, 2020

  1. chore: skip reporting coverage for namespace package, update secrets …

    …manager (via synth) (#280)
    
    * chore(py-library): update decrypt secrets file
    
    * chore(py-library): update decrypt secrets file
    
    From https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh
    
    * docs: explain conditional
    
    Co-authored-by: Jeffrey Rennie <[email protected]>
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Tue Sep 8 11:35:59 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0
    Source-Link: googleapis/synthtool@d302f93
    
    * chore(python-library): use sphinx 1.5.5 for the docfx job
    
    Originally tested at:
    googleapis/python-texttospeech#89
    
    This change will fix the missing docstring in the yaml files.
    
    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Thu Sep 10 04:12:14 2020 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: ffcee7952b74f647cbb3ef021d95422f10816fca
    Source-Link: googleapis/synthtool@ffcee79
    
    * build(python): use release-publish app for notifying GitHub of releas…
    
    * build(python): use release-publish app for notifying GitHub of release status
    
    * fix: re-add pypi password
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Wed Sep 16 08:46:42 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 257fda18168bedb76985024bd198ed1725485488
    Source-Link: googleapis/synthtool@257fda1
    
    * build(python): add secret manager in kokoro
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Wed Sep 16 10:24:40 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bd
    Source-Link: googleapis/synthtool@dba48bb
    
    * chore(python): add sphinx doctest extension
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Mon Sep 21 13:09:57 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24
    Source-Link: googleapis/synthtool@27f4406
    
    * chore(python): remove note about editable installs
    
    `pip install -e .` is supported and is how we install the library for tests.
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Tue Sep 22 12:06:12 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d
    Source-Link: googleapis/synthtool@a651c5f
    
    * chore(python): skip reporting coverage for namespace package
    
    Source-Author: Tres Seaver <[email protected]>
    Source-Date: Wed Sep 23 10:58:13 2020 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: f3c04883d6c43261ff13db1f52d03a283be06871
    Source-Link: googleapis/synthtool@f3c0488
    yoshi-automation authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    2f4164d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    c356b84 View commit details
    Browse the repository at this point in the history
  2. test: update tests to support latest google-cloud-core (#277)

    `google-cloud-core` version 1.4.2 populates `prettyPrint=false` by
    default. Update the connection tests to expect a value for
    `prettyPrint`.
    
    Co-authored-by: Tres Seaver <[email protected]>
    tswast and tseaver authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6cc4a41 View commit details
    Browse the repository at this point in the history
  3. fix: use version.py for versioning, avoid issues with discovering ver…

    …sion via get_distribution (#288)
    
    
    
    Co-authored-by: Tres Seaver <[email protected]>
    crwilcox and tseaver authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    fcd1c4f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    6f865d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. feat: retry API calls with exponential backoff (#287)

    Retries errors for idempotent API calls by default. Some API calls are conditionally idempotent (only idempotent if etag, generation, if_generation_match, if_metageneration_match are specified); in those cases, retries are also conditional on the inclusion of that data in the call.
    andrewsg authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    fbe5d9c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. chore: release 1.32.0 (#297)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    90f7c47 View commit details
    Browse the repository at this point in the history
Loading