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
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
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-tasks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.4.0
Choose a base ref
Loading
...
head repository:googleapis/python-tasks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.5.0
Choose a head ref
Loading
  • 6commits
  • 8files changed
  • 5contributors

Commits on Jul 3, 2021

  1. chore(deps): update dependency google-cloud-tasks to v2.4.0 (#127)

    [![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-cloud-tasks](https://togithub.com/googleapis/python-tasks) | `==2.3.0` -> `==2.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) |---### Release Notes<details><summary>googleapis/python-tasks</summary>### [`v2.4.0`](https://togithub.com/googleapis/python-tasks/blob/master/CHANGELOG.md#&#8203;240-httpswwwgithubcomgoogleapispython-taskscomparev230v240-2021-07-01)[Compare Source](https://togithub.com/googleapis/python-tasks/compare/v2.3.0...v2.4.0)##### Features-   add always_use_jwt_access ([#&#8203;122](https://www.github.com/googleapis/python-tasks/issues/122)) ([87c9ccc](https://www.github.com/googleapis/python-tasks/commit/87c9cccb42237eb421c72411652985a7fbe1c16a))##### Bug Fixes-   disable always_use_jwt_access ([#&#8203;126](https://www.github.com/googleapis/python-tasks/issues/126)) ([54d2286](https://www.github.com/googleapis/python-tasks/commit/54d2286b153c36b7a50b5a936517aa59e10ad27c))-   update sample for task name ([#&#8203;120](https://www.github.com/googleapis/python-tasks/issues/120)) ([b1be2de](https://www.github.com/googleapis/python-tasks/commit/b1be2de174fc37d0eb90bbf877851c11ddb14907))##### Documentation-   omit mention of Python 2.7 in CONTRIBUTING.rst ([#&#8203;116](https://www.github.com/googleapis/python-tasks/issues/116)) ([0732ab7](https://www.github.com/googleapis/python-tasks/commit/0732ab7d726fdf564897fad009f8a5da45b5c017)), closes [#&#8203;1126](https://www.github.com/googleapis/python-tasks/issues/1126)</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/python-tasks).
    @renovate-bot
    renovate-bot authoredJul 3, 2021
    Configuration menu
    Copy the full SHA
    47b9c1cView commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. build(python): exit with success status if no samples found (#132)

    Source-Link:googleapis/synthtool@53ea389Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:e1793a23ae0ee9aafb2e3a53b564a351f74790dbe3c2d75f8fc3b8c43e5c036c
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredJul 14, 2021
    Configuration menu
    Copy the full SHA
    bf9190fView commit details
    Browse the repository at this point in the history
  2. build(python): remove python 3.7 from kokoro Dockerfile (#133)

    Source-Link:googleapis/synthtool@e44dc0cPost-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:5ff7446edeaede81c3ed58b23a4e76a5403fba1350ce28478045657303b6479d
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredJul 14, 2021
    Configuration menu
    Copy the full SHA
    e116459View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x …

    …versions (#134)Expand pins on library dependencies in preparation for these dependencies taking a new major version. Seegoogleapis/google-cloud-python#10566.
    @busunkim96
    busunkim96 authoredJul 20, 2021
    Configuration menu
    Copy the full SHA
    fd3cb31View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. feat: Setaudiencefield in authenticated HTTP task example (#138)

    * Add explicit `audience1 fieldUnset `audience` will be take the URL as default value. When there are query and fragment parts, this would lead to authentication errors (401).* Add explicit `audience1 fieldfeat: Set `audience` in authenticated HTTP taskUnset `audience` will be take the URL as default value. When there are query and fragment parts, this would lead to authentication errors (401).* feat: Add explicit `audience1 fieldUnset `audience` will be take the URL as default value. When there are query and fragment parts, this would lead to authentication errors (401).
    @ehsan-karamad
    ehsan-karamad authoredJul 21, 2021
    Configuration menu
    Copy the full SHA
    7a5a0c6View commit details
    Browse the repository at this point in the history
  2. chore: release 2.5.0 (#139)

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

[8]ページ先頭

©2009-2025 Movatter.jp