Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
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: 264e9e4
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: f85af9b
Choose a head ref
  • 11 commits
  • 26 files changed
  • 10 contributors

Commits on Feb 2, 2021

  1. build: migrate to flakybot (#368)

    Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
    JustinBeckwith and frankyn authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2d9939b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. fix: pass the unused parameter (#349)

    Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
    HemangChothani and frankyn authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5c60d24 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fix: set custom_time on uploads (#374)

    The custom_time property was incorrectly not included as a field
    that could be set on object upload.
    
    Fixes #372
    tritone authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f048be1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    5b89e2d View commit details
    Browse the repository at this point in the history
  2. chore: add constraints file (#337)

    Add constraints file to test lower bounds.
    
    These files will not be used until the noxfile is changed in googleapis/synthtool#869.
    busunkim96 authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2414a61 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.…

    …4.0 (#344)
    
    [![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.3.0` -> `v3.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pre-commit/pre-commit-hooks</summary>
    
    ### [`v3.4.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v3.4.0)
    
    [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.3.0...v3.4.0)
    
    ##### Features
    
    -   `file-contents-sorter`: Add `--unique` argument
        -   [#&#8203;524](https://togithub.com/pre-commit/pre-commit-hooks/issues/524) PR by [@&#8203;danielhoherd](https://togithub.com/danielhoherd).
    -   `check-vcs-permalinks`: Add `--additional-github-domain` option
        -   [#&#8203;530](https://togithub.com/pre-commit/pre-commit-hooks/issues/530) PR by [@&#8203;youngminz](https://togithub.com/youngminz).
    -   New hook: `destroyed-symlinks` to detect unintentional symlink-breakages on windows.
        -   [#&#8203;511](https://togithub.com/pre-commit/pre-commit-hooks/issues/511) PR by [@&#8203;m-khvoinitsky](https://togithub.com/m-khvoinitsky).
    
    </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 Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1dc6d64 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. feat: add mtls support (#367)

    * feat: add mtls support
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    arithmetic1728 authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d35ab35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    921553c View commit details
    Browse the repository at this point in the history
  3. fix: correctly decode times without microseconds (#375)

    Currently custom_time is not being decoded correctly if the value
    has a zero in the microseconds field. This fixes the issue for
    custom_time as well as elsewhere by replacing _datetime_to_rfc3339
    with _rfc3339_nanos_to_datetime.
    
    Fixes #363
    tritone authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    37a1eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdabd6a View commit details
    Browse the repository at this point in the history
  5. chore: release 1.36.0 (#379)

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