-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactoring headbook test suite Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl headbook export test Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl exportable for ds-backed headbook Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl exportable for in-memory headbook Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Cleanup go modules Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Specialize dump/restore signatures in components Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl export for address books (ds + mem) Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Protect against empty dumps Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Cover address book export with tests Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Move log/thread ID parsing into dedicated functions Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Use named error for empty dump restore Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl export for key books (ds + mem) Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Fix key suffix comparison Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Cover key book export with tests Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Fix resource leak on early return from key iteration Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl export for metadata books (ds + mem) Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Fix value decoding on dumps Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Cover metadata book export with tests Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Control restore behaviour with flag Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl hybrid logstore Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Add logstore suite to datastore tests Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Run standard test suites on a hybrid store Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Impl resource finalizer Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Logstore kind option + refactoring Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com> * Rename: LogstoreKind -> LogstoreType Signed-off-by: Anton Dort-Golts <dortgolts@gmail.com>
- Loading branch information
Showing
22 changed files
with
1,971 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.