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 branch logging-alpha from pubsub-alpha #766

Merged
merged 480 commits into from
Mar 18, 2016
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 21, 2015

  1. Add filtering, make projects map a ConcurrentHashMap, and fix style i…

    …ssues.
    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    978fe27 View commit details
    Browse the repository at this point in the history
  2. Make error messages more informative, propagate all server exceptions…

    … to the user, automatically allocate ephemeral port
    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    a670d21 View commit details
    Browse the repository at this point in the history
  3. remove checkNotNull calls and minor fixes

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    19aa650 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    4fdd477 View commit details
    Browse the repository at this point in the history
  5. minor fix

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    937fe22 View commit details
    Browse the repository at this point in the history
  6. ResourceManagerImpl + docs

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    ddf447f View commit details
    Browse the repository at this point in the history
  7. Fix docs and return null if project not found by get.

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    8c12d67 View commit details
    Browse the repository at this point in the history
  8. Minor fixes

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    a3bbbd2 View commit details
    Browse the repository at this point in the history
  9. Adding ResourceManagerExample, update docs

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    37b5efd View commit details
    Browse the repository at this point in the history
  10. Include delete action + minor edits

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    b6bbf67 View commit details
    Browse the repository at this point in the history
  11. Add retryable exceptions and fix checkstyle complaints

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    1e7e152 View commit details
    Browse the repository at this point in the history
  12. minor fixes

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    0eada88 View commit details
    Browse the repository at this point in the history
  13. more checkstyle fixes

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    ccbf4f4 View commit details
    Browse the repository at this point in the history
  14. minor fixes

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    bac6a07 View commit details
    Browse the repository at this point in the history
  15. Update pom version in resource manager, remove noCredentials from Ser…

    …ializationTest, and minor fixes to ResourceManagerExample
    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    b5d4bca View commit details
    Browse the repository at this point in the history
  16. Merge pull request googleapis#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
  17. Minor fixes to Storage

    - Remove RemoteGcsHelper.create(String, String)
    - Fix storage example in testing/package-info.java
    - Fix functional classes tests
    mziccard committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    6c5a642 View commit details
    Browse the repository at this point in the history
  18. Make checkstyle happy

    mziccard committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    b504340 View commit details
    Browse the repository at this point in the history
  19. Merge pull request googleapis#495 from ajkannan/merge-service

    Merge gcloud-java-resourcemanager into master
    aozarov committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    637f156 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    604b1c4 View commit details
    Browse the repository at this point in the history
  21. 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
  22. Merge pull request googleapis#494 from mziccard/storage-minor

    Remove RemoteGcsHelper.create(String, String) and other minor fixes
    aozarov committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    5b1c443 View commit details
    Browse the repository at this point in the history
  23. Synchronize LocalResourceManagerHelper

    Ajay Kannan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    12a10b5 View commit details
    Browse the repository at this point in the history
  24. make protobuf methods package protected

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

Commits on Dec 22, 2015

  1. Merge pull request googleapis#497 from ajkannan/synchronize-lrmh

    Synchronize LocalResourceManagerHelper
    ajkannan committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    62a2d71 View commit details
    Browse the repository at this point in the history
  2. revert unnecessary changes in scope in BaseMarshaller

    Ajay Kannan committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    b2d181f View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#498 from ajkannan/hide-non-public-refs

    Make protobuf methods package protected
    aozarov committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    9bcebd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ee866a View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#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
  6. Configuration menu
    Copy the full SHA
    862905f View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#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
  8. Configuration menu
    Copy the full SHA
    d299e06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b1b0dc View commit details
    Browse the repository at this point in the history
  10. Merge pull request googleapis#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
  11. Merge pull request googleapis#503 from GoogleCloudPlatform/bigquery

    Merge gcloud-java-bigquery into master
    ajkannan committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    3f2799d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. Configuration menu
    Copy the full SHA
    e0b0a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fa22a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48acfef View commit details
    Browse the repository at this point in the history
  4. Add BigQuery example

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

Commits on Dec 28, 2015

  1. Merge pull request googleapis#506 from mziccard/bigquery-example

    Add BigQuery module to gcloud-java pom, add BigQuery example
    mziccard committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    3ee27a6 View commit details
    Browse the repository at this point in the history
  2. Update version to 0.1.1

    mziccard committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    d1c41f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#507 from mziccard/master

    Update version to 0.1.1
    mziccard committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    e182661 View commit details
    Browse the repository at this point in the history
  4. Updating version in README files. [ci skip]

    travis-ci committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    7a7f698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15fb8df View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#508 from mziccard/master

    Update version to 0.1.2-SNAPSHOT
    mziccard committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    af68f77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b762fd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab5ab13 View commit details
    Browse the repository at this point in the history
  9. Speed up resource manager tests

    Ajay Kannan committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    2530b3c View commit details
    Browse the repository at this point in the history
  10. Merge pull request googleapis#510 from ajkannan/speed-up-tests

    Speed up resource manager tests
    ajkannan committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    869fed3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request googleapis#509 from mziccard/master

    Add dependency code to BigQuery README
    ajkannan committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    ca0c265 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Minor fixes to READMEs and pom.xml

    - Add load to bigquery usage example
    - Sort modules alphabetically in both READMEs and pom.xml
    - Use BigQuery API instead of Google Cloud BigQuery API in example's README
    mziccard committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    329bd70 View commit details
    Browse the repository at this point in the history
  2. Minor changes to gcloud-java-examples

    - Remove unnecessary 'the' in examples javadoc
    - Split long usage examples into multiple lines for BigQueryExample and StorageExample
    - Add messages to IllegalArgumentException in BigQueryExample and display better error
    - Handle no arguments case in BigQueryExample
    - Handle boolean result of delete and cancel actions in BigQueryExample
    mziccard committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    7e052da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f78da9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe953d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e193c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acbd5c0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#513 from mziccard/bigquery-package-info

    Add example to BigQuery package-info, fix indentation in Storage and ResourceManager
    ajkannan committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    dac9cbf View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#514 from mziccard/bigquery-template-suffix

    Add support for templateSuffix to BigQuery InsertAllRequest
    aozarov committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    45f5661 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Configuration menu
    Copy the full SHA
    6af6db4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#512 from mziccard/fix-bigquery-example

    Fix bigquery example and related issues
    ajkannan committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    823f0de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e734ee View commit details
    Browse the repository at this point in the history
  4. Document generic types

    Ajay Kannan committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    edfb470 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#501 from ajkannan/fix-non-public-javado…

    …c-types
    
    Remove javadoc refs to non-public classes
    aozarov committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    42727c0 View commit details
    Browse the repository at this point in the history
  6. Add build/test documentation

    Ajay Kannan committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    2da16c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2016

  1. Merge pull request googleapis#518 from ajkannan/contributing

    Add build/test documentation in Contributing
    aozarov committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    645f381 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Check for null in Project.load

    Ajay Kannan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    16b451d View commit details
    Browse the repository at this point in the history
  2. Minor fixes to bigquery functional classes

    - Remove periods from javadoc return paragraphs
    - Add options to load methods
    - Implement reload using load
    - Document that reload can return null
    - Add code snippet to Job.isDone
    - Better unit tests
    mziccard committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    d75f1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d1a368 View commit details
    Browse the repository at this point in the history
  4. add load null test

    Ajay Kannan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    2e152a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#520 from ajkannan/check-null-load

    Check for null in Project.load()
    ajkannan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    0fa9b51 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#521 from mziccard/fix-template-suffix-test

    Wait for table to be created in testInsertAllWithSuffix
    ajkannan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    70b350c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Configuration menu
    Copy the full SHA
    46f7958 View commit details
    Browse the repository at this point in the history
  2. Minor fixes to storage functional classes

    - Remove periods from javadoc return paragraphs
    - Add options to load methods
    - Implement reload using load
    - Document that reload can return null
    - Better unit tests
    mziccard committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    dce1231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d58930e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aa8a97 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#522 from mziccard/fix-template-suffix-test

    Document delay in table creation when insertAll is used with templateSuffix
    ajkannan committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    64114c1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#516 from mziccard/bigquery-functional-c…

    …lasses
    
    Add functional classes for BigQuery datasets jobs and tables
    ajkannan committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    d8b1814 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Make ResourceManagerImpl package protected

    Ajay Kannan committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    65340bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#524 from ajkannan/make-resourcemanageri…

    …mpl-package-protected
    
    Make ResourceManagerImpl package protected
    aozarov committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    b8ce8d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a59620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e808d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c0a746 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#528 from mziccard/add-final-to-iterable

    Make infoIterable final in LazyBlobIterable and LazyTableIterable
    ajkannan committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    8d37c32 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#527 from mziccard/add-format-to-of

    Add format parameter to ExtractJobInfo and LoadJobInfo factory methods
    ajkannan committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    5da46e8 View commit details
    Browse the repository at this point in the history
  8. Minor fixes to QueryStage

    - Add javadoc to QueryStep
    - Rename QueryStep.kind to name
    - Make QueryStep.substeps an empty list if not set
    - Document that QueryStatistics.queryPlan can return null
    - Add check for query plan in ITBigQueryTest.testQueryJob
    - Add unit tests for QueryStep
    - Better javadoc for QueryPlan getters
    mziccard committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    13b1b0e View commit details
    Browse the repository at this point in the history
  9. Docs and code cleanup

    Ajay Kannan committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    ea21d23 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Merge pull request googleapis#523 from mziccard/support-query-plan

    Add support for BigQuery query plan explanation
    aozarov committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    b1ff62b View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#529 from ajkannan/docs-cleanup

    Docs and code cleanup
    aozarov committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    d03e5a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae2be8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#526 from mziccard/bigquery-error-exception

    Add BigQueryError field to BigQueryException and tests
    aozarov committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    f1a5cec View commit details
    Browse the repository at this point in the history
  5. Refactor page fetchers

    Ajay Kannan committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    ce9b5c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Merge pull request googleapis#517 from ajkannan/basepagefetcher

    Refactor BasePageFetcher
    aozarov committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    824c46c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9678371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab0ac5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    701abb6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#535 from mziccard/load-to-get

    Rename load to get in functional classes
    aozarov committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    ba5050b View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#536 from mziccard/fix-bigquery-it

    Fix failing ITBigQueryTest.testUpdateNonExistingTable
    aozarov committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    69caa42 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#533 from aozarov/temp

    mark bigquery and resource manager as alpha
    ajkannan committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    29628d7 View commit details
    Browse the repository at this point in the history
  8. Add a link to SparkJava demo from website and README

    Ajay Kannan committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    01d386a View commit details
    Browse the repository at this point in the history
  9. Merge pull request googleapis#538 from ajkannan/link-sparkjava

    Add a link to SparkJava demo from website and README
    aozarov committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    5a23e57 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

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

Commits on Jan 11, 2016

  1. Use runtime exceptions for DeleteBucketTask.call()

    Ajay Kannan committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    33f6ad8 View commit details
    Browse the repository at this point in the history
  2. Add known issue for mvn test and gcloud SDK

    Ajay Kannan committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    dc1f9e7 View commit details
    Browse the repository at this point in the history
  3. Fixed googleapis#478 - Make DatastoreException informative.

    Makes DatastoreException message more informative by preserving a cause.
    Fixes googleapis#478
    mderka committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    1583312 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Merge pull request googleapis#546 from mderka/exception-cause

    Fixed googleapis#478 - Make DatastoreException informative.
    ajkannan committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    b62017c View commit details
    Browse the repository at this point in the history
  2. Set default retry strategy

    Ajay Kannan committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    2d1e836 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#542 from ajkannan/known-issue-gcd

    Add known issue for mvn test and gcloud SDK
    aozarov committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    560faa9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#539 from ajkannan/forcedelete-without-e…

    …xecutor
    
    Create simple forceDelete that can be used on App Engine
    aozarov committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    b5dd44a View commit details
    Browse the repository at this point in the history
  5. ServiceOptions tests + fix for default retry params

    Ajay Kannan committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    3ddbcf1 View commit details
    Browse the repository at this point in the history
  6. Fix ServiceOptions tests

    Ajay Kannan committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    b0d4c57 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#547 from ajkannan/default-retry-strategy

    Add default retry strategy to defaultInstance()
    aozarov committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    e737516 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Populate cursorAfter in datastore v1beta2

    Ajay Kannan committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    a2e60ab View commit details
    Browse the repository at this point in the history
  2. minor fixes to afterCursor + test

    Ajay Kannan committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    2219c82 View commit details
    Browse the repository at this point in the history
  3. Add link to bookshelf app

    Ajay Kannan committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    ffbd3d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Merge pull request googleapis#551 from ajkannan/link-getting-started-…

    …apps
    
    Add link to bookshelf example app
    aozarov committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    cdad97a View commit details
    Browse the repository at this point in the history
  2. clarify batching in docs

    Ajay Kannan committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    663e54b View commit details
    Browse the repository at this point in the history
  3. avoid calling hasNext from afterCursor

    Ajay Kannan committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    e4113c4 View commit details
    Browse the repository at this point in the history
  4. Minor style fixes

    Ajay Kannan committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    461f375 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#549 from ajkannan/set-cursor

    Populate cursorAfter in datastore v1beta2
    aozarov committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    5d243ad View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2016

  1. Release version to 0.1.2

    Ajay Kannan committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    7655301 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#556 from ajkannan/release-v0.1.2

    Release version 0.1.2
    ajkannan committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    669eb69 View commit details
    Browse the repository at this point in the history
  3. Updating version in README files. [ci skip]

    travis-ci committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    3eb3fe8 View commit details
    Browse the repository at this point in the history
  4. Update version to 0.1.3-SNAPSHOT

    Ajay Kannan committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    d9ef14c View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#557 from ajkannan/update-pom-version-0.…

    …1.3-snapshot
    
    Update version to 0.1.3-SNAPSHOT
    ajkannan committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    767c41f View commit details
    Browse the repository at this point in the history

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

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    03d5d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf260c View commit details
    Browse the repository at this point in the history
  3. 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
  4. Configuration menu
    Copy the full SHA
    34e6806 View commit details
    Browse the repository at this point in the history
  5. 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. 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
  2. Configuration menu
    Copy the full SHA
    3026e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e38f02 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    3521bf5 View commit details
    Browse the repository at this point in the history
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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

Commits on Jan 22, 2016

  1. Configuration menu
    Copy the full SHA
    55ee5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973639a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c411b23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#571 from mziccard/acl-of

    Adds of factory method to bigquery and storage Acl
    aozarov committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    1a18033 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#570 from mziccard/add-info-to-exception

    Add location() and debugInfo() to BaseServiceException
    aozarov committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    3f7626d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1ddedb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e11a5ae View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#573 from mziccard/rename-equals

    Rename equals and hashCode in base abstract classes
    aozarov committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    0556813 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Configuration menu
    Copy the full SHA
    6450944 View commit details
    Browse the repository at this point in the history
  2. Source IT env vars only when necessary

    Ajay Kannan committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    bbd3aad View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#577 from ajkannan/source-only-when-nece…

    …ssary
    
    Source IT env vars only when necessary
    aozarov committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    8c70155 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. remove check for valid utf-8 cursor

    Ajay Kannan committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    f111953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ca1bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#578 from ajkannan/fix-cursor

    Remove check for valid utf-8 cursor
    aozarov committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    c5bae84 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Configuration menu
    Copy the full SHA
    830d87c View commit details
    Browse the repository at this point in the history
  2. Increase limit on query size

    Ajay Kannan committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    360e048 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#582 from ajkannan/test-paging-in-datast…

    …ore-example
    
    Use pagination in DatastoreExample
    aozarov committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    d8bce91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84402ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f10fa96 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#583 from jean-philippe-martin/add_contrib

    adding gcloud-java-contrib module
    jean-philippe-martin committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    25692fc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. fix toBuilder()

    Ajay Kannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    8ad3235 View commit details
    Browse the repository at this point in the history
  2. Minor refactoring and javadoc fixes

    Ajay Kannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    f287462 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#585 from ajkannan/fix-query-to-builder

    Fix query toBuilder()
    aozarov committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    48cb27f View commit details
    Browse the repository at this point in the history
  4. Release version 0.1.3

    Ajay Kannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    ced28fa View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#588 from ajkannan/release-v0.1.3

    Release version 0.1.3
    ajkannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    b63c657 View commit details
    Browse the repository at this point in the history
  6. Updating version in README files. [ci skip]

    travis-ci committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    8571125 View commit details
    Browse the repository at this point in the history
  7. update version to 0.1.4-SNAPSHOT

    Ajay Kannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    1cc4eac View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#589 from ajkannan/update-version-0.1.4-…

    …SNAPSHOT
    
    update version to 0.1.4-SNAPSHOT
    ajkannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    c5f50e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2c8b39 View commit details
    Browse the repository at this point in the history
  10. Document that input stream is closed in storage.create(BlobInfo, Inpu…

    …tStream)
    Ajay Kannan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    f09410d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    70ee77c View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#591 from ajkannan/add-close-comment

    Document storage.create(BlobInfo, InputStream) closes InputStream
    mziccard committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    44a1533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d6c57 View commit details
    Browse the repository at this point in the history
  4. Minor style fixes

    mziccard committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    68eed9e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Fix access-related issues

    mziccard committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    73250ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#584 from mziccard/bigquery-hierachies

    Remove JobInfo hierarchy, add JobConfiguration hierarchy
    aozarov committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    b4bddff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c010bc8 View commit details
    Browse the repository at this point in the history
  4. Add note to update java-docs-samples and public documentation for rel…

    …eases
    Ajay Kannan committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    c4bf7ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#601 from ajkannan/releasing-doc

    Add note to update samples and public documentation
    aozarov committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    4cf793e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. Make Project a subclass of ProjectInfo

    Ajay Kannan committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    a76e6c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#572 from ajkannan/project-extends-proje…

    …ctinfo
    
    Make Project a subclass of ProjectInfo
    ajkannan committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    d3abf25 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Configuration menu
    Copy the full SHA
    931b4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d9dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085903a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Rename TableDefinition to StandardTableDefinition and BaseTableDefini…

    …tion to TableDefinition
    mziccard committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    28a457e View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#600 from mziccard/bigquery-hierachies

    Remove TableInfo hierarchy, add TableType hierarchy
    aozarov committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    2bb03eb View commit details
    Browse the repository at this point in the history
  3. Make bigquery functional classes extend info classes

    - Dataset extends DatasetInfo
    - Table extends TableInfo
    - Job extends JobInfo
    - Update READMEs and snippets
    - Update BigQueryExample
    - Update and add more tests
    mziccard committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    b0c0bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    3d1c1c8 View commit details
    Browse the repository at this point in the history
  2. Minor refactoring bigquery functional objects

    - Make Builder public
    - Make Dataset.builder package scope
    - Add toAndFromPb test
    - Remove static get methods
    mziccard committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    94533b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5829d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. minor fixes

    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    aa0e377 View commit details
    Browse the repository at this point in the history
  2. Add toBuilder tests for Bucket and Blob, remove static get and builde…

    …r methods from Resource Manager's Project
    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    6870eb7 View commit details
    Browse the repository at this point in the history
  3. Add builder test to increase coverage

    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    75dbbf8 View commit details
    Browse the repository at this point in the history
  4. Refactor bigquery function objects builders

    - Remove static builder methods
    - Add builder methods params to builder constructors
    - Better javadoc for builder classes
    mziccard committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    b6ad451 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbcbfb4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#609 from mziccard/bigquery-hierachies

    Make bigquery functional classes extend info classes
    aozarov committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    4bf3796 View commit details
    Browse the repository at this point in the history
  7. try latest version of coveralls

    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    ae7e62e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Make Table methods public

    mziccard committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    7761a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce2cc6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#622 from mziccard/fix-groupid-warning

    Fix the 'Definition of groupId is redundant' mvn warning
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    f7990c0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#621 from mziccard/bigquery-hierachies

    Make Table methods public
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    8ba9230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ebb79d View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    Ajay Kannan committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    288c993 View commit details
    Browse the repository at this point in the history
  7. merge from master

    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    a6205da View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#614 from ajkannan/storage-merge-objects

    Make storage functional objects subclasses of metadata objects.
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    cdec697 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e5f07f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f39ab2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request googleapis#625 from mziccard/master

    Fix failing bigquery ITs due to missing queryPlan
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    d2dbd99 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Site cleanup

    Ajay Kannan committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    ef7c74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd63da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb9cb0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#576 from aozarov/pubsub-alpha

    merge from upstream, fix merge confilict and fix build on non java 8
    aozarov committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    063d000 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    f06c11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3502610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6955bf4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#632 from mziccard/bigquery-hierachies

    Fix NPE in bigquery XXXInfo.equals
    ajkannan committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    307ddf3 View commit details
    Browse the repository at this point in the history
  5. Refactor examples

    - Create a package named after each service in gcloud-java-examples
    - Create a package snippet in each service's package to hold README's snippets
    - Split Datastore Storage and ResourceManager examples in two
    - Create a class for each snippet in the corresponding service package
    - Add reference for the READMEs to the corresponding snippet class
    - Update package-info.java accordingly
    mziccard committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    edc9db7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Minor refactoring of examples and READMEs

    - Remove check for existence in datastore and storage create snippets
    - Rename GetOrCreateBlob to CreateBlob, GetOrCreateEntity to CreateEntity
    - Use relative links in READMEs
    - Remove full snippets in module's READMEs, replaced with link to class
    mziccard committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    b392345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b2612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    384a3f1 View commit details
    Browse the repository at this point in the history
  4. Rename John Do to John Doe

    mziccard committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    6fed3ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526eb5f View commit details
    Browse the repository at this point in the history
  6. Rename missing John Do

    mziccard committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    8c9cb2e View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#635 from mziccard/refactor-examples

    Refactor examples
    aozarov committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    7864a93 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Add codacy badge to READMEs

    mziccard committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    0bea6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43aabb3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#641 from mziccard/refactor-examples

    Add codacy badge and configuration
    aozarov committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    1ab48bb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

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

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    171648a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f2070 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Switching dependencies, regenerating code

    * Add dependency on gax-java
    * Add dependency on grpc-pubsub-v1
    * Regenerating the *Api classes
    * Using the emulator runner from GAX
    * Updating the test accordingly
    garrettjonesgoogle committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    4cf0c8f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Fixing root build

    garrettjonesgoogle committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    25dbeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b78851 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#661 from garrettjonesgoogle/pubsub-alpha

    gcloud-pubsub-java: Switching dependencies, regenerating code
    garrettjonesgoogle committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    c53e7ed View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Fixing doc problems, improving formatting

    fixes googleapis#387 - Moving references of delete topics to get/list calls
    fixes googleapis#386 - Removing the problematic wording
    fixes googleapis#385 - Changing 'returns' to 'generates' when referencing errors
    garrettjonesgoogle committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    355369f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d32d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Merge pull request googleapis#670 from garrettjonesgoogle/pubsub-alpha

    Fixing doc problems, improving formatting
    aozarov committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    d549d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Regenerating code, new settings classes

    * Moving settings constants and data into new settings classes
    * Making use of ApiCallableBuilder in the new settings classes
    * Simplifying the Api classes
    garrettjonesgoogle committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    b2115f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

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

Commits on Mar 10, 2016

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

Commits on Mar 11, 2016

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

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    a4609ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5245e7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#716 from garrettjonesgoogle/pubsub-alpha

    Regenerating code, new settings classes
    garrettjonesgoogle committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    d1ece8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d90384 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Merge pull request googleapis#758 from garrettjonesgoogle/pubsub-alpha

    Putting spi files under spi.v1
    aozarov committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    e32afa6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

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