-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: googleapis/java-bigquerystorage
base: v1.2.1
head repository: googleapis/java-bigquerystorage
compare: v1.3.1
- 13 commits
- 34 files changed
- 5 contributors
Commits on Jul 21, 2020
-
chore(deps): update dependency com.google.cloud:google-cloud-bigquery…
…storage to v1.2.1 (#433)
Configuration menu - View commit details
-
Copy full SHA for e83b6b3 - Browse repository at this point
Copy the full SHA e83b6b3View commit details -
feat: re-generated to pick up changes from googleapis. (#435)
* 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. * feat: migrate bq/storage/v1beta1 to gapic v2 - adds new resource name classes PiperOrigin-RevId: 322235422 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Jul 20 15:14:29 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: d7a347b819096886f4644b0ed5a978a777f4bbb4 Source-Link: googleapis/googleapis@d7a347b * fix: add missing resource name deps to v1beta1 (#436) Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for bdf35e0 - Browse repository at this point
Copy the full SHA bdf35e0View commit details -
chore: bump dep version (#434)
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 53f7998 - Browse repository at this point
Copy the full SHA 53f7998View commit details -
chore: release 1.2.2-SNAPSHOT (#438)
* updated versions.txt [ci skip] * updated samples/pom.xml [ci skip] * updated samples/snippets/pom.xml [ci skip] * updated google-cloud-bigquerystorage-bom/pom.xml [ci skip] * updated google-cloud-bigquerystorage/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * updated pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * updated samples/snapshot/pom.xml [ci skip] * updated samples/install-without-bom/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 104112f - Browse repository at this point
Copy the full SHA 104112fView commit details -
refactor: Added Null checks for all object parameters for all public … (
#429) * refactor: Added Null checks for all object parameters for all public methods and renamed all instances of compact to compat * Fixed SchemaCompatibility naming * fix linting errors * Resolve merge conflicts * fix linting error
Configuration menu - View commit details
-
Copy full SHA for 112224b - Browse repository at this point
Copy the full SHA 112224bView commit details -
feat: Adding JsonToProtoMessage.java (#400)
* feat: Finished JsonToProtoMessage, adding in tests * Added more test cases * Draft version of JsonToProtoMessage * Fixed float types in jsonTest.proto, and added a test that checks if repeated types are optional * Fix according to PR (added case insensitive feature, added support to int32 for BQDate) * Update JsonToProtoMessage to fix allowUnknownField behavior * Fix according to PR, used case insensitive treeset for allowUnknownFields check. * Fixed according to PR * Fix test errors * Change loopiing all proto fields to looping all json fields since # of json fields <= # of proto fields * Remove unuse variable * Remove unuse variable * Removed unnecessary set * Fixed according to PR, and added proto message empty test case. * Pushed for loop to be outside of the try catches to remove unnecessary for loops. * Made tests based on self created protos * Fix jsonTest.proto * Changed throwing empty JsonException to checking for the type of the values first. This prevents catching unexpected JsonExceptions and blocking the actual error message. * Fix by specifying version in parent pom only and remove * imports for JsonToProtoMessageTests * Add in parent pom * Refactor parent pom
Configuration menu - View commit details
-
Copy full SHA for 200da6d - Browse repository at this point
Copy the full SHA 200da6dView commit details
Commits on Jul 22, 2020
-
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated samples/pom.xml [ci skip] * updated samples/snippets/pom.xml [ci skip] * updated google-cloud-bigquerystorage-bom/pom.xml [ci skip] * updated google-cloud-bigquerystorage/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * updated pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * updated samples/snapshot/pom.xml [ci skip] * updated samples/install-without-bom/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 915c6ef - Browse repository at this point
Copy the full SHA 915c6efView commit details -
Configuration menu - View commit details
-
Copy full SHA for abc1971 - Browse repository at this point
Copy the full SHA abc1971View commit details -
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 de7e561 - Browse repository at this point
Copy the full SHA de7e561View commit details
Commits on Jul 23, 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 2b60e7e - Browse repository at this point
Copy the full SHA 2b60e7eView commit details -
chore: release 1.3.1-SNAPSHOT (#442)
* updated versions.txt [ci skip] * updated samples/pom.xml [ci skip] * updated samples/snippets/pom.xml [ci skip] * updated samples/install-without-bom/pom.xml [ci skip] * updated google-cloud-bigquerystorage-bom/pom.xml [ci skip] * updated google-cloud-bigquerystorage/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * updated samples/snapshot/pom.xml [ci skip] * updated 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 5cfefd3 - Browse repository at this point
Copy the full SHA 5cfefd3View commit details
Commits on Jul 31, 2020
-
chore: add cloud-RAD for Java (#456)
Co-authored-by: Jeff Ching <chingor@google.com> Source-Author: Les Vogel <lesv@users.noreply.github.com> Source-Date: Thu Jul 30 13:09:50 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: dd230c816f88d0141fcd0be83498986287220d1b Source-Link: googleapis/synthtool@dd230c8
Configuration menu - View commit details
-
Copy full SHA for 81219b0 - Browse repository at this point
Copy the full SHA 81219b0View commit details -
* chore: updated CHANGELOG.md [ci skip] * chore: updated README.md [ci skip] * chore: updated versions.txt [ci skip] * chore: updated google-cloud-bigquerystorage-bom/pom.xml [ci skip] * chore: updated google-cloud-bigquerystorage/pom.xml [ci skip] * chore: updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * chore: updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * chore: updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * chore: updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * chore: updated pom.xml [ci skip] * chore: updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip] * chore: updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip] * chore: updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip] * chore: updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip] * chore: updated samples/snapshot/pom.xml [ci skip] * chore: updated samples/pom.xml [ci skip] * chore: updated samples/snippets/pom.xml [ci skip] * chore: updated samples/install-without-bom/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 85b9d86 - Browse repository at this point
Copy the full SHA 85b9d86View 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.2.1...v1.3.1