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

Add pebble as valid value for --db-type. #2244

Merged
merged 85 commits into from
Oct 31, 2023
Merged

Commits on Sep 11, 2023

  1. initial commit

    danlaine committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d24ee4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d578d00 View commit details
    Browse the repository at this point in the history
  3. update pebble dep

    danlaine committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    db2eeeb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    0983042 View commit details
    Browse the repository at this point in the history
  2. appease linter

    danlaine committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    528cc2d View commit details
    Browse the repository at this point in the history
  3. nit

    danlaine committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1bcfa65 View commit details
    Browse the repository at this point in the history
  4. nit

    danlaine committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    73a934f View commit details
    Browse the repository at this point in the history
  5. nit

    danlaine committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1e094b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f39300 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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

    danlaine committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    721275e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    5a8d855 View commit details
    Browse the repository at this point in the history
  2. fix tests

    danlaine committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9f7665b View commit details
    Browse the repository at this point in the history
  3. nit

    danlaine committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1db44c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    7e4cf61 View commit details
    Browse the repository at this point in the history
  2. nit

    danlaine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4051e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    662975f View commit details
    Browse the repository at this point in the history
  2. appease linter

    danlaine committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cd0a8e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    59a8615 View commit details
    Browse the repository at this point in the history
  2. remove TODO

    danlaine committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a710f54 View commit details
    Browse the repository at this point in the history
  3. remove unneeded var

    danlaine committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f21c81d View commit details
    Browse the repository at this point in the history
  4. unexport error

    danlaine committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cc7a15e View commit details
    Browse the repository at this point in the history
  5. atomic bool --> bool

    danlaine committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f9192ed View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. merged

    StephenButtolph committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    155edc9 View commit details
    Browse the repository at this point in the history
  2. match pebble version

    StephenButtolph committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    72a249d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix test:

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4b08b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fa698 View commit details
    Browse the repository at this point in the history
  3. pebbledb.New nit

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a1b7fba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b93c90 View commit details
    Browse the repository at this point in the history
  5. iterator nits

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    610e7f8 View commit details
    Browse the repository at this point in the history
  6. Compact Lock --> RLock

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fc91cd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aff591 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49499fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bba3048 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ffc6a8 View commit details
    Browse the repository at this point in the history
  11. remove unused var

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a8ff7b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6bacc7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b886790 View commit details
    Browse the repository at this point in the history
  14. prevent Compact panic

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f771665 View commit details
    Browse the repository at this point in the history
  15. fix default MaxConcurrentCompactions; fix compaction iterator leak; a…

    …ppease linter; add to tests
    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3412216 View commit details
    Browse the repository at this point in the history
  16. cleanup and comments

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f0e3f2e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c4d1a87 View commit details
    Browse the repository at this point in the history
  18. spelling is hard

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d379e77 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8eea9eb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c350116 View commit details
    Browse the repository at this point in the history
  21. os.MkDirTemp --> t.TempDir

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b64de08 View commit details
    Browse the repository at this point in the history
  22. remove unneeded file removal

    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b1768c1 View commit details
    Browse the repository at this point in the history
  23. Close db

    StephenButtolph committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    afd88e3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b360819 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6f89805 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge branch 'dev' into pebble-2

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9b4343f View commit details
    Browse the repository at this point in the history
  2. comments

    danlaine committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    417785f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da99730 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into pebble-2

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fbfdc6d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge branch 'dev' into pebble-2

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    70d3420 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into pebble-2

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f41856a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. nit move name declaration

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b49340b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into pebble-2

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c18a208 View commit details
    Browse the repository at this point in the history
  3. remove db manager

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3dca091 View commit details
    Browse the repository at this point in the history
  4. fix initDatabase

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a131092 View commit details
    Browse the repository at this point in the history
  5. fix initDatabase

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ce33816 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b66354 View commit details
    Browse the repository at this point in the history
  7. remove DBServer proto type

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f729156 View commit details
    Browse the repository at this point in the history
  8. revert scripts changes

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d0ff782 View commit details
    Browse the repository at this point in the history
  9. revert byte change

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4ea6944 View commit details
    Browse the repository at this point in the history
  10. nit

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3e6841f View commit details
    Browse the repository at this point in the history
  11. change healthy reporting

    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    af1bc23 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'dev' into remove-db-manager

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0891312 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. update coreth dep

    danlaine committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e6b970a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee8821 View commit details
    Browse the repository at this point in the history
  3. update level/pebble creation

    danlaine committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ba9fac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b4ef8 View commit details
    Browse the repository at this point in the history
  5. fix camelCase

    danlaine committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4fd170d View commit details
    Browse the repository at this point in the history
  6. nits

    danlaine committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    81bb71e View commit details
    Browse the repository at this point in the history
  7. fix database prefixing

    danlaine committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3987bf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8f1fe1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a71f38 View commit details
    Browse the repository at this point in the history
  10. make prefix var

    danlaine committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    63efa76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    887c094 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10a9a56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8feabe9 View commit details
    Browse the repository at this point in the history
  14. include comment

    StephenButtolph committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    de99f6e View commit details
    Browse the repository at this point in the history
  15. merged

    StephenButtolph committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f562920 View commit details
    Browse the repository at this point in the history