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

Support collStats command. #206

Merged
merged 10 commits into from
Dec 26, 2021
Merged

Conversation

ekalinin
Copy link
Contributor

@ekalinin ekalinin commented Dec 22, 2021

Closes #159.

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #206 (323206e) into main (520beae) will increase coverage by 0.29%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
+ Coverage   47.79%   48.09%   +0.29%     
==========================================
  Files          91       92       +1     
  Lines        4613     4668      +55     
==========================================
+ Hits         2205     2245      +40     
- Misses       2006     2016      +10     
- Partials      402      407       +5     
Impacted Files Coverage Δ
internal/handlers/shared/msg_collstats.go 62.50% <62.50%> (ø)
internal/pg/pool.go 72.88% <85.71%> (+1.72%) ⬆️
internal/handlers/handler.go 52.17% <100.00%> (+0.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 520beae...323206e. Read the comment docs.

internal/handlers/handler_test.go Outdated Show resolved Hide resolved
internal/pg/pool.go Outdated Show resolved Hide resolved
internal/pg/pool.go Outdated Show resolved Hide resolved
ekalinin and others added 5 commits December 24, 2021 14:00
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
@AlekSi AlekSi enabled auto-merge (squash) December 26, 2021 03:49
@AlekSi
Copy link
Member

AlekSi commented Dec 26, 2021

Thank you!

@AlekSi AlekSi added the code/feature Some user-visible feature is not implemented yet label Dec 26, 2021
@AlekSi AlekSi added this to the v0.0.5 milestone Dec 26, 2021
@AlekSi AlekSi merged commit 22a1644 into FerretDB:main Dec 26, 2021
@ekalinin ekalinin deleted the add-coll-stats-command branch December 26, 2021 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/feature Some user-visible feature is not implemented yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support collStats
2 participants