-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat: database backend add ssdb support #1280
Open
neolynx
wants to merge
3
commits into
master
Choose a base branch
from
feature/support-ssdb
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
9d2e29b
to
38dfac1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1280 +/- ##
==========================================
- Coverage 75.03% 74.97% -0.06%
==========================================
Files 158 163 +5
Lines 18356 18725 +369
==========================================
+ Hits 13773 14040 +267
- Misses 3445 3528 +83
- Partials 1138 1157 +19 ☔ View full report in Codecov by Sentry. |
50e2a31
to
88d4563
Compare
88d4563
to
9c09966
Compare
6 tasks
f3520c0
to
049cd0a
Compare
049cd0a
to
145d641
Compare
3e63f55
to
5a43690
Compare
5a43690
to
6d3b852
Compare
95ece9c
to
393712c
Compare
393712c
to
106330e
Compare
106330e
to
4a6f4bb
Compare
4a6f4bb
to
15bf51e
Compare
15bf51e
to
bca154e
Compare
bca154e
to
abbfd15
Compare
de022db
to
4076941
Compare
Change-Id: I054c5fc9b02f613601781de8613d684faa0ea7f2
Change-Id: I8534e66786021ce4384c92a2a8d14aa50839a4da
abbfd15
to
b5271ad
Compare
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.
Replaces #1115
Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
Description of the Change
Checklist
AUTHORS