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

feat: ADR 040: Implement in-memory DB backend #9952

Merged
merged 12 commits into from
Aug 31, 2021

Commits on Aug 22, 2021

  1. changelog entry

    roysc committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    9d58b92 View commit details
    Browse the repository at this point in the history
  2. KVDB readme

    roysc committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    9086cc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Add dbtest package, test cases

    roysc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    caea36b View commit details
    Browse the repository at this point in the history
  2. Add VersionManager

    roysc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    42306a3 View commit details
    Browse the repository at this point in the history
  3. Add memdb package

    roysc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c8cd01d View commit details
    Browse the repository at this point in the history
  4. readme nit

    roysc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3665e04 View commit details
    Browse the repository at this point in the history
  5. fix testcase

    roysc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    e193214 View commit details
    Browse the repository at this point in the history
  6. clone is not needed here

    redundant since dbWriter uses a clone
    roysc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    e17792b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    roysc and alexanderbez authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0626049 View commit details
    Browse the repository at this point in the history
  2. Revise PR

    roysc committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0e04e23 View commit details
    Browse the repository at this point in the history
  3. clean up

    roysc committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3494b38 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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