-
Notifications
You must be signed in to change notification settings - Fork 409
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
Implement getLog
for SQLite
#3279
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3279 +/- ##
==========================================
- Coverage 75.15% 75.14% -0.01%
==========================================
Files 400 400
Lines 23018 23145 +127
==========================================
+ Hits 17299 17393 +94
- Misses 4715 4741 +26
- Partials 1004 1011 +7
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Looks great 🚀
[upd] I set "do not merge" label because I'm going to continue working on the PR (to have backend name and version passed to getLog) |
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.
Let's set backend name and version
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.
Just a small comment 🤗
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.
Looks good to me!
@rumyantseva this pull request has merge conflicts. |
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.
Looks good to me!
Description
Closes #3261.
Note: The new implementation of
getLog
doesn't depend on a particular handler and can be reused in a universal handler.Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.