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/google-api-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.0
Choose a base ref
...
head repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 31, 2021

  1. chore(deps): update dependency google-api-python-client to v2.19.0 (#…

    …1507)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-api-python-client](https://togithub.com/googleapis/google-api-python-client) | `==2.18.0` -> `==2.19.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.19.0/compatibility-slim/2.18.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-python-client/2.19.0/confidence-slim/2.18.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-api-python-client</summary>
    
    ### [`v2.19.0`](https://togithub.com/googleapis/google-api-python-client/compare/v2.18.0...v2.19.0)
    
    [Compare Source](https://togithub.com/googleapis/google-api-python-client/compare/v2.18.0...v2.19.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **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/google-api-python-client).
    renovate-bot authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    754b592 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    9e007c4 View commit details
    Browse the repository at this point in the history
  2. chore: removing owlbot directives for conversion to main (#1512)

    * chore: removing owlbot directives for conversion to main
    
    * update lock file
    nicain authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bbc4385 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. fix: remove repeated calls to self._get_reason (#1513)

    self._get_reason is being called in \_\_init\_\_ (#1185)  , so why not save it then?
    also in the \_\_repr\_\_ function we got the reason by calling the _get_reason function right in the beginning, but was then called again.
    dermasmid authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d5cf4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8045c45 View commit details
    Browse the repository at this point in the history
Loading