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-bigquery-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: googleapis/python-bigquery-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 15 commits
  • 28 files changed
  • 5 contributors

Commits on Jan 26, 2021

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

Commits on Jan 28, 2021

  1. chore: remove hack for installing extras from synth.py (#118)

    * WIP: default template for noxfile
    
    * chore: remove hack for installing extras from synth.py
    
    * chore: remove hack for installing extras from synth.py
    
    * chore: regenerate with new synth templates
    
    * remove python 3.9 extras
    
    * add google-cloud-bigquery to system test deps
    
    * revert changes to synth.metadata
    tswast authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c8e48c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156a07d View commit details
    Browse the repository at this point in the history
  3. chore: refresh synth.metadata (#129)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: add missing quotation mark
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Mon Jan 11 09:43:06 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 16ec872dd898d7de6e1822badfac32484b5d9031
    Source-Link: googleapis/synthtool@16ec872
    
    * chore: use name google.cloud.bigquery_storage namespace to avoid conflicts with google.cloud.bigquery
    
    PiperOrigin-RevId: 351218127
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Mon Jan 11 13:04:39 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: c8bfd324b41ad1f6f65fed124572f92fe116517b
    Source-Link: googleapis/googleapis@c8bfd32
    
    * remove required env var regression
    
    Co-authored-by: Tim Swast <[email protected]>
    yoshi-automation and tswast authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    40ca9c5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency pyarrow to v3 (#127)

    * chore(deps): update dependency pyarrow to v3
    
    * update bigquery version
    
    Co-authored-by: Tim Swast <[email protected]>
    renovate-bot and tswast authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    eabdfc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

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

Commits on Feb 3, 2021

  1. feat: add client_cert_source_for_mtls argument to transports (#135)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/3b4457c8-4080-407a-9a6d-4a48ddcea154/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    PiperOrigin-RevId: 354996675
    Source-Link: googleapis/googleapis@20712b8
    PiperOrigin-RevId: 352816749
    Source-Link: googleapis/googleapis@ceaaf31
    yoshi-automation authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    072850d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. chore: include py.typed files in release (#138)

    chore(python): include py.typed files in release
    
    A py.typed file must be included in the released package for it to be considered typed by type checkers. https://www.python.org/dev/peps/pep-0561/#packaging-type-information. See googleapis/python-secret-manager#79
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Fri Feb 5 17:32:06 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8
    Source-Link: googleapis/synthtool@3336657
    yoshi-automation authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    aae0711 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

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

Commits on Feb 17, 2021

  1. docs: update python contributing guide (#140)

    Adds details about blacken, updates version for system tests,
    and shows how to pass through pytest arguments.
    
    Source-Author: Chris Cotter <[email protected]>
    Source-Date: Mon Feb 8 17:13:36 2021 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: 4679e7e415221f03ff2a71e3ffad75b9ec41d87e
    Source-Link: googleapis/synthtool@4679e7e
    yoshi-automation authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1671056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1524d15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a18b731 View commit details
    Browse the repository at this point in the history
  4. test: add Python 3.9 to samples config (#137)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/1bd61e25-806b-44c9-b22b-04bb073a4382/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    yoshi-automation authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7ac4df6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. build(python): enable flakybot on library unit and system tests (#143)

    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
    yoshi-automation authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c0e3639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445bb49 View commit details
    Browse the repository at this point in the history
Loading