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

Merge gcloud-java-bigquery into master #503

Merged
merged 61 commits into from
Dec 22, 2015
Merged

Merge gcloud-java-bigquery into master #503

merged 61 commits into from
Dec 22, 2015

Commits on Nov 6, 2015

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

Commits on Nov 11, 2015

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

Commits on Nov 12, 2015

  1. Merge pull request #326 from mziccard/bigquery

    Create packages for bigquery and outline spi layer
    aozarov committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    13e976a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    381d056 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Configuration menu
    Copy the full SHA
    e3a99c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12aa555 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Configuration menu
    Copy the full SHA
    120fe12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #367 from mziccard/bigquery

    Add BigQueryRpc default implementation
    aozarov committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    762fa58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a5e55 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. Configuration menu
    Copy the full SHA
    3fc189b View commit details
    Browse the repository at this point in the history
  2. Add SerializationTest class

    mziccard committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    dea8eff View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

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

Commits on Nov 29, 2015

  1. Merge pull request #417 from mziccard/bigquery

    DatasetInfo, DatasetId, TableId and Acl models and tests
    aozarov committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    4f05b98 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Add TableInfo, CsvOptions, ExternalDataConfiguration and UserDefinedF…

    …unction models and tests
    mziccard committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    8d2249e View commit details
    Browse the repository at this point in the history
  2. Refactor TableInfo and related classes

    - TableSchema renamed to Schema
    - FieldSchema renamed to Field
    - Add class Type to Field to represent the field's type (and wrap record subfields)
    - Add factory method and setter from varargs for Schema
    - Better javadoc for CsvOptions and Field
    - Update tests according to changes
    mziccard committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b18666b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Configuration menu
    Copy the full SHA
    5f6357e View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    79001cf View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Configuration menu
    Copy the full SHA
    f84a3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd58ee5 View commit details
    Browse the repository at this point in the history
  3. Add TableType hierarcy to wrap different types of tables

    - Move schema from TableInfo to TableType
    - Add TableType.View class with attributes: view, userDefinedFunctions
    - Add TableType.ExternalTable class with attributes: ExternalDataConfiguration
    - Fix return null in TableInfo.description/friendlyName/expirationTime
    mziccard committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    66972df View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Configuration menu
    Copy the full SHA
    ae2a484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338ede1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df4005 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #423 from mziccard/bigquery

    Add TableInfo and related model classes
    aozarov committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    12185e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Configuration menu
    Copy the full SHA
    722e4a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from mziccard/bigquery

    Add JobInfo hierarcy and related classes
    mziccard committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    a88e0da View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Configuration menu
    Copy the full SHA
    27f4d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1674c9c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Minor changes to FieldValue and InsertAllRequest

    - Add static FROM_PB_FUNCTION in FieldValue
    - Rename Kind to Attribute in FieldValue
    - Add isNull() and document NPEs in FieldValue getters
    - Change has type to is a type in FieldValue
    - Copy row content in RowToInsert constructor
    - Add factory method for null id to RowToInsert
    - Use isEmpty() instead of size() > 0 in InsertAllResponse
    - Better unit testing
    mziccard committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    d2f0a82 View commit details
    Browse the repository at this point in the history
  2. Remove TableRow class

    mziccard committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    50d381f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aacc383 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #443 from mziccard/bigquery

    Add InsertAllRequest, InsertAllResponse and model classes for table data
    aozarov committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    7dfca8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20d4841 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Refactor QueryRequest and QueryResponse

    - Add better javadoc and snippet to QueryResponse
    - Use primitive boolean for jobComplete
    - Add test for NPE in QueryRequestTests
    - Add QueryRequest and QueryResponse to SerializationTest
    mziccard committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    9756dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16c027 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e53c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #452 from mziccard/bigquery

    Add query request and query response classes and tests
    aozarov committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    36c7406 View commit details
    Browse the repository at this point in the history
  5. Refactor BigQueryRpc and DefaultBigQueryRpc

    - Remove options parameter where not necessary (query, cancel)
    - Unset JobInfo.type in create method as type is output only
    - Add javadoc to cancel method
    - Make checkstyle happy
    mziccard committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    3b70b20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #453 from mziccard/bigquery

    Refactor BigQueryRpc and DefaultBigQueryRpc
    aozarov committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    0f765b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Add BigQuery service implementation

    - Connect DefaultBigQueryRpc and BigQueryImpl to BigQueryOptions
    - Add defaultInstance method to BigQueryOptions
    - Add Option base class for BigQuery operation options and test
    - Add methods and options to the BigQuery interface
    - Add BigQueryImpl service implementation
    - Add BigQueryImplTest with unit tests
    mziccard committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    e1dc3af View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Fix minor errors

    - Add argument checks to bigquery operation options
    - Remove retry helper in insertAll
    - Fix javadoc errors, add javadoc to operation options
    - Better unit tests
    - Rename test in OptionTest
    - Add bigquery operation options to SerializationTest
    - Other minor
    mziccard committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    d676636 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Merge pull request #454 from mziccard/bigquery

    Add BigQuery service implementation
    ajkannan committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    814264a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e91f47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f569bdd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #482 from mziccard/bigquery

    Make checkstyle happy, remove StreamingBuffer from external tables
    ajkannan committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    433c286 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Configuration menu
    Copy the full SHA
    2271ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08e7bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #488 from mziccard/bigquery

    Merge master into bigquery
    aozarov committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    ec115cb View commit details
    Browse the repository at this point in the history
  4. Add integration test

    - Add RemoteBigQueryHelper to help writing tests against BigQuery (with docs and tests)
    - Add integration tests (ITBigQueryTest
    - Add gcloud-java-storage as a test dependency
    - Update bigquery dependency
    mziccard committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    6bc4f2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e46ce4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba8acf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Minor fixes to RemoteBigQueryHelper

    - Remove RemoteBigQueryHelper.create(String, String)
    - Add javadoc to RemoteBigQueryHelper to document retry options
    - Add global timeout of 5minutes to each of the BigQuery ITs
    - Remove print from BigQueryImplTest and other nits
    mziccard committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    7eee528 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #492 from mziccard/bigquery

    Add RemoteBigQueryHelper and integration tests
    aozarov committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    3781aa7 View commit details
    Browse the repository at this point in the history
  3. Add BigQuery module README

    mziccard committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    bf6a3fe View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Configuration menu
    Copy the full SHA
    6ee866a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #496 from mziccard/bigquery

    Add BigQuery module README
    ajkannan committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    75a0ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    862905f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #500 from mziccard/bigquery

    Make BigQuery get/create/updated Table and Job methods generic
    aozarov committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    a0f5f1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d299e06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b1b0dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #502 from mziccard/bigquery

    Merge master into bigquery and add BigQuery to README and TESTING
    mziccard committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    a1299c7 View commit details
    Browse the repository at this point in the history