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

An alternate pull request for PR #559 with code coverage set up properly #569

Closed
wants to merge 26 commits into from

Commits on Jan 19, 2016

  1. Add support for BigQuery resumable uploads via a write channel

    - Move BlobWriteChannel and BlobReadChannel to core module
    - Rename BlobWriteChannel and BlobReadChannel to WriteChannel and ReadChannel
    - Add abstract class BaseWriteChannel implementing entity-agnostic channel functionality
    - Add BlobWriteChannel and BlobReadChannel implementation to gcloud-java-storage
    - Add LoadConfiguration and modify LoadJobInfo to take configuration as a parameter
    - Add BigQuery.writer method to return a writer given LoadConfiguration
    - Add BigQueryRpc.open and .write methods to implement write channel
    - Add TableDataWriteChannel class to support bigquery resumable streaming inserts
    - Add unit and integration tests
    - Update bigquery example with load-data action
    mziccard committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    b32e4b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#540 from mziccard/bigquery-insert-writer

    Add support for BigQuery resumable uploads via a write channel
    aozarov committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    397b2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf4925 View commit details
    Browse the repository at this point in the history
  4. Added DnsRecord as a part of the basic data model.

    ManagedZoneInfo is to be completed and it is included
    only as it is required as a builder parameter. This class
    will change in the near future.
    mderka committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    fe4e137 View commit details
    Browse the repository at this point in the history
  5. Implemented comments by @mziccard

    mderka committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    f652277 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    b29945f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d5d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf260c View commit details
    Browse the repository at this point in the history
  4. Rename translateAndThrow in BaseServiceException and make it package …

    …scope in other exceptions
    mziccard committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    67e5dfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e6806 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c81f16 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Implemented comments by @aozarov. Also removed incomplete

    ManagedZoneInfo.java.
    mderka committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    1fc0e32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#554 from mziccard/refactor-exception

    Refactor service exceptions
    mziccard committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    add5924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3026e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e38f02 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#563 from mziccard/populate-bigquery-error

    Add code to initialize BigQueryError in BigQueryException
    mziccard committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    2e8363f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3521bf5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#565 from mziccard/bigquery-table-hash

    Add equals and hashCode to BaseTableInfo subclasses
    ajkannan committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    483b4d8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#562 from mziccard/rename-apply

    Rename Storage.apply to Storage.submit
    ajkannan committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    9fba603 View commit details
    Browse the repository at this point in the history
  9. Implements comments by @ajkannan

    mderka committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    01662be View commit details
    Browse the repository at this point in the history
  10. Minor fixes to bigquery

    - Add defaultDataset to QueryJobInfo and QueryRequest that takes a string
    - Rename jobComplete to jobCompleted in QueryResult
    - Use FileChannel.transferTo in bigquery example to upload file
    mziccard committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    e27b5b3 View commit details
    Browse the repository at this point in the history
  11. Run coveralls for PRs in branches

    Ajay Kannan committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    555cc71 View commit details
    Browse the repository at this point in the history
  12. Merge pull request googleapis#567 from mziccard/minor-bigquery-fixes

    Minor fixes to bigquery
    aozarov committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    c027e47 View commit details
    Browse the repository at this point in the history
  13. Merge pull request googleapis#568 from ajkannan/run-coveralls-in-bran…

    …ches
    
    Run coveralls for PRs in branches
    aozarov committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    0c3e935 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c65715 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'gcloud-dns' into dns-temp

    Merged changes from the pull request in order to set up a new one with
    code test coverage being set up properly.
    mderka committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    6ce692e View commit details
    Browse the repository at this point in the history