RUM-4098: Add TLVFormat DataStore persistence#2038
Merged
Conversation
jonathanmos
force-pushed
the
jmoskovich/rum-4098/add-persistence
branch
6 times, most recently
from
May 20, 2024 13:04
410e07f to
4d6dc78
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2038 +/- ##
===========================================
+ Coverage 83.19% 83.23% +0.04%
===========================================
Files 495 508 +13
Lines 17773 18004 +231
Branches 2685 2699 +14
===========================================
+ Hits 14785 14985 +200
- Misses 2256 2274 +18
- Partials 732 745 +13
|
jonathanmos
marked this pull request as ready for review
May 21, 2024 10:02
mariusc83
reviewed
May 21, 2024
0xnm
requested changes
May 21, 2024
0xnm
left a comment
Member
There was a problem hiding this comment.
good start! I reviewed production files so far, didn't go through the tests yet. I left some questions/suggestions.
jonathanmos
force-pushed
the
jmoskovich/rum-4098/add-persistence
branch
from
May 22, 2024 08:16
6279225 to
564eb64
Compare
mariusc83
requested changes
May 22, 2024
jonathanmos
marked this pull request as draft
May 26, 2024 18:50
jonathanmos
force-pushed
the
jmoskovich/rum-4098/add-persistence
branch
13 times, most recently
from
June 2, 2024 18:04
875464b to
459dd96
Compare
jonathanmos
marked this pull request as ready for review
June 4, 2024 07:32
0xnm
reviewed
Jun 5, 2024
jonathanmos
force-pushed
the
jmoskovich/rum-4098/add-persistence
branch
from
June 5, 2024 12:16
05dcf33 to
1c3f646
Compare
0xnm
requested changes
Jun 19, 2024
0xnm
approved these changes
Jun 20, 2024
jonathanmos
force-pushed
the
jmoskovich/rum-4098/add-persistence
branch
from
June 20, 2024 14:10
ba49a80 to
cc27469
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds the capability to write/read files in TLVformat, and defines a DataStore type that features can use to persist data between sessions.
Motivation
Part of the effort to persist bitmap hashes between sessions. Integrating the datastore with SR will be in a second PR.
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)