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

Add batch get, update, delete methods to Storage and Blob #233

Merged
merged 6 commits into from
Oct 12, 2015

Commits on Oct 9, 2015

  1. Add batch get, update, delete methods to storage

    - Update StorageRpc.BatchRequest to check for null to* lists
    - Add storage.get, storage.update and storage.delete methods
    - Add unit tests to StorageImplTest
    - Add integration tests to ITStorageTest
    mziccard committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    fc3a2d7 View commit details
    Browse the repository at this point in the history
  2. Add batch get update and delete to Blob

    - add delete, update and get methods to Blob class
    - add tests to BlobTest
    mziccard committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    b1918ca View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Configuration menu
    Copy the full SHA
    c552ede View commit details
    Browse the repository at this point in the history
  2. Refactor Blob/Storage batch get, update and delete

    - Storage get, update and delete now use batch in service layer
    - Blob/Storage get, update and delete always return immutable list
    - Update javadocs with info on list immutability and access denied error
    mziccard committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    5bf23b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1c6b04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2b6adc View commit details
    Browse the repository at this point in the history