Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 13commits
  • 28files changed
  • 8contributors

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    1647f07View 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 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[![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 <bot@renovateapp.com>Source-Date: Tue Mar 23 17:38:03 2021 +0100Source-Repo: googleapis/synthtoolSource-Sha: f5c5904fb0c6aa3b3730eadf4e5a4485afc65726Source-Link:googleapis/synthtool@f5c5904
    @yoshi-automation
    yoshi-automation authoredApr 2, 2021
    Configuration menu
    Copy the full SHA
    49c6755View 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 <partheniou@google.com>Source-Date: Tue Apr 6 11:32:03 2021 -0400Source-Repo: googleapis/synthtoolSource-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bcSource-Link:googleapis/synthtool@5b5bf6d
    @yoshi-automation
    yoshi-automation authoredApr 7, 2021
    Configuration menu
    Copy the full SHA
    8c7ac29View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    282725dView 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
    dandhlee authoredApr 16, 2021
    Configuration menu
    Copy the full SHA
    ed09227View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    f87bccbView 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
    parthea authoredMay 3, 2021
    Configuration menu
    Copy the full SHA
    6ae04a8View 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
    google-cloud-policy-bot[bot] authoredMay 12, 2021
    Configuration menu
    Copy the full SHA
    91ca1c2View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9123439View 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
    gcf-owl-bot[bot] authoredMay 16, 2021
    Configuration menu
    Copy the full SHA
    03a79f1View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    15aca6bView 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
    release-please[bot] authoredMay 18, 2021
    Configuration menu
    Copy the full SHA
    c4ff747View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp