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

kv: added RunInTransaction style transaction interface #5347

Merged
merged 12 commits into from
Jan 10, 2023

Commits on Jul 22, 2022

  1. added RunInTxn style interface to base kv

    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    dec67b5 View commit details
    Browse the repository at this point in the history
  2. added unit tests

    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    898b2d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. update comments

    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8c61ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf54caf View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

    # Conflicts:
    #	pkg/storage/kv/etcd_kv.go
    #	pkg/storage/kv/levedb_kv.go
    AmoebaProtozoa committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0ad3539 View commit details
    Browse the repository at this point in the history
  2. sort import

    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    be81039 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Jan 9, 2023

  1. pin create revision when key not exist

    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8750965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0c34a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    d60e299 View commit details
    Browse the repository at this point in the history
  2. empty commit to trigger ci

    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5f7115e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1de5b View commit details
    Browse the repository at this point in the history