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

Create a write-through block service #3294

Merged
merged 5 commits into from
Oct 12, 2016
Merged

Commits on Oct 11, 2016

  1. Make BlockService an interface.

    License: MIT
    Signed-off-by: Kevin Atkinson <[email protected]>
    kevina committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    dfd5e9a View commit details
    Browse the repository at this point in the history
  2. Create a "write through" BlockService.

    Create a block service where all writes are guaranteed to go though
    to the blockstore.
    
    License: MIT
    Signed-off-by: Kevin Atkinson <[email protected]>
    kevina committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    1173c00 View commit details
    Browse the repository at this point in the history
  3. test: check if NewWriteThrough is not calling Has

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and kevina committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    9854683 View commit details
    Browse the repository at this point in the history
  4. Change the test from being Has based to Put based

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and kevina committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    7e4b74b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. run gofmt

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    affb06d View commit details
    Browse the repository at this point in the history