-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: googleapis/java-bigquerydatatransfer
base: v1.0.16
head repository: googleapis/java-bigquerydatatransfer
compare: v1.0.17
- 16 commits
- 15 files changed
- 4 contributors
Commits on Oct 26, 2020
-
chore: regenerate README (#468)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-26 17:47:00,888 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-26 17:47:01,842 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/1dc3e8a9-4e9b-496b-9fa1-84348fe7ca15/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for e911e30 - Browse repository at this point
Copy the full SHA e911e30View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-bigquery…
…datatransfer to v1.0.16 (#469)
Configuration menu - View commit details
-
Copy full SHA for 2033c72 - Browse repository at this point
Copy the full SHA 2033c72View commit details -
chore: regenerate README (#471)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-26 19:43:27,561 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-26 19:43:28,496 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/04be44b9-c0e5-40a7-993e-e95ee137e74b/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for f577df9 - Browse repository at this point
Copy the full SHA f577df9View commit details
Commits on Oct 27, 2020
-
chore(deps): update dependency com.google.cloud:libraries-bom to v13.…
…3.0 (#472) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `13.2.0` -> `13.3.0` | --- ### 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/java-bigquerydatatransfer).
Configuration menu - View commit details
-
Copy full SHA for fc3c197 - Browse repository at this point
Copy the full SHA fc3c197View commit details -
chore: release 1.0.17-SNAPSHOT (#470)
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for 7c8f44f - Browse repository at this point
Copy the full SHA 7c8f44fView commit details -
chore: regenerate README (#473)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-27 14:54:30,330 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-27 14:54:31,226 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/2f48ca87-3282-428d-865b-8d52091b4f2c/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for 4da5f3f - Browse repository at this point
Copy the full SHA 4da5f3fView commit details -
ci: restrict nightly samples jobs to run only in snippets/ (#474)
To address further RESOURCE_EXHAUSTED errors from nightly samples runs 
Configuration menu - View commit details
-
Copy full SHA for 7bf9692 - Browse repository at this point
Copy the full SHA 7bf9692View commit details -
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v0.9.4 (#475) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | patch | `0.9.3` -> `0.9.4` | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v0.9.4`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​094-httpswwwgithubcomgoogleapisjava-shared-configcomparev093v094-2020-10-21) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.9.3...v0.9.4) </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/java-bigquerydatatransfer).
Configuration menu - View commit details
-
Copy full SHA for 06a6f2c - Browse repository at this point
Copy the full SHA 06a6f2cView commit details
Commits on Oct 30, 2020
-
chore(java): enable generated-files-bot (#477)
This bot will comment on pull requests that modify templated files. For java, we configure to read from our 2 synth.metadata files: (primary templates and README) Source-Author: Jeff Ching <chingor@google.com> Source-Date: Fri Oct 30 14:22:02 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: b19b401571e77192f8dd38eab5fb2300a0de9324 Source-Link: googleapis/synthtool@b19b401
Configuration menu - View commit details
-
Copy full SHA for 78c6e6c - Browse repository at this point
Copy the full SHA 78c6e6cView commit details
Commits on Nov 1, 2020
-
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v0.14.1 (#479)
Configuration menu - View commit details
-
Copy full SHA for cae3350 - Browse repository at this point
Copy the full SHA cae3350View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbef6b8 - Browse repository at this point
Copy the full SHA fbef6b8View commit details -
chore(deps): update dependency com.google.cloud:libraries-bom to v13.…
…4.0 (#478) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `13.3.0` -> `13.4.0` | --- ### 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/java-bigquerydatatransfer).
Configuration menu - View commit details
-
Copy full SHA for 7f064af - Browse repository at this point
Copy the full SHA 7f064afView commit details -
chore: regenerate README (#481)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-01 16:12:17,360 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-01 16:12:18,343 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/4e92d291-53f2-4640-b6f5-ea35c063b8d3/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for 9bf8bad - Browse repository at this point
Copy the full SHA 9bf8badView commit details
Commits on Nov 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9d3e15a - Browse repository at this point
Copy the full SHA 9d3e15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for becb957 - Browse repository at this point
Copy the full SHA becb957View commit details -
🤖 I have created a release \*beep\* \*boop\* --- ### [1.0.17](https://www.github.com/googleapis/java-bigquerydatatransfer/compare/v1.0.16...v1.0.17) (2020-11-02) ### Dependencies * update dependency com.google.cloud:google-cloud-bigquery to v1.124.1 ([#476](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/476)) ([fbef6b8](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/fbef6b855cea09e3e618a3e038c63d6bf1d48e45)) * update dependency com.google.cloud:google-cloud-bigquery to v1.124.2 ([#482](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/482)) ([9d3e15a](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/9d3e15a6490b15a7ef4e944ff0d3c73abe945ec1)) * update dependency com.google.cloud:google-cloud-pubsub to v1.108.7 ([#483](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/483)) ([becb957](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/becb9574a444119f003141d3f4cac4cf758613d2)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#479](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/479)) ([cae3350](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/cae33508918d63bbefd1a73923dd079afa756c72)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for 236fb77 - Browse repository at this point
Copy the full SHA 236fb77View 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 v1.0.16...v1.0.17