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: v0.108.0
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: v0.109.0
Choose a head ref
  • 20 commits
  • 703 files changed
  • 8 contributors

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    a953790 View commit details
    Browse the repository at this point in the history
  2. Storage: add benchwrapper (#6062)

    This adds a small gRPC server around the google-cloud-storage client library,
    which allows g3 benchmarking code to prod at the library and record
    measurements without needing to be written in Java / be in the same repository.
    
    Since g3 requires TLS on all connections, the server is TLS-ed with a dummy
    cert. These certs aren't intended to be private: the kokoro environment
    is the only place this gets run. (never in prod, etc)
    jeanbza authored and chingor13 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    569e485 View commit details
    Browse the repository at this point in the history
  3. Extract core modules to https://github.com/googleapis/java-core (#6232)

    * Extract core modules to https://github.com/googleapis/java-core
    
    * try skipping parallel install for dependencies
    chingor13 authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    233bfdb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    e741d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648abde View commit details
    Browse the repository at this point in the history
  3. Bigtable: minor fix for integration tests maven config (#6202)

    It seems like maven wasn't clearing the old error counts in the summary reports. This PR uses the clean plugin to blow away the old reports before the test runs
    igorbernstein2 authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    93b802b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    88ee922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6666cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Compute: fix doc to code (#6245)

    athakor authored and chingor13 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    7d6b394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a586bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d73ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e8a31c View commit details
    Browse the repository at this point in the history
  5. storage benchwrapper: add javax.annotation dependency (#6250)

    It turns out that generated sources use a @javax.annotation.Generated
    annotation. This PR adds it as a dependency, without which things don't
    compile.
    jeanbza authored and chingor13 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    997d052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d211f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aa8425 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    839c9b2 View commit details
    Browse the repository at this point in the history
  9. Update dependency com.google.apis:google-api-services-bigquery to v2-…

    …rev20190825-1.30.1 (#6236)
    renovate-bot authored and chingor13 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    5e6c1e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f072412 View commit details
    Browse the repository at this point in the history
  11. Firestore: Fix Observable in calls instead of wrapping in ApiFuture (#…

    …6148)
    
    * Fix getAll and get methods With observer
    
    * Fix getAll and get method changes
    
    *  getAll and get method changes
    
    * get method javadoc changes
    
    * Fix review changes
    
    * review changes
    
    * review changes
    abhinav-qlogic authored and chingor13 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    61a759a View commit details
    Browse the repository at this point in the history
  12. Release v0.109.0 (#6252)

    kolea2 authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    55d95d2 View commit details
    Browse the repository at this point in the history
Loading