-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: googleapis/java-bigquery
base: v1.116.10
head repository: googleapis/java-bigquery
compare: v1.117.0
- 19 commits
- 77 files changed
- 7 contributors
Commits on Aug 12, 2020
-
chore: release 1.116.11-SNAPSHOT (#670)
🤖 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 ce17e56 - Browse repository at this point
Copy the full SHA ce17e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 813584e - Browse repository at this point
Copy the full SHA 813584eView commit details -
docs: update samples README.md (#667)
* docs: update samples README.md and refactor SimpleQuery * fix typos * revert back changes to SimpleQuery
Configuration menu - View commit details
-
Copy full SHA for 60d904b - Browse repository at this point
Copy the full SHA 60d904bView commit details -
deps: update dependency com.google.apis:google-api-services-bigquery …
…to v2-rev20200805-1.30.10 (#672)
Configuration menu - View commit details
-
Copy full SHA for 3e578f4 - Browse repository at this point
Copy the full SHA 3e578f4View commit details
Commits on Aug 13, 2020
-
changes without context (#674)
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 ca8891c - Browse repository at this point
Copy the full SHA ca8891cView commit details
Commits on Aug 14, 2020
-
chore(deps): update dependency com.google.cloud:libraries-bom to v9 (#…
…675) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | major | `8.1.0` -> `9.0.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#googleapis/java-bigquery).
Configuration menu - View commit details
-
Copy full SHA for 778c80d - Browse repository at this point
Copy the full SHA 778c80dView commit details -
changes without context (#676)
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 d52a51a - Browse repository at this point
Copy the full SHA d52a51aView commit details
Commits on Aug 17, 2020
-
chore(deps): update dependency com.google.cloud:libraries-bom to v9.1…
….0 (#677) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `9.0.0` -> `9.1.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-bigquery).
Configuration menu - View commit details
-
Copy full SHA for 71c60cc - Browse repository at this point
Copy the full SHA 71c60ccView commit details
Commits on Aug 18, 2020
-
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 5acb756 - Browse repository at this point
Copy the full SHA 5acb756View commit details
Commits on Aug 19, 2020
-
docs(samples): fix checkstyle errors (#682)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [X] Ensure the tests and linter pass - [X] Code coverage does not decrease (if any source code was changed) - [X] Appropriate docs were updated (if necessary) Fixes #681
Praful Makani authoredAug 19, 2020 Configuration menu - View commit details
-
Copy full SHA for fe5abc0 - Browse repository at this point
Copy the full SHA fe5abc0View commit details
Commits on Aug 20, 2020
-
docs(samples): add samples lint job and fix lint issues (#684)
* 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(java_templates): add lint/static analysis presubmit checks for samples * chore(java_templates): add lint/static analysis presubmit checks for samples * chore: fix trailing whitespace Source-Author: Jeff Ching <chingor@google.com> Source-Date: Mon Aug 17 14:29:16 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: c3caf0704f25a0c365f1c315e804a30b87c62a75 Source-Link: googleapis/synthtool@c3caf07 * chore(java_templates): stop running pmd/spotbugs checks for samples This was creating too much noise. We will revisit with other options and/or tune these checks. Source-Author: Jeff Ching <chingor@google.com> Source-Date: Wed Aug 19 12:26:49 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9602086c6c5b05db77950c7f7495a2a3868f3537 Source-Link: googleapis/synthtool@9602086Configuration menu - View commit details
-
Copy full SHA for f08becc - Browse repository at this point
Copy the full SHA f08beccView commit details
Commits on Aug 25, 2020
-
feat: support for Table ACLs (#653)
* feat: bigquery table acls * incremental updates * syntax * cleanup warnings * add policy conversion tests * add BigQueryImpl testing * cleanup tests * address mock issue * plumb in testIamPermissions and impl test * add integration test * drop empty check * allow more permissive policy conversions for (empty bindings) * more null fun * add clirr-ignored-differences.xml for new methods added to interfaces Co-authored-by: stephwang <stephwang@google.com>
Configuration menu - View commit details
-
Copy full SHA for f0e67d8 - Browse repository at this point
Copy the full SHA f0e67d8View commit details -
feat: add jmh benchmark module (#686)
* add jmh benchmark * fix typo for jar name * update README.md with additional instructions to run Benchmarks * update benchmarkMode to AverageTime and reduce iterations Co-authored-by: stephwang <stephwang@google.com>
Configuration menu - View commit details
-
Copy full SHA for a0e760f - Browse repository at this point
Copy the full SHA a0e760fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd5c5c - Browse repository at this point
Copy the full SHA 8bd5c5cView commit details -
fix: temporarily disable reporting to unblock releases (#692)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/00009db7-1f0c-4b7b-8206-8bb9cd926177/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@968465a
Configuration menu - View commit details
-
Copy full SHA for c1f5533 - Browse repository at this point
Copy the full SHA c1f5533View commit details -
build(deps): update dependency org.apache.maven.plugins:maven-compile…
…r-plugin to v3.8.1 (#688)
Configuration menu - View commit details
-
Copy full SHA for f7f348f - Browse repository at this point
Copy the full SHA f7f348fView commit details -
build(deps): update dependency org.apache.maven.plugins:maven-shade-p…
…lugin to v3.2.4 (#689)
Configuration menu - View commit details
-
Copy full SHA for acc57f1 - Browse repository at this point
Copy the full SHA acc57f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f7632 - Browse repository at this point
Copy the full SHA 44f7632View commit details -
* chore: updated CHANGELOG.md [ci skip] * chore: updated README.md [ci skip] * chore: updated versions.txt [ci skip] * chore: updated samples/pom.xml [ci skip] * chore: updated google-cloud-bigquery/pom.xml [ci skip] * chore: updated samples/snapshot/pom.xml [ci skip] * chore: updated samples/install-without-bom/pom.xml [ci skip] * chore: updated samples/snippets/pom.xml [ci skip] * chore: updated pom.xml [ci skip] * chore: updated benchmark/pom.xml Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 73763a5 - Browse repository at this point
Copy the full SHA 73763a5View 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.116.10...v1.117.0