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/java-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: googleapis/java-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.1
Choose a head ref
  • 13 commits
  • 21 files changed
  • 5 contributors

Commits on Nov 7, 2019

  1. chore: release 1.7.1-SNAPSHOT (#71)

    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigtable-emulator/pom.xml [ci skip]
    
    * updated google-cloud-bigtable/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 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]
    codyoss authored and kolea2 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    a741cac View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    eb44a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2bc12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8c2c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f201997 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. chore: use zones that are available in all test envs (#78)

    * chore: use zones that are available in all test envs
    
    * format
    igorbernstein2 authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    f184012 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    0cff0bb View commit details
    Browse the repository at this point in the history
  2. chore: add a runnable tool that can we used to debug gRPC connection …

    …issues (#80)
    
    * chore: add a runnable tool that can we used to debug gRPC connection issues
    
    * better messaging
    igorbernstein2 authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3c4154b View commit details
    Browse the repository at this point in the history
  3. chore: Ignore gapic settings for all streaming RPCs (#79)

    * chore: Ignore gapic settings for all streaming RPCs
    
    This is to prepare for upcoming changes that will move simple retries to gRPC.
    When this happens we want to retain retry settings at the client level, so they are copied into the manual settings wrapper.
    
    See cl/277568516 for more details
    
    * fix typo & remove noise from a test
    igorbernstein2 authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    da5b6eb View commit details
    Browse the repository at this point in the history
  4. chore: improve tests (#81)

    * clean up test configs
    
    * Enable fine grained gRPC logging for integration tests
    igorbernstein2 authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a21bf1c View commit details
    Browse the repository at this point in the history
  5. chore: fix tests (#83)

    * chore: fix tests
    
    * Fix bug in the instance admin IT. This was unnoticed because our presubmits target a development instance (I just changed that)
    * Move auto-value back as a provided dep in the main dependency list. This caused issues in intellij when annotation processing was disabled
    
    * deflake cluster creation test
    
    * disable parallel unit tests until autogen tests use googleapis/gapic-generator#3028
    igorbernstein2 authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f5f70e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. chore: update basicClusterOperationTest to be more robust (#84)

    * chore: update  basicClusterOperationTest to be more robust
    
    The updated version will be run as part of the instance creation test, this will minimize the contention on the shared instance
    
    * typo
    igorbernstein2 authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    03fa988 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.7.1 (#74)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated google-cloud-bigtable-bom/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]
    release-please[bot] authored and kolea2 committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    56a91ea View commit details
    Browse the repository at this point in the history
Loading