Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spanner gapic migration #3881

Merged
merged 36 commits into from
Nov 7, 2018
Merged

Commits on Mar 12, 2018

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

Commits on Mar 13, 2018

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

Commits on Mar 19, 2018

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

Commits on Mar 21, 2018

  1. Add implementation to: (googleapis#3043)

    listInstances, listInstanceConfigs, listDatabases
    getInstance, getInstanceConfigs, getDatabase
    dropDatabase, deleteInstance
    getDatabaseDdl
    yihanzhen committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    ba0cf43 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

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

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    50c6b8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#3130 from hzyi-google/spanner-gapic-mig…

    …ration
    
    Spanner gapic migration
    pongad committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    75d1d0b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Spanner: migrate all unary call methods to gapic and inject headers (g…

    …oogleapis#3112)
    
    * inject headers to grpcCallContext before making calls
    
    * Suppress retry in gapic
    yihanzhen committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    45e76f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Spanner: migrate streaming methods to gapic (googleapis#3139)

    * Make all the unit tests work. ITs are failing pending on another PR.
    
    * Make integration tests work
    
    * Documentation and format
    yihanzhen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    02f0bc7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    c4d2ff6 View commit details
    Browse the repository at this point in the history
  2. merge conficts

    yihanzhen committed May 3, 2018
    Configuration menu
    Copy the full SHA
    4e1dfc0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#3231 from hzyi-google/spanner-gapic-mig…

    …ration
    
    merge master into spanner gapic migration
    yihanzhen committed May 3, 2018
    Configuration menu
    Copy the full SHA
    6cc31d1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Spanner gapic migration lro methods (googleapis#3166)

    Migrate longrunning methods to GAPIC including: createDatabase, updateDatabaseDdl, createInstance, and updateInstance.
    yihanzhen committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f9df8a2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Make ChannelPool work (googleapis#3258)

    * Make ChannelPool work.
    
    * Add todo for channelProvider
    yihanzhen committed May 31, 2018
    Configuration menu
    Copy the full SHA
    bc647b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

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

Commits on Jun 4, 2018

  1. Merge pull request googleapis#3330 from hzyi-google/spanner-gapic-mig…

    …ration
    
    Merge master to spanner-gapic-migration
    yihanzhen committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    0a3e3e7 View commit details
    Browse the repository at this point in the history
  2. Spanner gapic migration error augmentation with interceptor (googleap…

    …is#3304)
    
    * Add logging interceptor and error augmentation interceptor
    
    * update gax version
    
    * fix version
    
    * fix code review issues
    yihanzhen committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    0de6267 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

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

Commits on Jun 22, 2018

  1. Clean up Spanner before merging to master (googleapis#3362)

    * Clean up for Spanner before merging to master
    - Add TransportChannelProvider and GrpcInterceptorProvider in
      SpannerOperations GapicSpannerRpc can be configured through this
    - Exposes SpannerInterceptorProvider for testing
    - Make SpannerInterceptorProvider configurable
    - Remove GrpcSpannerRpc and RpcChannelFactory
    - Make streaming calls honor preferedChunks through StreamController
      and ResponseObserver
    yihanzhen committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    174443b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Spanner Gapic Migration: fix updateDatabaseDdl (googleapis#3403)

    * Change stub, databaseStub and instanceStub to spannerStub,
    databaseAdminStub and instanceAdminStub
    Return the original operation if updatabaseDdl fails with ALREADY_EXISTS
    yihanzhen committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    c2ae349 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

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

Commits on Oct 26, 2018

  1. make tests pass

    Hanzhen Yi committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    ee51fe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Merge pull request googleapis#3853 from hzyi-google/spanner-gapic-mig…

    …ration
    
    Merge master into spanner-gapic-migration
    yihanzhen committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    7adaa1f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. get examples work

    yihanzhen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    6f6070a View commit details
    Browse the repository at this point in the history
  2. format

    yihanzhen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    1c7e456 View commit details
    Browse the repository at this point in the history
  3. more format

    yihanzhen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    5554ac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    623934e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

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

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    a821df3 View commit details
    Browse the repository at this point in the history
  2. code review

    yihanzhen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c3aae5b View commit details
    Browse the repository at this point in the history
  3. more format

    yihanzhen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0549abb View commit details
    Browse the repository at this point in the history
  4. google-format

    yihanzhen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    97dade0 View commit details
    Browse the repository at this point in the history
  5. move variable locations

    yihanzhen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4a2b169 View commit details
    Browse the repository at this point in the history
  6. remove unused files

    yihanzhen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    dbce7b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

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