-
Notifications
You must be signed in to change notification settings - Fork 97
Comparing changes
Open a pull request
base repository: googleapis/java-bigtable
base: v1.12.2
head repository: googleapis/java-bigtable
compare: v1.13.0
- 19 commits
- 51 files changed
- 10 contributors
Commits on May 11, 2020
-
feat: expose new API with ReadRowsRequest in EnhancedBigtableStub (#276)
* feat: expose StreamingCallable with ReadRowsRequest in EnhancedBigtableStub This commit would enable the user to target the table using absolute resource name on each read request. Currently we expose `ServerStreamingCallable<Query, RowT>`, which does not have an option to provide different `app-profile-id` on each request. * chore: reorganized createReadRows callable methods With this commit, the public createReadRowsCallable() would refer to single createReadRowsBaseCallable.
Configuration menu - View commit details
-
Copy full SHA for 394efe4 - Browse repository at this point
Copy the full SHA 394efe4View commit details -
chore: release 1.12.3-SNAPSHOT (#300)
🤖 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 61bbdd5 - Browse repository at this point
Copy the full SHA 61bbdd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef4959 - Browse repository at this point
Copy the full SHA 0ef4959View commit details
Commits on May 12, 2020
-
chore: add github actions config for ci (#303)
* ci(java): switch to GitHub Actions (#533) * ci: switch to GitHub Actions * update based on comment Source-Author: Stephanie Wang <[email protected]> Source-Date: Mon May 11 12:54:00 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 55cdc844877d97139f25004229842624a6a86a02 Source-Link: googleapis/synthtool@55cdc84 * chore: move ci.yaml to workflows dir (#535) Source-Author: Stephanie Wang <[email protected]> Source-Date: Mon May 11 16:24:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: googleapis/synthtool@98c5077
Configuration menu - View commit details
-
Copy full SHA for 23b75ed - Browse repository at this point
Copy the full SHA 23b75edView commit details -
chore: Create CODEOWNERS (#284)
* Create CODEOWNERS Adding owner team * fix: Point to correct org
Configuration menu - View commit details
-
Copy full SHA for 0428d32 - Browse repository at this point
Copy the full SHA 0428d32View commit details
Commits on May 13, 2020
-
deps: update autovalue.version to v1.7.2 (#306)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.auto.value:auto-value-annotations](https://togithub.com/google/auto) | patch | `1.7.1` -> `1.7.2` | | [com.google.auto.value:auto-value](https://togithub.com/google/auto) | patch | `1.7.1` -> `1.7.2` | --- ### 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 these updates 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-bigtable).
Configuration menu - View commit details
-
Copy full SHA for bc215c5 - Browse repository at this point
Copy the full SHA bc215c5View commit details
Commits on May 14, 2020
-
feat: adding utility to transform protobuf into model object (#299)
* feat: adding utility to transform protobuf into model object With this commit, User shall be able to transform protobuf object to bigtable client's specific model objects. * chore: addressed feedback comments - updated the JavaDoc - marked the utility as `@BetaApi` * chore: addressed feedback comments - Rephrased Javadoc to include more explanation - change `Mutation#fromProto` visibility to package only * chore: removed VisibleForTesting annotation As Mutation#fromProto is being used by RowMutation#fromProto, So removed `@VisibleForTesting` annotation * chore: extended unit tests to verify project and instance override
Configuration menu - View commit details
-
Copy full SHA for 00f6d2d - Browse repository at this point
Copy the full SHA 00f6d2dView commit details
Commits on May 18, 2020
-
feat: Update opencensus metrics to include bigtable resource ids and …
…rpc level metrics (#214) * feat: Update opencensus metrics to include bigtable resource ids and rpc level metrics This PR refactors opencensus metrics integration to use gax's ApiTracers. Which allows this client to instrument individual attempts and tag everything with bigtable resource ids * fix deps * typo * remove unused param * add clirr * review feedback * code formatting * fix deps Co-authored-by: Kristen O'Leary <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7214ef6 - Browse repository at this point
Copy the full SHA 7214ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a19a6 - Browse repository at this point
Copy the full SHA 50a19a6View commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7e04c7a - Browse repository at this point
Copy the full SHA 7e04c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1e9c76 - Browse repository at this point
Copy the full SHA d1e9c76View commit details
Commits on May 20, 2020
-
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v0.6.0 (#314)
Configuration menu - View commit details
-
Copy full SHA for b17e39f - Browse repository at this point
Copy the full SHA b17e39fView commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 99e3a95 - Browse repository at this point
Copy the full SHA 99e3a95View commit details
Commits on May 26, 2020
-
deps: update dependency com.google.api:api-common to v1.9.1 (#316)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 482603a - Browse repository at this point
Copy the full SHA 482603aView commit details
Commits on May 27, 2020
-
fix: bigtable v2 retry config settings to disable streaming RPC retri…
…es (#315) PiperOrigin-RevId: 312558019 Source-Author: Google APIs <[email protected]> Source-Date: Wed May 20 14:40:11 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: a175708acd7a367ab3ed120fa562331e1761d825 Source-Link: googleapis/googleapis@a175708
Configuration menu - View commit details
-
Copy full SHA for a7e43f0 - Browse repository at this point
Copy the full SHA a7e43f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f61f90 - Browse repository at this point
Copy the full SHA 7f61f90View commit details -
chore(fix): unflake MetricsTracerTest (#313)
* chore(fix): unflake MetricsTracerTest * chore(fix): unflake MetricsTracerTest * chore(fix): unflake MetricsTracerTest * chore(fix): unflake MetricsTracerTest * review feedback * review feedback
Configuration menu - View commit details
-
Copy full SHA for 29da6de - Browse repository at this point
Copy the full SHA 29da6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 237b15d - Browse repository at this point
Copy the full SHA 237b15dView commit details -
* 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-bigtable-bom/pom.xml [ci skip] * updated pom.xml [ci skip] * updated google-cloud-bigtable-emulator/pom.xml [ci skip] * updated grpc-google-cloud-bigtable-admin-v2/pom.xml [ci skip] * updated grpc-google-cloud-bigtable-v2/pom.xml [ci skip] * updated proto-google-cloud-bigtable-admin-v2/pom.xml [ci skip] * updated proto-google-cloud-bigtable-v2/pom.xml [ci skip] * updated samples/snapshot/pom.xml [ci skip] * updated samples/install-without-bom/pom.xml [ci skip] * updated google-cloud-bigtable/pom.xml [ci skip] * updated google-cloud-bigtable-deps-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 0827da3 - Browse repository at this point
Copy the full SHA 0827da3View 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.12.2...v1.13.0