Thanks to visit codestin.com
Credit goes to github.com

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-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.3
Choose a base ref
...
head repository: googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.0
Choose a head ref
  • 13 commits
  • 28 files changed
  • 8 contributors

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    1647f07 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. chore: add kokoro templates (#160)

    * build(python): enable flakybot on library unit and system tests
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Wed Feb 17 14:10:46 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: d17674372e27fb8f23013935e794aa37502071aa
    Source-Link: googleapis/synthtool@d176743
    
    * chore: add pre-commit-config to renovate ignore paths
    
    Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Mon Mar 15 09:05:39 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378
    Source-Link: googleapis/synthtool@2c54c47
    
    * chore(python): add kokoro configs for periodic builds against head
    
    This change should be non-destructive.
    
    Note for library repo maintainers:
    After applying this change, you can easily add (or change) periodic
    builds against head by adding config files in google3.
    
    See python-pubsub repo for example.
    
    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Fri Mar 19 11:17:59 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cda
    Source-Link: googleapis/synthtool@79c8dd7
    
    * chore(deps): update precommit hook pycqa/flake8 to v3.9.0
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [pycqa/flake8](https://gitlab.com/pycqa/flake8) | repository | minor | `3.8.4` -> `3.9.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pycqa/flake8</summary>
    
    ### [`v3.9.0`](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    [Compare Source](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    </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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :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/synthtool).
    
    Source-Author: WhiteSource Renovate <[email protected]>
    Source-Date: Tue Mar 23 17:38:03 2021 +0100
    Source-Repo: googleapis/synthtool
    Source-Sha: f5c5904fb0c6aa3b3730eadf4e5a4485afc65726
    Source-Link: googleapis/synthtool@f5c5904
    yoshi-automation authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    49c6755 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. chore: Add license headers for python config files (#167)

    Source-Author: Anthonios Partheniou <[email protected]>
    Source-Date: Tue Apr 6 11:32:03 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc
    Source-Link: googleapis/synthtool@5b5bf6d
    yoshi-automation authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8c7ac29 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    282725d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. chore: prevent normalization of semver versioning (#172)

    * chore: prevent normalization of semver versioning
    
    * chore: update workaround to make sic work
    
    * chore: loosening setuptools 46.x for Python2
    dandhlee authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ed09227 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    acb04b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    f87bccb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. feat: retry google.auth TransportError and requests ConnectionError (#…

    …178)
    
    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/python-api-core/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] 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 #176 🦕
    parthea authored May 3, 2021
    Configuration menu
    Copy the full SHA
    6ae04a8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. chore: add SECURITY.md (#177)

    chore: add SECURITY.md
    google-cloud-policy-bot[bot] authored May 12, 2021
    Configuration menu
    Copy the full SHA
    91ca1c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9123439 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. chore: new owl bot post processor docker image (#188)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
    gcf-owl-bot[bot] authored May 16, 2021
    Configuration menu
    Copy the full SHA
    03a79f1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    15aca6b View commit details
    Browse the repository at this point in the history
  2. chore: release 1.27.0 (#179)

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