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

Implement CLI setup #4250

Closed
wants to merge 74 commits into from
Closed

Implement CLI setup #4250

wants to merge 74 commits into from

Conversation

b1ron
Copy link
Contributor

@b1ron b1ron commented Apr 19, 2024

Description

Closes #4243.

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.

@b1ron b1ron added the code/chore Code maintenance improvements label Apr 19, 2024
@b1ron b1ron added this to the v1.22.0 milestone Apr 19, 2024
@b1ron b1ron self-assigned this Apr 19, 2024
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

Attention: Patch coverage is 80.40770% with 173 lines in your changes are missing coverage. Please review.

Project coverage is 74.13%. Comparing base (2da27aa) to head (69cfc52).
Report is 15 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4250      +/-   ##
==========================================
- Coverage   75.17%   74.13%   -1.05%     
==========================================
  Files         339      325      -14     
  Lines       22910    22452     -458     
==========================================
- Hits        17222    16644     -578     
- Misses       4384     4599     +215     
+ Partials     1304     1209      -95     
Files Coverage Δ
ferretdb/ferretdb.go 86.66% <100.00%> (+0.14%) ⬆️
integration/setup/listener.go 71.14% <100.00%> (-9.27%) ⬇️
integration/setup/setup.go 84.91% <100.00%> (+0.17%) ⬆️
integration/setup/setup_compat.go 87.50% <100.00%> (-5.69%) ⬇️
internal/backends/mysql/mysql.go 0.00% <ø> (ø)
internal/bson/bson.go 83.07% <ø> (ø)
internal/bson/logging.go 91.25% <100.00%> (+0.83%) ⬆️
internal/bson/tag_string.go 36.36% <ø> (ø)
internal/clientconn/listener.go 82.89% <ø> (+0.54%) ⬆️
internal/handler/authenticate.go 76.47% <100.00%> (ø)
... and 26 more

... and 29 files with indirect coverage changes

Flag Coverage Δ
filter-false ?
filter-true 67.43% <79.40%> (-1.50%) ⬇️
hana-1 ?
integration 67.43% <79.40%> (-1.55%) ⬇️
mongodb-1 5.13% <0.00%> (-0.01%) ⬇️
mysql-1 ?
mysql-2 ?
mysql-3 ?
postgresql-1 44.66% <51.19%> (-2.01%) ⬇️
postgresql-2 44.80% <49.14%> (-4.93%) ⬇️
postgresql-3 41.50% <27.53%> (-8.41%) ⬇️
postgresql-4 41.12% <29.23%> (?)
postgresql-5 43.30% <30.83%> (?)
sqlite-1 43.72% <51.19%> (-2.08%) ⬇️
sqlite-2 44.17% <49.14%> (-4.77%) ⬇️
sqlite-3 40.74% <27.53%> (-8.32%) ⬇️
sqlite-4 40.50% <29.23%> (?)
unit 33.19% <4.11%> (+0.50%) ⬆️

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

@AlekSi AlekSi assigned AlekSi and unassigned b1ron May 28, 2024
@AlekSi AlekSi added trust PRs that can access Actions secrets packages PRs that should build packages labels May 28, 2024
@b1ron b1ron closed this by deleting the head repository May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Code maintenance improvements packages PRs that should build packages trust PRs that can access Actions secrets
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Implement ferretdb --setup flags
2 participants