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: v1.8.3
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: v1.8.4
Choose a head ref
  • 7 commits
  • 1,961 files changed
  • 6 contributors

Commits on May 14, 2020

  1. chore: use mocked credentials in tests (#900)

    * test: use self.MOCK_CREDENTIALS in tests
    
    * Update test_discovery.py
    
    * Update test_discovery.py
    busunkim96 authored May 14, 2020
    Configuration menu
    Copy the full SHA
    8ed1dcd View commit details
    Browse the repository at this point in the history
  2. fix: don't try to import GAE API in other environments (#903)

    The GAE memcache API isn't supported in python3. This change gives
    callers a new way to ensure that googleapiclient doesn't even try
    to import and use this legacy API.
    zevdg authored May 14, 2020
    Configuration menu
    Copy the full SHA
    09e6447 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. fix: the turn down date for global batch uri (#901)

    Fixes the date of when the global batch endpoint will be turned down, per the extension outlined in https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html.
    bradvogel authored May 15, 2020
    Configuration menu
    Copy the full SHA
    6ddadd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48f503f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. docs: fix typo in positional method docstring (#906)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #905 🦕
    p13i authored May 18, 2020
    Configuration menu
    Copy the full SHA
    f80be18 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. docs: docs update (#911)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    busunkim96 authored May 20, 2020
    Configuration menu
    Copy the full SHA
    6502091 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. chore: release 1.8.4 (#904)

    * updated CHANGELOG.md [ci skip]
    
    * updated setup.py [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 26, 2020
    Configuration menu
    Copy the full SHA
    b8458c0 View commit details
    Browse the repository at this point in the history
Loading