-
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 <[email protected]> * Impl headbook export test Signed-off-by: Anton Dort-Golts <[email protected]> * Impl exportable for ds-backed headbook Signed-off-by: Anton Dort-Golts <[email protected]> * Impl exportable for in-memory headbook Signed-off-by: Anton Dort-Golts <[email protected]> * Cleanup go modules Signed-off-by: Anton Dort-Golts <[email protected]> * Specialize dump/restore signatures in components Signed-off-by: Anton Dort-Golts <[email protected]> * Impl export for address books (ds + mem) Signed-off-by: Anton Dort-Golts <[email protected]> * Protect against empty dumps Signed-off-by: Anton Dort-Golts <[email protected]> * Cover address book export with tests Signed-off-by: Anton Dort-Golts <[email protected]> * Move log/thread ID parsing into dedicated functions Signed-off-by: Anton Dort-Golts <[email protected]> * Use named error for empty dump restore Signed-off-by: Anton Dort-Golts <[email protected]> * Impl export for key books (ds + mem) Signed-off-by: Anton Dort-Golts <[email protected]> * Fix key suffix comparison Signed-off-by: Anton Dort-Golts <[email protected]> * Cover key book export with tests Signed-off-by: Anton Dort-Golts <[email protected]> * Fix resource leak on early return from key iteration Signed-off-by: Anton Dort-Golts <[email protected]> * Impl export for metadata books (ds + mem) Signed-off-by: Anton Dort-Golts <[email protected]> * Fix value decoding on dumps Signed-off-by: Anton Dort-Golts <[email protected]> * Cover metadata book export with tests Signed-off-by: Anton Dort-Golts <[email protected]> * Control restore behaviour with flag Signed-off-by: Anton Dort-Golts <[email protected]> * Impl hybrid logstore Signed-off-by: Anton Dort-Golts <[email protected]> * Add logstore suite to datastore tests Signed-off-by: Anton Dort-Golts <[email protected]> * Run standard test suites on a hybrid store Signed-off-by: Anton Dort-Golts <[email protected]> * Impl resource finalizer Signed-off-by: Anton Dort-Golts <[email protected]> * Logstore kind option + refactoring Signed-off-by: Anton Dort-Golts <[email protected]> * Rename: LogstoreKind -> LogstoreType Signed-off-by: Anton Dort-Golts <[email protected]>
- 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.