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

Make storage.update use normal update and add storage.patch #276

Closed

Commits on Oct 21, 2015

  1. Make storage.update use normal update, add storage.patch

    - Add update method to StoragRpc
    - Make Storage.update use StorageRpc.update instead of patch
    - Add Storage.patch(blobInfo) method
    - Add support for patches to BatchRequest (both Storage and StorageRpc)
    - Add static Storage.patch(BlobInfo...) method for easily batching patches
    - Update and add new tests
    - Update and add javadoc for Storage.update and Storage.patch
    mziccard committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    9ebf21e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2a6878 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Configuration menu
    Copy the full SHA
    c80f5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96702f8 View commit details
    Browse the repository at this point in the history