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-pubsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.12.1
Choose a base ref
Loading
...
head repository:googleapis/python-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.13.0
Choose a head ref
Loading
  • 13commits
  • 20files changed
  • 7contributors

Commits on May 12, 2022

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

Commits on May 16, 2022

  1. Tests: Remove shared subscriptions across parallel tests (#669)

    In samples/snippets/noxfile.py, tests are run in parallel if pytest-parallel is installed.This resulted in tests failing in CI that did not fail locally. Because of the use of shared subscription names across tests running in parallel, some tests were deleting a subscription, while others were attempting to receive messages.This PR removes all subscription test fixtures that created and deleted subscriptions that were reused across tests in samples/snippets/subscriber_test.py, instead repeating the creation logic within each test, with a different subscription name per test, to allow tests to run in parallel without failures.Also includes unrelated formatting changes due to linting changes.Fixes#668🦕
    @acocuzzo
    acocuzzo authoredMay 16, 2022
    Configuration menu
    Copy the full SHA
    8513f53View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. feat: add BigQuery configuration for subscriptions (#685)

    * feat: add BigQuery configuration for subscriptionsPiperOrigin-RevId: 449031535Source-Link:googleapis/googleapis@feec34dSource-Link:googleapis/googleapis-gen@89664e9Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODk2NjRlOTcwOGMxOWQ1MzJjNjNmN2ExNmZkNzljYjYzMWQ4N2FhMSJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredMay 19, 2022
    Configuration menu
    Copy the full SHA
    6fa03beView commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on May 27, 2022

  1. fix: add info log for bidi streaming pull ack_deadline requests (#692)

    * fix add info logg on bidi streaming pull ack_deadline changes* adding test coverage for logging
    @acocuzzo
    acocuzzo authoredMay 27, 2022
    Configuration menu
    Copy the full SHA
    fcb67ddView commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. chore(deps): add asyncio-mode=strict (#695)

    * chore(dependencies): add asyncio-mode=strict* run only >3.6* add to extras by python* add arg only after 3.6* lint and remove comments* Revert "lint and remove comments"This reverts commit2c12c3f.* fix lint and comments
    @acocuzzo
    acocuzzo authoredMay 29, 2022
    Configuration menu
    Copy the full SHA
    d647d36View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. chore: use gapic-generator-python 1.0.0 (#691)

    - [ ] Regenerate this pull request now.PiperOrigin-RevId: 451250442Source-Link:googleapis/googleapis@cca5e81Source-Link:googleapis/googleapis-gen@0b219daCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIyMTlkYTE2MWE4YmRjYzNjNmY3YjJlZmNkODIxMDUxODJhMzBjYSJ9
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredMay 30, 2022
    Configuration menu
    Copy the full SHA
    fb493bdView commit details
    Browse the repository at this point in the history
  2. chore(revert): use gapic-generator-python 1.0.0 (#696)

    * Revert "chore: use gapic-generator-python 1.0.0 (#691)"This reverts commitfb493bd.* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @parthea@gcf-owl-bot
    parthea andgcf-owl-bot[bot] authoredMay 30, 2022
    Configuration menu
    Copy the full SHA
    cb45591View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

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

Commits on Jun 2, 2022

  1. fix(deps): require protobuf <4.0.0dev (#699)

    Towards b/234444818
    @parthea
    parthea authoredJun 2, 2022
    Configuration menu
    Copy the full SHA
    dcdf013View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    eae1a01View commit details
    Browse the repository at this point in the history
  2. ci: add owlbot-post-processor to required checks (#698)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @acocuzzo@parthea
    acocuzzo andparthea authoredJun 6, 2022
    Configuration menu
    Copy the full SHA
    a453fd2View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. chore(main): release 2.13.0 (#686)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>Co-authored-by: Anna Cocuzzo <63511057+acocuzzo@users.noreply.github.com>
    @release-please@acocuzzo
    release-please[bot] andacocuzzo authoredJun 7, 2022
    Configuration menu
    Copy the full SHA
    5ba4c23View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp