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

DM-14760: Merge StorageFileInfo into StorageInfo #51

Merged
merged 3 commits into from
Aug 24, 2018
Merged

Commits on Aug 22, 2018

  1. Move checksum and size from StorageInfo to StoredFileInfo

    Since StorageInfo is now solely the datastore name, there is no
    reason for registry.updateStorageInfo to exist so it has
    been removed.
    timj committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    121159f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Remove StorageInfo and use datastore name directly

    StorageInfo now only has a single item in it so
    change all the APIs to be explicit about that item.
    Rename the StorageInfo registry methods as Address
    methods. getAddresses now returns all matching
    datastores.
    timj committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    b4a1399 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

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