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

Sorted key/value store (badger) backed storage plugin #760

Merged
merged 32 commits into from
Apr 3, 2019
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d095edb
Implementation of sorted key/value store backed storage plugin for Ja…
burmanm Apr 16, 2018
82d163a
Add stuff (and some tests also) to satisfy Codecov
Jul 11, 2018
181e044
Add LastMaintenanceRun expvar for test purposes and remove error chec…
Jul 13, 2018
3aff0cf
Add more testing purposes timers
Jul 13, 2018
7b9eecd
Add dependency reader, address comments
Nov 16, 2018
2e11181
Replace expvar with metrics.Factory, rebase to new TraceReader API, r…
Jan 2, 2019
2b43039
Revert changes to the fixtures, outdated
Jan 2, 2019
d8471de
Satisfy gosimple by using Equal instead of Compare
Jan 3, 2019
d463076
Make factory_test check for io.Closer implementation
Jan 3, 2019
a8ecc16
Make metrics vars private to fix the liner
Jan 4, 2019
c7a86e6
Fix compile error in linux-only test
Jan 4, 2019
663c5a6
Create artificial test to hopefully cheat Codecov
Jan 10, 2019
fe8e652
Add sign-off to empty_tests
Jan 11, 2019
2955789
Rebased and changed to metricstest
Jan 28, 2019
b1dcada
Merge branch 'master' into local_storage
yurishkuro Feb 2, 2019
c1a76c3
Merge branch 'master' into local_storage
Feb 10, 2019
47fdc93
dep ensure --update
Feb 10, 2019
3d2fdde
Refactor tests int sub-packages
Feb 10, 2019
c35d10e
Merge branch 'master' into local_storage
Feb 11, 2019
1af4a5c
dep ensure --update
Feb 11, 2019
24ec9c2
Change cache interfaces and add new tests to reach higher coverage
burmanm Feb 12, 2019
8d3408d
Add more tests, including validation and encoding parsing tests
burmanm Feb 12, 2019
7b81610
Fix test refactoring to get factory coverage back to 100%
burmanm Feb 12, 2019
8606253
Change dependencyreader to use spanstore
burmanm Feb 13, 2019
e575e4c
Remove redundant consts
burmanm Feb 13, 2019
bfb1b7d
Merge branch 'master' into local_storage
Apr 2, 2019
10705ba
dep update
Apr 2, 2019
8bf30ad
make fmt
Apr 2, 2019
10b4b57
regen proto files
Apr 2, 2019
e053151
Merge branch 'master' into local_storage
Apr 3, 2019
25d27cb
dep --update
Apr 3, 2019
89e8522
make proto
Apr 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make proto
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
Yuri Shkuro committed Apr 3, 2019
commit 89e85228ed040288acc6c29f684a08c37ca7dfdf
21 changes: 12 additions & 9 deletions plugin/storage/grpc/proto/storageprototest/storage_test.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.