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

Provide a way to unset blob metadata #279

Merged
merged 6 commits into from
Oct 23, 2015

Commits on Oct 22, 2015

  1. Configuration menu
    Copy the full SHA
    333a3bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b91741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99178a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04cf0a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2015

  1. Provide a way to unset values in blob metadata

    - Use HashMap instead of ImmutableMap in builder.metadata
    - Use Collections.unmodifiableMap in blobInfo.metadata getter
    - Convert null values in metadata to Data.nullOf in blobInfo.toPb
    - Add integration tests
    - Add javadoc to mark BlobInfo.ImmutableEmptyMap as internal
    mziccard committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    87bc1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    682848a View commit details
    Browse the repository at this point in the history