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

RocksDb storage plugin #144

Merged
merged 51 commits into from
Dec 7, 2019
Merged

RocksDb storage plugin #144

merged 51 commits into from
Dec 7, 2019

Commits on Nov 17, 2019

  1. RocksDb plugin

    shargon committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    c5e5554 View commit details
    Browse the repository at this point in the history
  2. Update IStoragePlugin.cs

    shargon committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    838d35c View commit details
    Browse the repository at this point in the history
  3. Clean name

    shargon committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    a1220f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f479afa View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Refactor as IStore

    shargon committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    9c764b9 View commit details
    Browse the repository at this point in the history
  2. Remove Helper

    shargon committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    117ede5 View commit details
    Browse the repository at this point in the history
  3. Reorder

    shargon committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e4ed506 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Remove IStorage

    shargon committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    a84392a View commit details
    Browse the repository at this point in the history
  2. Reduce sln changes

    shargon committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    0a6859f View commit details
    Browse the repository at this point in the history
  3. sln bom

    shargon committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    2e1bf08 View commit details
    Browse the repository at this point in the history
  4. Clean and optimize

    shargon committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    8a7886b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abc7cd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Update nuget

    shargon committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    bc1fc19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f0339 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Rename namespaces

    shargon committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    d54a7ff View commit details
    Browse the repository at this point in the history
  2. Rename classes

    shargon committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    827497d View commit details
    Browse the repository at this point in the history
  3. 3.0 version

    shargon committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c0abe49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3a5c3 View commit details
    Browse the repository at this point in the history
  5. Format

    shargon committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    3d0f2a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Rename the directory

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f3fa4e3 View commit details
    Browse the repository at this point in the history
  2. SetSync

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9eadb8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    685f38a View commit details
    Browse the repository at this point in the history
  4. Update Options.cs

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6911097 View commit details
    Browse the repository at this point in the history
  5. Remove RocksDBCore

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4d739db View commit details
    Browse the repository at this point in the history
  6. Remove ColumnFamily.cs

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8ba53bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    680ff2a View commit details
    Browse the repository at this point in the history
  8. Add config.json

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    a384881 View commit details
    Browse the repository at this point in the history
  9. Update RocksDBStore.csproj

    erikzhang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ae28b22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d20c00e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6cdf40a View commit details
    Browse the repository at this point in the history
  12. Add storage UT

    shargon committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    47434a2 View commit details
    Browse the repository at this point in the history
  13. Fix RocksDb

    shargon committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    2eee854 View commit details
    Browse the repository at this point in the history
  14. Update dotnetcore.yml

    shargon committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f13b880 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Update dotnetcore.yml

    erikzhang committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    2c905bd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Copy fix leveldb

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    4915df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb978cc View commit details
    Browse the repository at this point in the history
  3. Remove test

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    0660468 View commit details
    Browse the repository at this point in the history
  4. Remove comment

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    677bfd3 View commit details
    Browse the repository at this point in the history
  5. Fix the fix

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    7564836 View commit details
    Browse the repository at this point in the history
  6. Fix Clear method

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    133a209 View commit details
    Browse the repository at this point in the history
  7. Some changes

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    c86312b View commit details
    Browse the repository at this point in the history
  8. Fix sln

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e3b3230 View commit details
    Browse the repository at this point in the history
  9. Update dotnetcore.yml

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    617e5fb View commit details
    Browse the repository at this point in the history
  10. sudo apt

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    22970dc View commit details
    Browse the repository at this point in the history
  11. add leveldb

    shargon committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    3b129ec View commit details
    Browse the repository at this point in the history
  12. Update dotnetcore.yml

    erikzhang committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    2488da8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    4144cbe View commit details
    Browse the repository at this point in the history
  2. Fix Dispose and add UT

    shargon committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    c9ab864 View commit details
    Browse the repository at this point in the history
  3. Clean using

    shargon committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    81cfb33 View commit details
    Browse the repository at this point in the history
  4. Optimize LevelDB init

    shargon committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    ab3e015 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

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