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.1
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.8.0
Choose a head ref
  • 17 commits
  • 21 files changed
  • 7 contributors

Commits on Nov 13, 2019

  1. chore: release 1.7.2-SNAPSHOT (#86)

    * 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]
    release-please[bot] authored and kolea2 committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    fad36e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. chore(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v0.3.0 (#88)
    renovate-bot authored and kolea2 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    83ac4c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. chore: fix javadoc site after repo split (#89)

    * To ensure that the excludes are respected by both the aggregate site and the javadoc jars
      * move the javadoc config from reporting to build configs: this is necessary because the javadoc:jar is run as part of the build phase
      * move the javadoc config to the parent pom so that it can be used by both the aggregate site goal and the javadoc jars
    * Exclude the grpc & protobuf stubs from the aggregate site: they are not part of the public api in the java client
    * Remove unused external links
    * Stop generating unused site reports, we only use the javadocs
    igorbernstein2 authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    b3da95a View commit details
    Browse the repository at this point in the history
  2. chore: update Error message for bad bigtable.env variable (#91)

    At some point, the allowed settings were changed from "prod" and "emulator" to "cloud" and "emulator".
    This change updates the error message associated to the illegal argument exception.
    sid-dinesh94 authored and igorbernstein2 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1834fc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. feat: update filter to accept an exact timestamp for better accessibi…

    …lity (#92)
    
    This change introduces `FILTERS.timestamp().exact()`, which enable user to directly provide exact timestamp to query Bigtable.
    rahulKQL authored and igorbernstein2 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e25758b View commit details
    Browse the repository at this point in the history
  2. chore: make sure that integration tests only run as part of a profile (

    …#94)
    
    It seems like maven will run integration tests w/o a profile under some circumstances. So -Pbigtable-prod-it will still run the emulator integration tests. This PR will explicitly disable default integration tests and enable them in each profile.
    Please note that the emulator profile is still active by default, so integration tests will still run
    igorbernstein2 authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    d73b7fb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. chore(deps): update dependency org.apache.maven.plugins:maven-enforce…

    …r-plugin to v3.0.0-m3 (#100)
    renovate-bot authored and kolea2 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    736390b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

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

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    c478ba3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.errorprone:error_prone_anno…

    …tations to v2.3.4 (#103)
    renovate-bot authored and kolea2 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8a6f8ec View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

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

Commits on Dec 6, 2019

  1. chore(deps): update dependency com.google.cloud:google-cloud-conforma…

    …nce-tests to v0.0.2 (#110)
    renovate-bot authored and kolea2 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    aed1d10 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. chore: stop using bleeding edge guava features (#113)

    * chore: stop using bleeding edge guava features
    
    * simplify
    
    * minimize chagnes
    igorbernstein2 authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    4e77ace View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    c106497 View commit details
    Browse the repository at this point in the history
  2. chore: use prod endpoint for directpath tests (#119)

    * chore: use prod endpoint for directpath tests
    
    * oops
    
    * use client default endpoints by default
    
    * collapse empty xml nodes
    igorbernstein2 authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    12169d6 View commit details
    Browse the repository at this point in the history
  3. feat: add implementation of ChannelPrimer to establish connection to …

    …GFE and integrate into bigtable client (#115)
    tonytanger authored and kolea2 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    276f942 View commit details
    Browse the repository at this point in the history
  4. chore: release 1.8.0 (#93)

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