-
Notifications
You must be signed in to change notification settings - Fork 100
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
refactor(metadb): change backend serialization to protobuf #1842
Conversation
52b5b32
to
8761abb
Compare
6e604de
to
97b37b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My partial review.
414ce16
to
058f79a
Compare
cb7fe4d
to
e199e83
Compare
Codecov Report
@@ Coverage Diff @@
## main #1842 +/- ##
==========================================
- Coverage 91.93% 89.88% -2.06%
==========================================
Files 155 158 +3
Lines 26807 26978 +171
==========================================
- Hits 24646 24249 -397
- Misses 1600 2009 +409
- Partials 561 720 +159
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c8d4e2f
to
8839281
Compare
3cf330b
to
7f28bee
Compare
50dccdf
to
209da66
Compare
5e819cc
to
ddd5627
Compare
ddd5627
to
37d5ea1
Compare
e3ca46b
to
771a996
Compare
b78db62
to
5801e14
Compare
Use protocol buffers and update the metadb interface to better suit our search needs Signed-off-by: Ramkumar Chinchani <[email protected]> Signed-off-by: Laurentiu Niculae <[email protected]>
5801e14
to
bf8e5a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.