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.109.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.110.0
Choose a head ref
  • 19 commits
  • 776 files changed
  • 9 contributors

Commits on Sep 11, 2019

  1. Bump next snapshot (#6256)

    kolea2 authored and chingor13 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    253cf21 View commit details
    Browse the repository at this point in the history
  2. Add repo metadata files for all the existing clients (#6255)

    * Add repo metadata files for all the existing clients
    
    * remove extra repo-metadata file
    chingor13 authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    a9946f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Pub/Sub: fix default RPC timeouts in publish retry settings (#6257)

    * Use different initial and max RPC timeout
    
    * Match totalTimeout with maxRpcTimeout
    
    * Use GAPIC defaults
    anguillanneuf authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    299f5bb View commit details
    Browse the repository at this point in the history
  2. Pub/Sub: Update Publish Retry Settings in Sample (#6258)

    * Use GAPIC defaults
    
    * Default values
    
    * Reorder
    anguillanneuf authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ffd34ee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Bigquery: Fix support range property. (#6259)

    * added range
    
    * fix comment
    Praful Makani authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    5035214 View commit details
    Browse the repository at this point in the history
  2. Bigquery: Fix use_avro_logical_types for export jobs. (#6260)

    * added useAvroLogicalTypes
    
    * fix comment
    
    * fix comment as per feedback
    Praful Makani authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c3f1d17 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. storage: hmac service account snippets (#6088)

    * storage: hmac service account snippets
    
    * fix expected<>actual; for (:) with bracket
    
    * copyright header
    
    * inline
    
    * fix cases
    
    * Base64
    
    * reformat printing HMAC key metadata
    
    * add note about showDeletedKeys
    
    * format code
    
    * add HMAC_KEY_SAMPLES_SERVICE_ACCOUNT to Kokoro
    
    * Revert "add HMAC_KEY_SAMPLES_SERVICE_ACCOUNT to Kokoro"
    
    This reverts commit e756253.
    
    * add projectId as argument to snippets
    
    * reformat
    
    * reformat
    
    * listHmacKeys snippet: do not filter by serviceAccountEmail
    jkwlui authored and frankyn committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    06d2065 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. TransactionRunner did not use prepared transaction (#6275)

    A Spanner transaction runner that was given a session with a prepared
    read/write transaction would not use that transaction, but instead
    always start a new one, causing an extra unnecessary round-trip to the
    server. This regression was introduced by commit
    d305770 (PR #5433).
    olavloite authored and skuruppu committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    12e31c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812019b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Move json dependency to google-cloud-spanner and upgrade to latest ve…

    …rsion (#6286)
    
    * Move json dependency to google-cloud-spanner and upgrade to latest version.
    
    * fix test
    
    * code format
    kolea2 authored and skuruppu committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    a29d79c View commit details
    Browse the repository at this point in the history
  2. Spanner: Optimize execution speed of test cases (#6266)

    * optimize execution speed of test cases
    
    * fix deadline exceeded errors
    
    * make waiting time variable
    olavloite authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    445076a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62dd4d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2099c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34d2cef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b854b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    032ff86 View commit details
    Browse the repository at this point in the history
  8. Update dependency com.google.apis:google-api-services-bigquery to v2-…

    …rev20190907-1.30.3 (#6280)
    renovate-bot authored and chingor13 committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0ff9dde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7be0488 View commit details
    Browse the repository at this point in the history
  10. Release google-cloud-java v0.110.0 (#6294)

    * Release v0.110.0
    
    * fix TranlateIT. use numbers for translation
    
    * fix TranlateIT. use numbers for translation
    chingor13 authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e6046bd View commit details
    Browse the repository at this point in the history
Loading