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

[WIP] Badger datastore #4007

Merged
merged 11 commits into from
Sep 8, 2017
Merged

[WIP] Badger datastore #4007

merged 11 commits into from
Sep 8, 2017

Commits on Sep 4, 2017

  1. Initial badger ds support

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k authored and whyrusleeping committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    fe42bf9 View commit details
    Browse the repository at this point in the history
  2. badgerds: update datastore hooks

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k authored and whyrusleeping committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    bc27b9d View commit details
    Browse the repository at this point in the history
  3. badgerds: use go-ds-badger from gx

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k authored and whyrusleeping committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    c79bccf View commit details
    Browse the repository at this point in the history
  4. badgerds: implement DiskSpec

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k authored and whyrusleeping committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    c310e3d View commit details
    Browse the repository at this point in the history
  5. add badger init profile

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    0004008 View commit details
    Browse the repository at this point in the history
  6. update badger dep

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    167f5c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. fixup package.json

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    f200445 View commit details
    Browse the repository at this point in the history
  2. add godoc

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    152a9fa View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. add measure layer to badgerds profile defaults

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    526a0ac View commit details
    Browse the repository at this point in the history
  2. add option to set syncWrites to badger

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    a9b8b90 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. update go-ds-badger

    (and use the re-exported options instead of importing badger directly)
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    80757f3 View commit details
    Browse the repository at this point in the history