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 bbolt as internal/db/kvs #2177

Merged
merged 23 commits into from
Sep 15, 2023
Merged

Add bbolt as internal/db/kvs #2177

merged 23 commits into from
Sep 15, 2023

Commits on Sep 11, 2023

  1. Add bbolt kvs

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

Commits on Sep 12, 2023

  1. changed key type to []byte

    ykadowak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5c52508 View commit details
    Browse the repository at this point in the history
  2. combine types

    ykadowak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d953eb2 View commit details
    Browse the repository at this point in the history
  3. add license

    ykadowak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a2f598a View commit details
    Browse the repository at this point in the history
  4. add interface

    ykadowak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b93c61b View commit details
    Browse the repository at this point in the history
  5. use test template

    ykadowak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0c7490e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f896893 View commit details
    Browse the repository at this point in the history
  7. Split test cases

    ykadowak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1c18075 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8989ab View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    64875c0 View commit details
    Browse the repository at this point in the history
  2. remove unused bbolt error

    ykadowak committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5612f26 View commit details
    Browse the repository at this point in the history
  3. refactor

    ykadowak committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c3cc79b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abfd38f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. add filemode as func arg

    ykadowak committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8d41ee8 View commit details
    Browse the repository at this point in the history
  2. refactor

    ykadowak committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    40e429b View commit details
    Browse the repository at this point in the history
  3. fix recover from file

    ykadowak committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d02e170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3383549 View commit details
    Browse the repository at this point in the history
  5. apply format

    ykadowak committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0a476c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    f23a118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097c138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68486ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d4d68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aadaed9 View commit details
    Browse the repository at this point in the history