Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 310c1c6
Choose a base ref
...
head repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e76705b
Choose a head ref
  • 14 commits
  • 304 files changed
  • 9 contributors

Commits on Aug 29, 2019

  1. 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
    olavloite authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    5b77c1f View commit details
    Browse the repository at this point in the history
  2. Bump next snapshot (#6194)

    kolea2 authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    eb526b4 View commit details
    Browse the repository at this point in the history
  3. Translate: fix sample output (#6197)

    * small bug
    
    * forgot to change test
    
    * nit
    munkhuushmgl authored and chingor13 committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8e93e85 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Added deleteForcedAppProfile InstanceAdmin operation (#6193)

    - added deleteAppProfile[Async]() BigtableInstanceAdminClient to adapt to ignore warnings/forced appProfile deletion.
     - updated test case.
    rahulKQL authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    3cede9f View commit details
    Browse the repository at this point in the history
  2. 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()
    rahulKQL authored and igorbernstein2 committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1cd99a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. 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
    igorbernstein2 authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    8f6aac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    f5a31a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. 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()
    rahulKQL authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    6faf548 View commit details
    Browse the repository at this point in the history
  2. 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.
    rahulKQL authored and igorbernstein2 committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    b20db97 View commit details
    Browse the repository at this point in the history
  3. 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
    igorbernstein2 authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e01b39a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7af734 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23ca8f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a87a519 View commit details
    Browse the repository at this point in the history
  7. Release google-cloud-java v0.108.0 (#6223)

    * Release v0.108.0
    
    * Spanner JDBC to 1.0.0
    chingor13 authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e76705b View commit details
    Browse the repository at this point in the history
Loading