-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-datatransfer
base: v3.0.0
head repository: googleapis/python-bigquery-datatransfer
compare: v3.0.1
- 20 commits
- 60 files changed
- 7 contributors
Commits on Dec 9, 2020
-
docs: add sample for dataset copy (#76)
* docs: add sample for dataset copy * add google-cloud-bigquery to test requirements * use relative imports to hopefully fix lint
Configuration menu - View commit details
-
Copy full SHA for f6d2c5b - Browse repository at this point
Copy the full SHA f6d2c5bView commit details -
chore(deps): update dependency google-cloud-bigquery-datatransfer to …
…v3 (#81) [](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-cloud-bigquery-datatransfer](https://togithub.com/googleapis/python-bigquery-datatransfer) | major | `==2.1.0` -> `==3.0.0` | --- ### Release Notes <details> <summary>googleapis/python-bigquery-datatransfer</summary> ### [`v3.0.0`](https://togithub.com/googleapis/python-bigquery-datatransfer/blob/master/CHANGELOG.md#​300-httpswwwgithubcomgoogleapispython-bigquery-datatransfercomparev210v300-2020-12-09) [Compare Source](https://togithub.com/googleapis/python-bigquery-datatransfer/compare/v2.1.0...v3.0.0) ##### ⚠ BREAKING CHANGES - type is renamed to type\_ to avoid conflict with built-in functions (introduced in [googleapis/gapic-generator-python#​595](https://togithub.com/googleapis/gapic-generator-python/issues/595)) ##### Features - add common resource path helpers ([#​69](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/69)) ([e0bcedb](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/e0bcedb58109e38a58584d5b3087f03e1fa10835)) ##### Bug Fixes - avoid collision with built-in functions by renaming type property to type\_ ([#​53](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/53)) ([b954411](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/b95441140f7c86dd3e833aef0532badd6280ef48)), closes [/github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32](https://www.github.com/googleapis//github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py/issues/L27-L32) ##### Documentation - update intersphinx links ([#​78](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/78)) ([a78ba39](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/a78ba39bf1507cbc9e2a51fe4553d602da7f7601)) </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/python-bigquery-datatransfer).
Configuration menu - View commit details
-
Copy full SHA for aa216bf - Browse repository at this point
Copy the full SHA aa216bfView commit details
Commits on Dec 10, 2020
-
docs: remove out-of-date sample from README (#80)
See samples/ directory for maintained and tested samples
Configuration menu - View commit details
-
Copy full SHA for af0406e - Browse repository at this point
Copy the full SHA af0406eView commit details
Commits on Dec 14, 2020
-
fix: remove recv msg limit, add enums to
types
(#84)PiperOrigin-RevId: 347055288
Configuration menu - View commit details
-
Copy full SHA for 3e2bbef - Browse repository at this point
Copy the full SHA 3e2bbefView commit details
Commits on Dec 15, 2020
-
docs: add scheduled query samples (#83)
* docs: add scheduled query samples * test: opt-out of type annotations for now * test: use environment variable for project ID * set quota project * consolidate config creation to conserve quota
Configuration menu - View commit details
-
Copy full SHA for cd51970 - Browse repository at this point
Copy the full SHA cd51970View commit details
Commits on Dec 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 093e407 - Browse repository at this point
Copy the full SHA 093e407View commit details -
test: add system tests for mTLS testing (#88)
* test: add system tests for mTLS testing * Update tests/system.py
Configuration menu - View commit details
-
Copy full SHA for 67591d9 - Browse repository at this point
Copy the full SHA 67591d9View commit details -
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.…
…4.0 (#87) Co-authored-by: Tres Seaver <tseaver@palladion.com> Source-Author: WhiteSource Renovate <bot@renovateapp.com> Source-Date: Wed Dec 16 18:13:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: aa255b15d52b6d8950cca48cfdf58f7d27a60c8a Source-Link: googleapis/synthtool@aa255b1
Configuration menu - View commit details
-
Copy full SHA for c0ec019 - Browse repository at this point
Copy the full SHA c0ec019View commit details
Commits on Dec 28, 2020
-
docs(python): document adding Python 3.9 support, dropping 3.5 support (
#89) Closes #787 Source-Author: Tres Seaver <tseaver@palladion.com> Source-Date: Thu Dec 17 16:08:02 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: b670a77a454f415d247907908e8ee7943e06d718 Source-Link: googleapis/synthtool@b670a77
Configuration menu - View commit details
-
Copy full SHA for dd84592 - Browse repository at this point
Copy the full SHA dd84592View commit details
Commits on Dec 29, 2020
-
chore: exclude
.nox
directories from linting (#91)The samples tests create `.nox` directories with all dependencies installed. These directories should be excluded from linting. I've tested this change locally, and it significantly speeds up linting on my machine. Source-Author: Tim Swast <swast@google.com> Source-Date: Tue Dec 22 13:04:04 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 373861061648b5fe5e0ac4f8a38b32d639ee93e4 Source-Link: googleapis/synthtool@3738610
Configuration menu - View commit details
-
Copy full SHA for 85f6c97 - Browse repository at this point
Copy the full SHA 85f6c97View commit details
Commits on Jan 6, 2021
-
chore: add constraints file (#92)
* chore: add comnstraints file * chore: add comnstraints file * chore: add comnstraints file * chore: add comnstraints file * chore: add comnstraints file * chore: add comnstraints file
Configuration menu - View commit details
-
Copy full SHA for 50d8d0b - Browse repository at this point
Copy the full SHA 50d8d0bView commit details
Commits on Jan 14, 2021
-
docs: ensure minimum width for 'Parameters' / 'Returns' column (#95)
* chore(python): fix column sizing issue in docs Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Jan 7 11:58:32 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: f15b57ccfd71106c2299e9b89835fe6e55015662 Source-Link: googleapis/synthtool@f15b57c * chore(python): use 'http' in LICENSE Co-authored-by: Tim Swast <swast@google.com> Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Jan 7 13:05:12 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 41a4e56982620d3edcf110d76f4fcdfdec471ac8 Source-Link: googleapis/synthtool@41a4e56
Configuration menu - View commit details
-
Copy full SHA for 5c8d7c1 - Browse repository at this point
Copy the full SHA 5c8d7c1View commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96b6ec1 - Browse repository at this point
Copy the full SHA 96b6ec1View commit details
Commits on Feb 3, 2021
-
chore: only build docfx in docs-presubmit session (#97)
* chore(python): skip docfx in main presubmit * chore(python): skip docfx in main presubmit * fix: properly template the repo name Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Fri Jan 8 10:32:13 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: fb53b6fb373b7c3edf4e55f3e8036bc6d73fa483 Source-Link: googleapis/synthtool@fb53b6f * chore: add missing quotation mark Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Mon Jan 11 09:43:06 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 16ec872dd898d7de6e1822badfac32484b5d9031 Source-Link: googleapis/synthtool@16ec872 * NOX_SESSION is optional Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for af63f9e - Browse repository at this point
Copy the full SHA af63f9eView commit details
Commits on Feb 8, 2021
-
chore: update templates (#104)
* 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 3.9 to noxfile template Since the python-docs-samples noxfile-template doesn't sync with this, I wanted to make sure the noxfile template matched the most recent change [here](https://github.com/GoogleCloudPlatform/python-docs-samples/pull/4968/files) cc @tmatsuo Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Fri Jan 15 17:24:05 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 56ddc68f36b32341e9f22c2c59b4ce6aa3ba635f Source-Link: googleapis/synthtool@56ddc68 * build(python): make `NOX_SESSION` optional I added this accidentally in #889. `NOX_SESSION` should be passed down if it is set but not marked required. Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Tue Jan 19 09:38:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ba960d730416fe05c50547e975ce79fcee52c671 Source-Link: googleapis/synthtool@ba960d7 * chore: Add header checker config to python library synth Now that we have it working in [python-docs-samples](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/header-checker-lint.yml) we should consider adding it to the 🐍 libraries :) Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Mon Jan 25 13:24:08 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 573f7655311b553a937f9123bee17bf78497db95 Source-Link: googleapis/synthtool@573f765 * chore: add noxfile parameters for extra dependencies Also, add tests for some noxfile parameters for assurance that the template generates valid Python. Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Author: Tim Swast <swast@google.com> Source-Date: Tue Jan 26 12:26:57 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 778d8beae28d6d87eb01fdc839a4b4d966ed2ebe Source-Link: googleapis/synthtool@778d8be * build: migrate to flakybot Source-Author: Justin Beckwith <justin.beckwith@gmail.com> Source-Date: Thu Jan 28 22:22:38 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: d1bb9173100f62c0cfc8f3138b62241e7f47ca6a Source-Link: googleapis/synthtool@d1bb917
Configuration menu - View commit details
-
Copy full SHA for 4fa57bb - Browse repository at this point
Copy the full SHA 4fa57bbView commit details
Commits on Feb 19, 2021
-
docs: update contributing guide to Python 3.8 (#105)
* 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 <8822365+busunkim96@users.noreply.github.com> Source-Date: Fri Feb 5 17:32:06 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8 Source-Link: googleapis/synthtool@3336657 * docs: update python contributing guide Adds details about blacken, updates version for system tests, and shows how to pass through pytest arguments. Source-Author: Chris Cotter <cjcotter@google.com> Source-Date: Mon Feb 8 17:13:36 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 4679e7e415221f03ff2a71e3ffad75b9ec41d87e Source-Link: googleapis/synthtool@4679e7e
Configuration menu - View commit details
-
Copy full SHA for 678c335 - Browse repository at this point
Copy the full SHA 678c335View commit details -
chore: upgrade gapic-generator-python to 0.39.1 (#96)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5e826317-fa5c-433f-b9a3-f421ae6c6cee/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 350246057 Source-Link: googleapis/googleapis@5206824
Configuration menu - View commit details
-
Copy full SHA for 794df75 - Browse repository at this point
Copy the full SHA 794df75View commit details
Commits on Feb 22, 2021
-
build(python): enable flakybot on library unit and system tests (#107)
Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Feb 17 14:10:46 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: d17674372e27fb8f23013935e794aa37502071aa Source-Link: googleapis/synthtool@d176743
Configuration menu - View commit details
-
Copy full SHA for 3c0cb6c - Browse repository at this point
Copy the full SHA 3c0cb6cView commit details
Commits on Mar 3, 2021
-
test: install pyopenssl for mtls testing (#110)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f169e545-1f46-4498-92b8-ef79af1ecedc/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0780323
Configuration menu - View commit details
-
Copy full SHA for 465c483 - Browse repository at this point
Copy the full SHA 465c483View commit details
Commits on Mar 9, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e189b6 - Browse repository at this point
Copy the full SHA 2e189b6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v3.0.1