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

feat: create manual client for Write API #112

Merged
merged 36 commits into from Apr 3, 2020
Merged

feat: create manual client for Write API #112

merged 36 commits into from Apr 3, 2020

Commits on Feb 25, 2020

  1. First writeapi manual client

    First version, test to be developed.
    yirutang committed Feb 25, 2020
    Copy the full SHA
    66cea17 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Manual client with e2e

    yirutang committed Mar 16, 2020
    Copy the full SHA
    4803752 View commit details
    Browse the repository at this point in the history
  2. StreamWriter library

    yirutang committed Mar 16, 2020
    Copy the full SHA
    2a29c5f View commit details
    Browse the repository at this point in the history
  3. ProtoSchema convert library WriteApi client library addition. This li…

    …brary helps to convert a ProtoDescriptorProto out of ProtoDescriptor into a self contained ProtoDescriptorProto, that can be passed into API and reconstructed on the server side.
    
    	modified:   google-cloud-bigquerystorage/pom.xml
    	new file:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/ProtoSchemaConverter.java
    	new file:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/ProtoSchemaConverterTest.java
    	new file:   google-cloud-bigquerystorage/src/test/proto/test.proto
    	modified:   pom.xml
    yirutang committed Mar 16, 2020
    Copy the full SHA
    9044335 View commit details
    Browse the repository at this point in the history
  4. First writeapi manual client

    First version, test to be developed.
    yirutang committed Mar 16, 2020
    Copy the full SHA
    ca67ee6 View commit details
    Browse the repository at this point in the history
  5. .

    yirutang committed Mar 16, 2020
    Copy the full SHA
    efec6e2 View commit details
    Browse the repository at this point in the history
  6. incremental development

    yirutang committed Mar 16, 2020
    Copy the full SHA
    024e6f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

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

Commits on Mar 19, 2020

  1. .

    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeBigQueryWriteImpl.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeScheduledExecutorService.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    yirutang committed Mar 19, 2020
    Copy the full SHA
    d13d3d5 View commit details
    Browse the repository at this point in the history
  2. .

    yirutang committed Mar 19, 2020
    Copy the full SHA
    b8b6403 View commit details
    Browse the repository at this point in the history
  3. .

    yirutang committed Mar 19, 2020
    Copy the full SHA
    638959a View commit details
    Browse the repository at this point in the history
  4. .

    yirutang committed Mar 19, 2020
    Copy the full SHA
    9147e96 View commit details
    Browse the repository at this point in the history
  5. feat: create manual java client for writeapi

    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    yirutang committed Mar 19, 2020
    Copy the full SHA
    eff0a2a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    19c5449 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    438b864 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. .

    yirutang committed Mar 20, 2020
    Copy the full SHA
    f8624be View commit details
    Browse the repository at this point in the history
  2. .

    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    yirutang committed Mar 20, 2020
    Copy the full SHA
    05935b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Copy the full SHA
    2050f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Merge branch 'work' of github.com:yirutang/java-bigquerystorage into …

    …work
    
    	modified:   google-cloud-bigquerystorage/pom.xml
    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    	modified:   google-cloud-bigquerystorage/src/test/proto/test.proto
    
    	modified:   google-cloud-bigquerystorage/pom.xml
    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    	modified:   google-cloud-bigquerystorage/src/test/proto/test.proto
    yirutang committed Mar 24, 2020
    Copy the full SHA
    bb7578c View commit details
    Browse the repository at this point in the history
  2. .

    yirutang committed Mar 24, 2020
    Copy the full SHA
    4a1e3ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9446f5e View commit details
    Browse the repository at this point in the history
  4. .

    yirutang committed Mar 24, 2020
    Copy the full SHA
    b16697c View commit details
    Browse the repository at this point in the history
  5. .

    yirutang committed Mar 24, 2020
    Copy the full SHA
    4acea18 View commit details
    Browse the repository at this point in the history
  6. .

    yirutang committed Mar 24, 2020
    Copy the full SHA
    2ff57ae View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. 1
    Copy the full SHA
    76622fc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Update google-cloud-bigquerystorage/src/main/java/com/google/cloud/bi…

    …gquery/storage/v1alpha2/Waiter.java
    
    Co-Authored-By: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    yirutang and stephaniewang526 committed Apr 1, 2020
    Copy the full SHA
    4a490c4 View commit details
    Browse the repository at this point in the history
  2. Update google-cloud-bigquerystorage/src/test/java/com/google/cloud/bi…

    …gquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
    Co-Authored-By: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    yirutang and stephaniewang526 committed Apr 1, 2020
    Copy the full SHA
    9e21086 View commit details
    Browse the repository at this point in the history
  3. Update google-cloud-bigquerystorage/src/test/java/com/google/cloud/bi…

    …gquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
    Co-Authored-By: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    yirutang and stephaniewang526 committed Apr 1, 2020
    Copy the full SHA
    31542b0 View commit details
    Browse the repository at this point in the history
  4. .

    yirutang committed Apr 1, 2020
    Copy the full SHA
    c1a3f25 View commit details
    Browse the repository at this point in the history
  5. .

    yirutang committed Apr 1, 2020
    Copy the full SHA
    7f1c8e1 View commit details
    Browse the repository at this point in the history
  6. .

    yirutang committed Apr 1, 2020
    Copy the full SHA
    868ae73 View commit details
    Browse the repository at this point in the history
  7. .

    yirutang committed Apr 1, 2020
    Copy the full SHA
    58608d5 View commit details
    Browse the repository at this point in the history
  8. .

    yirutang committed Apr 1, 2020
    Copy the full SHA
    a73a72c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. .

    yirutang committed Apr 2, 2020
    Copy the full SHA
    87b694d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d148b3 View commit details
    Browse the repository at this point in the history
  3. dep: remove duplicate and add undeclared

    remove dupe gax; add undeclared commons-lang3
    stephaniewang526 committed Apr 2, 2020
    Copy the full SHA
    f942f48 View commit details
    Browse the repository at this point in the history