-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
4
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
neolynx
added
needs review
Ready for review & merge
needs rebase
The PR needs to be rebased on master
fix tests
Tests are failing
and removed
needs review
Ready for review & merge
labels
Apr 20, 2024
neolynx
force-pushed
the
feature/support-ssdb
branch
from
April 21, 2024 09:26
9d2e29b
to
38dfac1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1280 +/- ##
==========================================
- Coverage 74.89% 74.83% -0.06%
==========================================
Files 151 156 +5
Lines 17161 17530 +369
==========================================
+ Hits 12852 13119 +267
- Misses 3284 3367 +83
- Partials 1025 1044 +19 ☔ View full report in Codecov by Sentry. |
neolynx
added
needs review
Ready for review & merge
increase coverage
The PR lacks test coverage
and removed
fix tests
Tests are failing
labels
Apr 21, 2024
neolynx
force-pushed
the
feature/support-ssdb
branch
2 times, most recently
from
April 24, 2024 15:41
50e2a31
to
88d4563
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
from
June 15, 2024 22:34
88d4563
to
9c09966
Compare
6 tasks
neolynx
force-pushed
the
feature/support-ssdb
branch
from
June 17, 2024 19:11
f3520c0
to
049cd0a
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
from
July 3, 2024 16:26
049cd0a
to
145d641
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
3 times, most recently
from
July 31, 2024 20:17
3e63f55
to
5a43690
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
from
August 11, 2024 11:56
5a43690
to
6d3b852
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
2 times, most recently
from
October 1, 2024 12:35
95ece9c
to
393712c
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
from
October 3, 2024 21:39
393712c
to
106330e
Compare
neolynx
force-pushed
the
feature/support-ssdb
branch
from
October 9, 2024 18:21
106330e
to
4a6f4bb
Compare
Change-Id: I054c5fc9b02f613601781de8613d684faa0ea7f2
Change-Id: I8534e66786021ce4384c92a2a8d14aa50839a4da
neolynx
force-pushed
the
feature/support-ssdb
branch
from
October 22, 2024 19:07
4a6f4bb
to
15bf51e
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