-
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: v2.1.0
head repository: googleapis/python-bigquery-datatransfer
compare: v3.0.0
- 12 commits
- 31 files changed
- 6 contributors
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 629a088 - Browse repository at this point
Copy the full SHA 629a088View commit details
Commits on Oct 13, 2020
-
fix!: avoid collision with built-in functions by renaming type proper…
…ty to type_ (#53) BREAKING CHANGE: type is renamed to type_ to avoid conflict with built-in functions (introduced in googleapis/gapic-generator-python#595) * 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(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for samples https://github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32 `BUILD_SPECIFIC_GCLOUD_PROJECT` is an alternate project used for sample tests that do poorly with concurrent runs on the same project. Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Sep 30 13:06:03 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4 Source-Link: googleapis/synthtool@9b0da52 Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
Configuration menu - View commit details
-
Copy full SHA for b954411 - Browse repository at this point
Copy the full SHA b954411View commit details
Commits on Oct 16, 2020
-
chore(python): use 'setup.py' to detect repo root (#65)
Closes #792 Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Fri Oct 9 15:06:33 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: e0ae456852bf22f38796deb79cff30b516fde244 Source-Link: googleapis/synthtool@e0ae456
Configuration menu - View commit details
-
Copy full SHA for bbe50e6 - Browse repository at this point
Copy the full SHA bbe50e6View commit details
Commits on Oct 21, 2020
-
chore: standardize bigquerydatatransfer_update_config region tag (#68)
This merges the Python and Java samples into a single region tag.
Configuration menu - View commit details
-
Copy full SHA for 56fbccb - Browse repository at this point
Copy the full SHA 56fbccbView commit details
Commits on Nov 5, 2020
-
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for dc2500f - Browse repository at this point
Copy the full SHA dc2500fView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e0bcedb - Browse repository at this point
Copy the full SHA e0bcedbView commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f58eb83 - Browse repository at this point
Copy the full SHA f58eb83View commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dfefc29 - Browse repository at this point
Copy the full SHA dfefc29View commit details -
test: test with Python 3.9 (#72)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ef2fb56d-4b10-4e45-8104-bc22daa12a51/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@e89175c Source-Link: googleapis/synthtool@1f1148d Source-Link: googleapis/synthtool@3d3e94c Source-Link: googleapis/synthtool@6542bd7 Source-Link: googleapis/synthtool@ea52b8a Source-Link: googleapis/synthtool@5f6ef0e Source-Link: googleapis/synthtool@da5c605 Source-Link: googleapis/synthtool@477764c PiperOrigin-RevId: 335110052 Source-Link: googleapis/googleapis@eabe7c0
Configuration menu - View commit details
-
Copy full SHA for 3fb982c - Browse repository at this point
Copy the full SHA 3fb982cView commit details
Commits on Dec 9, 2020
-
chore: sort exception types (#77)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
Configuration menu - View commit details
-
Copy full SHA for 090a98f - Browse repository at this point
Copy the full SHA 090a98fView commit details -
docs: update intersphinx links (#78)
* 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. * docs(python): update intersphinx for grpc and auth * docs(python): update intersphinx for grpc and auth * use https for python intersphinx Co-authored-by: Tim Swast <swast@google.com> Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Nov 18 14:37:25 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9 Source-Link: googleapis/synthtool@9a7d9fb * docs(python): fix intersphinx link for google-auth Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Nov 19 10:16:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984 Source-Link: googleapis/synthtool@a073c87 * chore: add config / docs for 'pre-commit' support Source-Author: Tres Seaver <tseaver@palladion.com> Source-Date: Tue Dec 1 16:01:20 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: 32af6da519a6b042e3da62008e2a75e991efb6b4 Source-Link: googleapis/synthtool@32af6da * chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.3.0 Source-Author: WhiteSource Renovate <bot@renovateapp.com> Source-Date: Wed Dec 2 17:18:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: 69629b64b83c6421d616be2b8e11795738ec8a6c Source-Link: googleapis/synthtool@69629b6 * test(python): give filesystem paths to pytest-cov https://pytest-cov.readthedocs.io/en/latest/config.html The pytest-cov docs seem to suggest a filesystem path is expected. Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Dec 2 09:28:04 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: f94318521f63085b9ccb43d42af89f153fb39f15 Source-Link: googleapis/synthtool@f943185 * chore: update noxfile.py.j2 * Update noxfile.py.j2 add changes from @glasnt to the template template to ensure that enforcing type hinting doesn't fail for repos with the sample noxfile (aka all samples repos) See https://github.com/GoogleCloudPlatform/python-docs-samples/pull/4869/files for context * fix typo Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Thu Dec 3 13:44:30 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1 Source-Link: googleapis/synthtool@18c5dbd
Configuration menu - View commit details
-
Copy full SHA for a78ba39 - Browse repository at this point
Copy the full SHA a78ba39View commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d10a89 - Browse repository at this point
Copy the full SHA 1d10a89View 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 v2.1.0...v3.0.0