Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Add tsdb.Scan() to unblock from a corrupted db. #320

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2018

  1. tsdb scan

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    1494b96 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. review-comments

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    256b31b View commit details
    Browse the repository at this point in the history
  2. merge master

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    b1bf6c7 View commit details
    Browse the repository at this point in the history
  3. refactor the test to use the filetutil.CopyDir

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    6a3cac2 View commit details
    Browse the repository at this point in the history
  4. use chunkDir to get the chunks dir

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    027ca86 View commit details
    Browse the repository at this point in the history
  5. move unrepeairbale blocks to seprate dir instead of deleting

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ec8223f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into scan-tsdb

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    6c8f7cf View commit details
    Browse the repository at this point in the history
  7. custom confirm message depending on the scanned objects

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1de1737 View commit details
    Browse the repository at this point in the history
  8. return error when scanned dir is empty

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    c1bc1bb View commit details
    Browse the repository at this point in the history
  9. fix windows test

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    e0a9be3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge remote-tracking branch 'upstream/master' into scan-tsdb

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5e933aa View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5d67925 View commit details
    Browse the repository at this point in the history
  3. removed duplicate tmp ext check

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    4acb8eb View commit details
    Browse the repository at this point in the history
  4. more explicit err return

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ac0f4ab View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. removed repair logic and simlified.

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ef52656 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into scan-tsdb

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    d139ea6 View commit details
    Browse the repository at this point in the history
  3. removed the repair logic and added test

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    7919ae5 View commit details
    Browse the repository at this point in the history
  4. close created blocks for windows to be able to delete them

    Signed-off-by: Krasi Georgiev <[email protected]>
    Krasi Georgiev committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    8a38a1e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

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