Tags: textileio/go-threads
Tags
Fix concurrent access in DB listeners (#490) Signed-off-by: Anton Dort-Golts <[email protected]>
Hybrid logstore (#463) * 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]>
PreviousNext