Skip to content
This repository was archived by the owner on Mar 6, 2026. 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 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.28.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 4 commits
  • 78 files changed
  • 2 contributors

Commits on Sep 25, 2020

  1. chore: add CI secrets manager (via synth) (#271)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/5da1d2aa-a963-44d1-952a-3ed428de6719/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@27f4406
    Source-Link: googleapis/synthtool@dba48bb
    Source-Link: googleapis/synthtool@257fda1
    Source-Link: googleapis/synthtool@ffcee79
    Source-Link: googleapis/synthtool@d302f93
    yoshi-automation authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    fe54cb7 View commit details
    Browse the repository at this point in the history
  2. chore: update protoc-generated comments (via synth) (#270)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/5da1d2aa-a963-44d1-952a-3ed428de6719/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    PiperOrigin-RevId: 327026955
    Source-Link: googleapis/googleapis@0dc0a6c
    yoshi-automation authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    fbbe0cb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. chore: Prepare for 2.0 release (#278)

    * Remove BQ Storage v1beta1 compatibility code
    
    * Adjust code to new BQ Storage 2.0
    
    * Remove Python 2/3 compatibility code
    
    * Bump test coverage to 100%
    
    * Update supported Python versions in README
    
    * Add UPGRADING guide.
    
    * Regenerate bigquery_v2 code with microgenerator
    
    * Adjust hand-written unit tests to regened BQ v2
    
    * Adjust samples to BQ v2 regenerated code
    
    * Adjust system tests to regenerated BQ v2
    
    * Skip failing generated unit test
    
    The assertion seems to fail for a banal reason, i.e. an extra newline
    in the string representation.
    
    * Delete Kokoro config for Python 2.7
    
    * Fix docs build
    
    * Undelete failing test, but mark as skipped
    
    * Fix namespace name in docstrings and comments
    
    * Define minimum dependency versions for Python 3.6
    
    * Exclude autogenerated docs from docs index
    
    * Exclude generated services from the library
    
    There are currently no public API endpoints for the ModelServiceClient,
    thus there is no point in generating that code in the first place.
    
    * Bump minumum proto-plus version to 1.10.0
    
    The old pin (1.4.0) does not work, tests detected some problem.
    
    * Include generated types in the docs and rebuild
    
    * Ignore skipped test in coverage check
    
    * Explain moved enums in UPGRADING guide
    plamut authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    cbcb4b8 View commit details
    Browse the repository at this point in the history
  2. chore: Release v2.0.0 (#284)

    This pull request was generated using releasetool.
    plamut authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    114489e View commit details
    Browse the repository at this point in the history
Loading