-
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
Move handlers parameters to common #2529
Conversation
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.
Oh, that's the exact thing I tried before, and Alexey didn't approve because there are not enough params in count
and delete
to move them to a common package...
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2529 +/- ##
===========================================
- Coverage 64.35% 27.04% -37.32%
===========================================
Files 405 410 +5
Lines 20119 20058 -61
===========================================
- Hits 12948 5424 -7524
- Misses 6234 14063 +7829
+ Partials 937 571 -366
... and 122 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Well, I guess we have to wait until Monday then... |
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.
Great!
Because it wasn't the task your were working on. This issue is literally about moving things to the common code. |
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.
Why we updated msg_count but not msg_delete and msg_explain for Tigris?
I'm on it. |
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.
The code looks consistent to me! Thanks for moving all these params!
@w84thesun this pull request has merge conflicts. |
Description
In this PR I tried to get handlers parameters in the same way we do with
FindParams
.Handlers moved:
Closes #2465.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.