Skip to content
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 getParameter out of common package #3789

Merged
merged 5 commits into from
Dec 1, 2023

Conversation

noisersup
Copy link
Member

@noisersup noisersup commented Nov 30, 2023

Description

Closes #3662.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@noisersup noisersup changed the title Move getparameter out of common package Move getParameter out of common package Nov 30, 2023
@noisersup noisersup self-assigned this Nov 30, 2023
@noisersup noisersup added the code/chore Code maintenance improvements label Nov 30, 2023
@noisersup noisersup added this to the Next milestone Nov 30, 2023
Copy link
Contributor

mergify bot commented Nov 30, 2023

@noisersup this pull request has merge conflicts.

@mergify mergify bot added the conflict PRs that have merge conflicts label Nov 30, 2023
@mergify mergify bot removed the conflict PRs that have merge conflicts label Nov 30, 2023
@noisersup noisersup requested review from a team, henvic, rumyantseva and AlekSi November 30, 2023 11:59
@noisersup noisersup marked this pull request as ready for review November 30, 2023 11:59
@noisersup noisersup enabled auto-merge (squash) November 30, 2023 11:59
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #3789 (fbaac3c) into main (4992933) will decrease coverage by 0.07%.
The diff coverage is 92.78%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3789      +/-   ##
==========================================
- Coverage   76.32%   76.26%   -0.07%     
==========================================
  Files         324      323       -1     
  Lines       23522    23520       -2     
==========================================
- Hits        17953    17937      -16     
- Misses       4525     4540      +15     
+ Partials     1044     1043       -1     
Files Coverage Δ
internal/handler/msg_getparameter.go 92.85% <92.78%> (-7.15%) ⬇️

... and 8 files with indirect coverage changes

Flag Coverage Δ
filter-true 72.41% <92.78%> (-0.07%) ⬇️
hana-1 ?
integration 72.41% <92.78%> (-0.07%) ⬇️
mongodb-1 5.35% <0.00%> (+<0.01%) ⬆️
postgresql-1 51.37% <0.00%> (+<0.01%) ⬆️
postgresql-2 52.70% <92.78%> (+0.05%) ⬆️
postgresql-3 52.13% <0.00%> (-0.07%) ⬇️
sqlite-1 50.60% <0.00%> (+<0.01%) ⬆️
sqlite-2 51.80% <92.78%> (-0.01%) ⬇️
sqlite-3 51.20% <0.00%> (-0.06%) ⬇️
unit 30.71% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@noisersup noisersup merged commit 38e0d3d into FerretDB:main Dec 1, 2023
28 checks passed
@noisersup noisersup deleted the move-commonhandlers-new-3662 branch December 1, 2023 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Code maintenance improvements
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Move and rename the handler
3 participants