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 internal KVS pogreb package #2302

Merged
merged 16 commits into from
Jan 24, 2024
Merged

Commits on Jan 22, 2024

  1. feat: add internal pogreb kvs package

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c0a6c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f3fe8 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    06c3a6c View commit details
    Browse the repository at this point in the history
  4. fix: tweak

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8a379b6 View commit details
    Browse the repository at this point in the history
  5. fix: deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6c9cdbf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. feat: add test for kvs and small refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5ab61fa View commit details
    Browse the repository at this point in the history
  2. feat: add condition to check key existance

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4ef0679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fcd38a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e27a0ae View commit details
    Browse the repository at this point in the history
  5. fix: small refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8122bc7 View commit details
    Browse the repository at this point in the history
  6. fix: tuning option value

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b90411f View commit details
    Browse the repository at this point in the history
  7. fix: deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    257a719 View commit details
    Browse the repository at this point in the history
  8. fix: make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ab6856b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update internal/db/kvs/pogreb/pogreb.go

    Co-authored-by: datelier <57349093+datelier@users.noreply.github.com>
    hlts2 and datelier authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c5553fd View commit details
    Browse the repository at this point in the history
  2. fix: error handling for option and update comment

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d53e69e View commit details
    Browse the repository at this point in the history
  3. fix: option setting

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c98c4c4 View commit details
    Browse the repository at this point in the history