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

Move generation from BlobInfo to BlobId #366

Merged
merged 3 commits into from
Nov 14, 2015

Commits on Nov 12, 2015

  1. Move generation from BlobInfo to BlobId

    - Add generation to BlobId and remove from BlobInfo, update tests
    - Add generationMatch() and generationNotMatch() methods to (BlobSource/BlobGet)Option
    - Add setGeneration method to set generation value in empty generation options from BlobId
    - Add support for empty generation options in storage.get
    - Add support for empty generation options in storage.readAllBytes
    - Add support for empty generation options in storage.reader
    - Add support for empty generation options in storage.delete
    - Add support for empty generation options in BatchRequest
    - Add support for empty generation options in CopyRequest
    - Update/and unit and integration tests
    mziccard committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    2ffac2d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

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