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.33.0
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.34.0
Choose a head ref
  • 11 commits
  • 20 files changed
  • 7 contributors

Commits on Nov 20, 2020

  1. fix: retry uploads only conditionally (#316)

    * fix: retry uploads only conditionally
    
    * update docstring for num_retries
    andrewsg authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    547740c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

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

Commits on Nov 30, 2020

  1. fix: fall back to 'charset' of 'content_type' in 'download_as_text' (#…

    …326)
    
    Explicit 'encoding' overrides the fallback.
    
    Use the 'charset' param of 'content_type', rather than 'content_encoding',
    which isn't going to be a Unicode -> bytes encoding.
    
    Closes #319.
    
    Also, rewrap long param descriptions for in-source readability.
    tseaver authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    63ff233 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. chore: add config for 'pre-commit' support (#327)

    Document how to enable it in 'CONTRIBUTING.rst'.
    tseaver authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6ef1de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602108a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.…

    …3.0 (#336)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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 | minor | `v3.2.0` -> `v3.3.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pre-commit/pre-commit-hooks</summary>
    
    ### [`v3.3.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v3.3.0)
    
    [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v3.3.0)
    
    ##### Features
    
    -   `file-contents-sorter`: add `--ignore-case` option for case-insensitive sorting
        -   [#&#8203;514](https://togithub.com/pre-commit/pre-commit-hooks/issues/514) PR by [@&#8203;Julian](https://togithub.com/Julian).
    -   `check-added-large-files`: add `--enforce-all` option to check non-added files as well
        -   [#&#8203;519](https://togithub.com/pre-commit/pre-commit-hooks/issues/519) PR by [@&#8203;mshawcroft](https://togithub.com/mshawcroft).
        -   [#&#8203;518](https://togithub.com/pre-commit/pre-commit-hooks/issues/518) issue by [@&#8203;mshawcroft](https://togithub.com/mshawcroft).
    -   `fix-byte-order-marker`: new hook which fixes UTF-8 byte-order marker.
        -   [#&#8203;522](https://togithub.com/pre-commit/pre-commit-hooks/issues/522) PR by [@&#8203;jgowdy](https://togithub.com/jgowdy).
    
    ##### Deprecations
    
    -   `check-byte-order-marker` is now deprecated for `fix-byte-order-marker`
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :no_bell: **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).
    renovate-bot authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    41849b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. feat: make retry parameter public and added in other methods (#331)

    * feat: make retry parameter public and added in other methods
    
    * feat: change in doc string
    
    * feat: changes in docstring
    
    * feat: remove retry for acl
    HemangChothani authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    910e34c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    4ff6141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4568e View commit details
    Browse the repository at this point in the history
  3. chore: release 1.34.0 (#339)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Gorcester <[email protected]>
    release-please[bot] and andrewsg authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    268bdba View commit details
    Browse the repository at this point in the history
Loading