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

Refactored the serialization test to use BaseSerializationTest #781

Closed
wants to merge 65 commits into from

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

Commits on Mar 3, 2016

  1. Configuration menu
    Copy the full SHA
    622dcc9 View commit details
    Browse the repository at this point in the history
  2. 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. Remove BlobListOption.recursive option and fix delimiter handling

    - Add BlobListOption.currentDirectory option that sets the '/' delimiter
    - Add isDirectory method to BlobInfo objects
    - Change StorageRpc.list(bucket) method to add prefixes to the list of storage objects
    - Add unit and integration tests
    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    d930b4b View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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
  6. 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
  7. Configuration menu
    Copy the full SHA
    aa6c173 View commit details
    Browse the repository at this point in the history
  8. 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

Commits on Mar 9, 2016

  1. Refactor Storage's delimiter support

    - Minor fixes to javadoc
    - Favor firstNonNull over ternary operator when possible
    - Move prefix-object transformer to static function
    - Simplify StorageOptions equals method
    mziccard committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    de9b0d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#726 from mziccard/fix-list-prefix

    Remove BlobListOption.recursive option and fix delimiter handling
    mziccard committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    5dd3c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    407c436 View commit details
    Browse the repository at this point in the history
  2. Reorder and add imports

    mziccard committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    fd7d84d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Merge pull request googleapis#742 from mziccard/rename-spi

    Create service-specific spi packages
    ajkannan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    0d38c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a595f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d0917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24a712a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac1ba66 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#738 from mziccard/javadoc-group-packages

    Use groups to separate packages in javadoc's index
    ajkannan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    1425513 View commit details
    Browse the repository at this point in the history
  7. Remove final from Blob

    So we can mock it in test classes.
    Also make equals and hashCode final.
    jean-philippe-martin committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    8a3b4f2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#744 from jean-philippe-martin/blob_notf…

    …inal
    
    Remove final from Blob
    aozarov committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ddd02aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2016

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

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    d97c188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e23d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#745 from mziccard/rename-max-results

    Rename maxResults to pageSize
    mderka committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    9e5c173 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#747 from mziccard/master

    Fix flaky RemoteGcsHelperTest.testForceDeleteTimeout
    aozarov committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    646f3c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Configuration menu
    Copy the full SHA
    4e0248f View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#743 from mziccard/signurl-javadoc

    Add more detailed javadoc to Blob and Storage signUrl
    mziccard committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    3b083a6 View commit details
    Browse the repository at this point in the history
  3. Add get, replace, and test for IAM

    Ajay Kannan committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    c2c6628 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#718 from ajkannan/get-set-test-iam

    Add get, replace, and test for IAM
    ajkannan committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    7d48ec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

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

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    967c5c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034432a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce59793 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    0a113cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8840b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4e288 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e0c6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83ddb08 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#754 from mziccard/serialization-tests

    Create base class for serialization tests
    aozarov committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    353d2db View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Remove checks for contentType in CopyRequest

    - update CopyRequest to hold both targetId and targetInfo
    - avoid sending storage object in StorageRpc.rewrite when only targetId is set
    - refactor CopyWriter and state
    - add integration tests
    mziccard committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    22636e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    3e5db7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1855ae1 View commit details
    Browse the repository at this point in the history
  3. Rephrase RewriteChannel and Storage.copy javadoc. Add final to CopyWr…

    …iter's StateImpl.target
    mziccard committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    5dd0292 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#762 from mziccard/remove-compose-conten…

    …t-type
    
    Remove default contentType from Storage.compose and Bucket.create
    mziccard committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    fa64fa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. IAM docs and functional methods for policies

    Ajay Kannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    3e9e1a0 View commit details
    Browse the repository at this point in the history
  2. Add binding entries as necessary in IamPolicy.Builder

    Ajay Kannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    c05e738 View commit details
    Browse the repository at this point in the history
  3. Take care of minor changes

    Ajay Kannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    7bbe67f View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#760 from ajkannan/iam-docs-and-cleanup

    IAM docs and functional methods for policies
    ajkannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    5fbb41c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Configuration menu
    Copy the full SHA
    3a97ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52bf6c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#772 from ajkannan/support-more-iam-roles

    Make Role and Permission strings to allow for service-specific values
    ajkannan committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    a78f0a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c6da4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#774 from mziccard/rename-next-page-token

    Rename startPageToken to pageToken in Storage and BigQuery
    ajkannan committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    689bbb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Merge remote-tracking branch 'upstream/master' into dns-alpha

    Merged to get new serialization test from core.
    mderka committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d974887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f2030 View commit details
    Browse the repository at this point in the history