-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-java
base: 310c1c6
head repository: googleapis/google-cloud-java
compare: e76705b
- 14 commits
- 304 files changed
- 9 contributors
Commits on Aug 29, 2019
-
spanner-jdbc: Fix possible IllegalArgumentException in SingleUseTrans…
…action (#6175) * remove fireAndForget rollback as it could cause an IAE The fireAndForgetRollbackAndCloseTxManager method could cause an IllegalArgumentException if it happened to execute after a different method had already closed the TransactionManager. The fireAndForgetRollback method has therefore been removed. This is something that should rather be added to the TransactionManager itself. * added comments to clearify how the tx is rollbacked
Configuration menu - View commit details
-
Copy full SHA for 5b77c1f - Browse repository at this point
Copy the full SHA 5b77c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb526b4 - Browse repository at this point
Copy the full SHA eb526b4View commit details -
Translate: fix sample output (#6197)
* small bug * forgot to change test * nit
Configuration menu - View commit details
-
Copy full SHA for 8e93e85 - Browse repository at this point
Copy the full SHA 8e93e85View commit details
Commits on Aug 30, 2019
-
Added deleteForcedAppProfile InstanceAdmin operation (#6193)
- added deleteAppProfile[Async]() BigtableInstanceAdminClient to adapt to ignore warnings/forced appProfile deletion. - updated test case.
Configuration menu - View commit details
-
Copy full SHA for 3cede9f - Browse repository at this point
Copy the full SHA 3cede9fView commit details -
Bigtable: Adding Integration Test of BigtableInstanceAdminClient (#6186)
* Adding Integration Test of BigtableInstanceAdminClient - Test case for AppProfile, IAMPolicy, Instance, Clusters. - BigtableInstanceAdminClient in AbstractTestEnv. - Added cleanups for stale appProfile/instance/cluster. - Setup a cleanUpInstance() in case of prod or direct_path env type. * Shifted instanse admin check into isInstanceAdminSupported()
Configuration menu - View commit details
-
Copy full SHA for 1cd99a8 - Browse repository at this point
Copy the full SHA 1cd99a8View commit details
Commits on Sep 3, 2019
-
Bigtable: instrument client with Opencensus metrics (#6143)
* WIP: Bigtable: instrument client with Opencensus metrics * Add tests & bug fixes * tweaks * Update README * add a note to try to keep the readme up to date * * Fix method tag names * clean up code * tweak opencensus identifiers * tweak opencensus identifiers * tweak opencensus identifiers * fix merge * integrate with new batching api * make metric names a bit more consistent * fix readme scope * more polish * fix readme deps * fix readme deps
Configuration menu - View commit details
-
Copy full SHA for 8f6aac8 - Browse repository at this point
Copy the full SHA 8f6aac8View commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f5a31a2 - Browse repository at this point
Copy the full SHA f5a31a2View commit details
Commits on Sep 5, 2019
-
Bigtable: RowMutationEntry#create for unsafe mutation creation (#6211)
* Bigtable: RowMutationEntry#create for unsafe mutation creation Introducing `RowMutationEntry#create(key, mutation)` so that mutation with server side timestamp can be created using `RowMutationEntry`. This shall be used for HBase batching with server side timestamp([here](https://github.com/googleapis/java-bigtable-hbase/blob/master/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/adapters/HBaseRequestAdapter.java#L332-L335)). * Renamed method to RowMutationEntry#createUnsfe()
Configuration menu - View commit details
-
Copy full SHA for 6faf548 - Browse repository at this point
Copy the full SHA 6faf548View commit details -
Bigtable: Adding ABORTED as default retry code (#6214)
* Bigtable: Adding ABORTED as default retry code - Added StatusCode.ABORTED as default retry code to bigtable. - Updated test case to verify the same. * Updated EnhancedBigtableStubSettings to have retry codes for ReadRows only * Respecting retry codes from gapic config and adding `ABORTED`. * Added code comment on why we introduce ABORTED as status code.
Configuration menu - View commit details
-
Copy full SHA for b20db97 - Browse repository at this point
Copy the full SHA b20db97View commit details -
Bigtable: Add an integration test for large rows (#6204)
* Bigtable: Add an integration test for large rows * address feedback * skip large row tests in direct path * skip large row tests in direct path
Configuration menu - View commit details
-
Copy full SHA for e01b39a - Browse repository at this point
Copy the full SHA e01b39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7af734 - Browse repository at this point
Copy the full SHA c7af734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ca8f9 - Browse repository at this point
Copy the full SHA 23ca8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a87a519 - Browse repository at this point
Copy the full SHA a87a519View commit details -
Release google-cloud-java v0.108.0 (#6223)
* Release v0.108.0 * Spanner JDBC to 1.0.0
Configuration menu - View commit details
-
Copy full SHA for e76705b - Browse repository at this point
Copy the full SHA e76705bView 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 310c1c6...e76705b