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

Rebase #734

Closed
Closed

Commits on Feb 2, 2016

  1. 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. 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
  6. 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
  7. Configuration menu
    Copy the full SHA
    3f39ab2 View commit details
    Browse the repository at this point in the history
  8. 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
    2bb9cb0 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. Fix indentation issues in javadoc code samples

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    d1765c7 View commit details
    Browse the repository at this point in the history
  6. fix lint errors

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    257e764 View commit details
    Browse the repository at this point in the history
  7. Move integration tests to separate package

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    71ac555 View commit details
    Browse the repository at this point in the history
  8. Avoid reading extra output during local gcd shutdown.

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    4d8d986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    526eb5f View commit details
    Browse the repository at this point in the history
  10. 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
  11. 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
  12. Fix codacy and spacing bugs

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    9d201a0 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. Minor fix in ITs

    Ajay Kannan committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    bc66860 View commit details
    Browse the repository at this point in the history
  4. 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. Fix double code tags

    Ajay Kannan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    deb228f View commit details
    Browse the repository at this point in the history
  2. Add set methods for lists of same type

    Ajay Kannan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    a68a0b6 View commit details
    Browse the repository at this point in the history
  3. Cleaner getList return value

    Ajay Kannan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8050cca View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#636 from ajkannan/minor-cleanup

    Docs, tests, and lint cleanup
    aozarov committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8fb9e91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f920986 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47dcc63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4476dcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f77f2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e08896c View commit details
    Browse the repository at this point in the history
  10. Merge pull request googleapis#645 from mziccard/dependency-versions

    Update dependencies versions and add versioneye badge
    aozarov committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    ae7c0e9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request googleapis#646 from aozarov/master

    update google-api-services-datastore-protobuf dependency
    mziccard committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    67efa01 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. update codacy config

    aozarov committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    2314eee View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Merge pull request googleapis#647 from aozarov/master

    update codacy config
    mziccard committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    9412d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Add getter for key parent

    Ajay Kannan committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    65f4f80 View commit details
    Browse the repository at this point in the history
  2. Expose consistency parameter to users of LocalGcdHelper

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

Commits on Feb 17, 2016

  1. Add set(...) javadoc, fix key namespace issue, fix ListValue.of(...),…

    … other minor fixes
    Ajay Kannan committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    274b9ae View commit details
    Browse the repository at this point in the history
  2. remove unncessary changes to ListValue

    Ajay Kannan committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    662f57f View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#648 from ajkannan/datastore-fixes

    Datastore fixes
    aozarov committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    04ab56e View commit details
    Browse the repository at this point in the history
  4. fix lint issue

    aozarov committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    53290f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Merge pull request googleapis#650 from aozarov/master

    fix lint issue
    ajkannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    7076ab6 View commit details
    Browse the repository at this point in the history
  2. support paging

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1f6a7b3 View commit details
    Browse the repository at this point in the history
  3. Fix broken hyperlink in comment

    jart committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1dd2c04 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    6b322fa View commit details
    Browse the repository at this point in the history
  5. Propagate page size error to user

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    df32901 View commit details
    Browse the repository at this point in the history
  6. catch ResourceManagerException instead of Exception

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    b9cd1a7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#651 from ajkannan/resourcemanager-page

    Support paging in Resource Manager
    aozarov committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    da544a9 View commit details
    Browse the repository at this point in the history
  8. Add IAM Policy classes

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

Commits on Feb 19, 2016

  1. move to/fromPb functions to Resource Manager

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    3f07b2c View commit details
    Browse the repository at this point in the history
  2. variable rename to make codacy happy

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    c96469b View commit details
    Browse the repository at this point in the history
  3. Update version for release

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    3695ddc View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#653 from ajkannan/release-0.1.4

    Update version for v0.1.4 release
    ajkannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    df90b9f View commit details
    Browse the repository at this point in the history
  5. Updating version in README files. [ci skip]

    travis-ci committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    cf792d8 View commit details
    Browse the repository at this point in the history
  6. Update version to 0.1.5-SNAPSHOT

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    60998b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#654 from ajkannan/update-version-to-0.1…

    ….5-SNAPSHOT
    
    Update version to 0.1.5-SNAPSHOT
    ajkannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    df52008 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Added "do not use production projects for tests"

    Added statement about not using production projects for running integration tests.
    mderka committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    d72a8c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#658 from GoogleCloudPlatform/mderka-doc…

    …-patch
    
    Added "do not use production projects for tests"
    aozarov committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    36fe287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e44e12a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    b2c2d40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#663 from mziccard/master

    Udpate dependencies: source plugin, bigquery, storage and fluido skin
    ajkannan committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    332f990 View commit details
    Browse the repository at this point in the history
  3. Fix equals, javadoc, bindings representation, and address other comme…

    …nts.
    Ajay Kannan committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    ee78b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    1583e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f4a18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#669 from mziccard/validate-open-exception

    Make validateOpen throw ClosedChannelException
    aozarov committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    119ccdf View commit details
    Browse the repository at this point in the history
  4. Document exceptions and satisfy codacy's demands.

    Ajay Kannan committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    08295ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fea7ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a62c69d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a439628 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#668 from mziccard/page-token-fields-option

    Add pageToken to list fields option for storage and resourcemanager
    aozarov committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    7194201 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Use enum for legacy roles, add input checks

    Ajay Kannan committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    7d87d3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#652 from ajkannan/iam

    Create IAM Policy classes
    aozarov committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    f4d3b95 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    992a371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b4f44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#685 from mziccard/poms-remove-tabs

    Remove tabs from storage and bigquery poms
    ajkannan committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    5ea8a8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3bd9f View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#686 from mziccard/master

    Fix links to examples javadoc in READMEs
    aozarov committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    bbe7b50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21e68cc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Configuration menu
    Copy the full SHA
    438896b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66c9a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#688 from aozarov/master

    Add a versions option to BlobListOption
    mziccard committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    3930ff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93810ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a3d5d8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#694 from mziccard/master

    Replace com.google.api.client.util.Lists with Guava's Lists
    aozarov committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    926831e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Configuration menu
    Copy the full SHA
    452e274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3fdbbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3600338 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Merge pull request googleapis#705 from mziccard/functional-bucket-opt…

    …ions
    
    Add BlobTargetOption and BlobWriteOption classes to Bucket
    aozarov committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    be913a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622dcc9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#704 from mziccard/fix-storage-its

    Handle eventally consistent blob lists in storage ITs
    mziccard committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    50750d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    8dd8786 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#712 from mziccard/remove-throws

    Remove redundant throws from services method signatures
    aozarov committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    7eb957d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Add NoAuthCredentials

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

Commits on Mar 7, 2016

  1. Add javadoc

    Ajay Kannan committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    8c353ec View commit details
    Browse the repository at this point in the history
  2. change NoAuthCredentials javadoc wording

    Ajay Kannan committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    0c4af89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#719 from ajkannan/add-no-auth

    Add NoAuthCredentials
    ajkannan committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    d3224b3 View commit details
    Browse the repository at this point in the history
  4. Fix writes with 0 length

    aozarov committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    cded234 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    36ebabd View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#725 from aozarov/master

    Fix writes with 0 length
    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    e70387d View commit details
    Browse the repository at this point in the history
  3. Release version 0.1.5

    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    0f4a7a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#729 from mziccard/master

    Release version 0.1.5
    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2611514 View commit details
    Browse the repository at this point in the history
  5. Updating version in README files. [ci skip]

    travis-ci committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    1f1f4b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa6c173 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#730 from mziccard/master

    Update version to 0.1.6-SNAPSHOT
    aozarov committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    7c42116 View commit details
    Browse the repository at this point in the history
  8. Cloud Storage Java 7 nio library

    This is an import of previous work which was reviewed internally.
    jart authored and jean-philippe-martin committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    32060ce View commit details
    Browse the repository at this point in the history
  9. Migrated GCS NIO from App Engine to gcloud-storage

    Also implemented FakeStorageRPC to provide an in-memory GCS
    implementation for testing (it's not complete yet, but good enough for
    simple tests).
    jean-philippe-martin committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    c74b6fb View commit details
    Browse the repository at this point in the history
  10. Run google-java-format on GCS NIO

    I also made the following additional changes:
    
    - Don't use one-line javadocs, per request of @aozarov
    - Use public domain John Keats poetry published in 1819
    - Minor cleanup to a few JavaDocs
    jart authored and jean-philippe-martin committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2248848 View commit details
    Browse the repository at this point in the history
  11. Correct more style issues and remove warnings

    This change is a follow-up to post-merge comments in googleapis#706 made by
    @ajkannan and @aozarov. The following changes have been made:
    
    - Don't use @nullable on equals() methods
    - Don't `throws Exception` in test methods unless needed
    - Use incomplete sentences in JavaDoc summary fragment
    - Capitalize Cloud Storage
    - Get rid of some one-line JavaDocs
    - Use @code formatting when appropriate
    - Remove Paths.get() usages which is deprecated in Java 8
    - Remove @SuppressWarnings("null") which no one uses
    jart authored and jean-philippe-martin committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    617a84e View commit details
    Browse the repository at this point in the history