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

Rename commonerrors and commonparams #3779

Merged
merged 6 commits into from
Nov 30, 2023

Conversation

noisersup
Copy link
Member

@noisersup noisersup commented Nov 29, 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.

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Merging #3779 (e24935d) into main (aad8a21) will decrease coverage by 0.38%.
The diff coverage is 83.55%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3779      +/-   ##
==========================================
- Coverage   76.72%   76.34%   -0.38%     
==========================================
  Files         317      317              
  Lines       23117    23121       +4     
==========================================
- Hits        17736    17652      -84     
- Misses       4351     4434      +83     
- Partials     1030     1035       +5     
Files Coverage Δ
internal/clientconn/conn.go 55.49% <100.00%> (ø)
.../common/aggregations/operators/accumulators/sum.go 84.00% <100.00%> (ø)
...rnal/handler/common/aggregations/operators/type.go 77.41% <100.00%> (ø)
...l/handler/common/aggregations/stages/add_fields.go 75.00% <100.00%> (ø)
...al/handler/common/aggregations/stages/collstats.go 87.50% <100.00%> (ø)
...ternal/handler/common/aggregations/stages/count.go 100.00% <100.00%> (ø)
...ternal/handler/common/aggregations/stages/match.go 75.00% <100.00%> (ø)
...rnal/handler/common/aggregations/stages/project.go 100.00% <100.00%> (ø)
internal/handler/common/aggregations/stages/set.go 75.00% <100.00%> (ø)
...nternal/handler/common/aggregations/stages/sort.go 100.00% <100.00%> (ø)
... and 67 more

... and 9 files with indirect coverage changes

Flag Coverage Δ
filter-false ?
filter-true 72.40% <82.65%> (-0.36%) ⬇️
hana-1 ?
integration 72.40% <82.65%> (-0.39%) ⬇️
mongodb-1 5.47% <0.00%> (-0.01%) ⬇️
mysql-1 ?
mysql-2 ?
mysql-3 ?
postgresql-1 51.03% <40.31%> (-0.05%) ⬇️
postgresql-2 52.51% <36.59%> (-0.10%) ⬇️
postgresql-3 51.88% <41.89%> (-0.08%) ⬇️
sqlite-1 50.30% <40.31%> (-0.04%) ⬇️
sqlite-2 51.69% <36.59%> (-0.06%) ⬇️
sqlite-3 50.97% <41.89%> (-0.08%) ⬇️
unit 30.24% <2.92%> (-0.01%) ⬇️

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

@noisersup noisersup changed the title commonerrors rename commonerrors and commonparams Nov 29, 2023
@noisersup noisersup marked this pull request as ready for review November 30, 2023 00:22
@noisersup noisersup requested a review from a team as a code owner November 30, 2023 00:22
@noisersup noisersup changed the title rename commonerrors and commonparams Rename commonerrors and commonparams Nov 30, 2023
@noisersup noisersup added the code/chore Code maintenance improvements label Nov 30, 2023
@noisersup noisersup enabled auto-merge (squash) November 30, 2023 00:23
@noisersup noisersup requested review from a team and henvic November 30, 2023 00:23
Copy link
Member

@AlekSi AlekSi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI fails

@noisersup noisersup added this to the Next milestone Nov 30, 2023
@noisersup noisersup requested a review from AlekSi November 30, 2023 09:36
@AlekSi AlekSi disabled auto-merge November 30, 2023 10:20
@AlekSi AlekSi merged commit 90ca808 into FerretDB:main Nov 30, 2023
28 of 30 checks passed
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
2 participants