- Notifications
You must be signed in to change notification settings - Fork321
chore: sync main into v3 branch#1109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
750c15d chore(deps): update all dependencies (#1089)
renovate-bot881c081 chore: update .repo-metadata.json (#1093)
parthea9e0ce1f test: avoid flake if connections were already open at start (#1096)
tswastdcb8728 chore(deps): update all dependencies (#1091)
renovate-bot82e0a7c chore(deps): update all dependencies (#1098)
renovate-botef1f2cb README: Update supported Python versions (#1100)
hugovk18ee0b7 chore(samples): Add check for tests in directory (#1103)
gcf-owl-bot[bot]e23114c fix: remove query text from exception message, use `exception.debug_m…
tswast073c9d3 build: switch to release-please for tagging (#1107)
gcf-owl-bot[bot]643b333 chore(main): release 2.32.0 (#1104)
release-please[bot]aea8d55 chore: sync main into v3 branch
tswast144cbf4 chore(deps): update all dependencies (#1101)
renovate-bot51aced2 chore(python): update release.sh to use keystore (#1111)
gcf-owl-bot[bot]f54d81f test: make GC check resilient to broken weakrefs (#1099)
msuozzofa8aea0 chore(python): Noxfile recognizes that tests can live in a folder (#1…
gcf-owl-bot[bot]727a18d Merge branch 'v3' into sync-v3
tswastc58ba76 Merge remote-tracking branch 'upstream/main' into sync-v3
tswastFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion.github/.OwlBot.lock.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| docker: | ||
| image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | ||
| digest: sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828 |
1 change: 1 addition & 0 deletions.github/release-please.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| releaseType: python | ||
| handleGHRelease: true |
1 change: 1 addition & 0 deletions.github/release-trigger.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| enabled: true |
2 changes: 1 addition & 1 deletion.kokoro/release.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
12 changes: 11 additions & 1 deletion.kokoro/release/common.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions.repo-metadata.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletionsCHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletionsREADME.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
19 changes: 13 additions & 6 deletionsgoogle/cloud/bigquery/job/query.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
71 changes: 40 additions & 31 deletionssamples/geography/noxfile.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
27 changes: 11 additions & 16 deletionssamples/geography/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,51 +1,46 @@ | ||
| attrs==21.4.0 | ||
| certifi==2021.10.8 | ||
| cffi==1.15.0 | ||
| charset-normalizer==2.0.10 | ||
| click==8.0.3 | ||
| click-plugins==1.1.1 | ||
| cligj==0.7.2 | ||
| dataclasses==0.8; python_version < '3.7' | ||
| db-dtypes==0.3.1 | ||
| Fiona==1.8.20 | ||
| geojson==2.5.0 | ||
| geopandas==0.9.0; python_version < '3.7' | ||
| geopandas==0.10.2; python_version >= '3.7' | ||
| google-api-core==2.4.0 | ||
| google-auth==2.3.3 | ||
| google-cloud-bigquery==2.31.0 | ||
| google-cloud-bigquery-storage==2.10.1 | ||
| google-cloud-core==2.2.1 | ||
| google-crc32c==1.3.0 | ||
| google-resumable-media==2.1.0 | ||
| googleapis-common-protos==1.54.0 | ||
| grpcio==1.43.0 | ||
| idna==3.3 | ||
| libcst==0.4.0 | ||
| munch==2.5.0 | ||
| mypy-extensions==0.4.3 | ||
| packaging==21.3 | ||
| pandas==1.1.5; python_version < '3.7' | ||
| pandas==1.3.5; python_version >= '3.7' | ||
| proto-plus==1.19.8 | ||
| protobuf==3.19.3 | ||
| pyarrow==6.0.1 | ||
| pyasn1==0.4.8 | ||
| pyasn1-modules==0.2.8 | ||
| pycparser==2.21 | ||
| pyparsing==3.0.6 | ||
| python-dateutil==2.8.2 | ||
| pytz==2021.3 | ||
| PyYAML==6.0 | ||
| requests==2.27.1 | ||
| rsa==4.8 | ||
| Shapely==1.8.0 | ||
| six==1.16.0 | ||
| typing-extensions==4.0.1 | ||
| typing-inspect==0.7.1 | ||
| urllib3==1.26.8 |
71 changes: 40 additions & 31 deletionssamples/magics/noxfile.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.