- Notifications
You must be signed in to change notification settings - Fork95
Comparing changes
Open a pull request
base repository:googleapis/python-api-core
Uh oh!
There was an error while loading.Please reload this page.
base:v1.26.3
head repository:googleapis/python-api-core
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.27.0
- 13commits
- 28files changed
- 8contributors
Commits on Mar 31, 2021
Fix retry.with_delay multiplier parameter handling (#164)
Issue:#163
quentin-sommer authoredMar 31, 2021
Commits on Apr 2, 2021
chore: add kokoro templates (#160)
* build(python): enable flakybot on library unit and system testsSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Feb 17 14:10:46 2021 -0700Source-Repo: googleapis/synthtoolSource-Sha: d17674372e27fb8f23013935e794aa37502071aaSource-Link:googleapis/synthtool@d176743* chore: add pre-commit-config to renovate ignore pathsDisable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool.https://docs.renovatebot.com/configuration-options/#ignorepathsSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Mar 15 09:05:39 2021 -0600Source-Repo: googleapis/synthtoolSource-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378Source-Link:googleapis/synthtool@2c54c47* chore(python): add kokoro configs for periodic builds against headThis change should be non-destructive.Note for library repo maintainers:After applying this change, you can easily add (or change) periodicbuilds against head by adding config files in google3.See python-pubsub repo for example.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Mar 19 11:17:59 2021 -0700Source-Repo: googleapis/synthtoolSource-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cdaSource-Link:googleapis/synthtool@79c8dd7* chore(deps): update precommit hook pycqa/flake8 to v3.9.0[](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 <bot@renovateapp.com>Source-Date: Tue Mar 23 17:38:03 2021 +0100Source-Repo: googleapis/synthtoolSource-Sha: f5c5904fb0c6aa3b3730eadf4e5a4485afc65726Source-Link:googleapis/synthtool@f5c5904
yoshi-automation authoredApr 2, 2021
Commits on Apr 7, 2021
chore: Add license headers for python config files (#167)
Source-Author: Anthonios Partheniou <partheniou@google.com>Source-Date: Tue Apr 6 11:32:03 2021 -0400Source-Repo: googleapis/synthtoolSource-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bcSource-Link:googleapis/synthtool@5b5bf6d
yoshi-automation authoredApr 7, 2021
Commits on Apr 11, 2021
chore: add constraints file check for python samples (#170)
This is the sibling PR toGoogleCloudPlatform/python-docs-samples#5611and this is the issue opened for itGoogleCloudPlatform/python-docs-samples#5549
yoshi-automation authoredApr 11, 2021
Commits on Apr 16, 2021
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 authoredApr 16, 2021
Commits on May 3, 2021
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 authoredMay 3, 2021
Commits on May 12, 2021
chore: add SECURITY.md
google-cloud-policy-bot[bot] authoredMay 12, 2021 chore: add library type to .repo-metadata.json (#180)
parthea authoredMay 12, 2021
Commits on May 16, 2021
chore: new owl bot post processor docker image (#188)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
gcf-owl-bot[bot] authoredMay 16, 2021
Commits on May 18, 2021
feat: Add support for
rest/token inx-goog-api-clientheader (#189)vam-google authoredMay 18, 2021 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredMay 18, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.26.3...v1.27.0
Uh oh!
There was an error while loading.Please reload this page.