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

Add query plan cache commands to the docs #1501

Merged
merged 5 commits into from
Nov 18, 2022
Merged

Conversation

b1ron
Copy link
Contributor

@b1ron b1ron commented Nov 18, 2022

Description

Refs #1399.

Readiness checklist

  • I added tests for new functionality or bugfixes.
  • I ran task all, and it passed.
  • I added/updated comments for both exported and unexported top-level declarations (functions, types, etc).
  • I checked comments rendering with task godocs.
  • I ensured that the title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Assignee, Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@b1ron b1ron requested a review from a team November 18, 2022 11:12
@b1ron b1ron self-assigned this Nov 18, 2022
@b1ron b1ron requested review from w84thesun, rumyantseva, chilagrow and noisersup and removed request for a team November 18, 2022 11:12
@vercel
Copy link

vercel bot commented Nov 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ferret-db ✅ Ready (Inspect) Visit Preview Nov 18, 2022 at 11:36AM (UTC)

@b1ron b1ron changed the title Add query plan cache command to the docs Add query plan cache commands to the docs Nov 18, 2022
@vercel vercel bot temporarily deployed to Preview November 18, 2022 11:13 Inactive
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #1501 (c9a1949) into main (0d1ece0) will decrease coverage by 0.05%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1501      +/-   ##
==========================================
- Coverage   67.85%   67.80%   -0.06%     
==========================================
  Files         279      279              
  Lines       13500    13500              
==========================================
- Hits         9161     9154       -7     
- Misses       3418     3422       +4     
- Partials      921      924       +3     
Impacted Files Coverage Δ
internal/util/version/version.go 48.52% <0.00%> (-4.42%) ⬇️
internal/handlers/common/filter.go 84.65% <0.00%> (-1.16%) ⬇️
internal/handlers/pg/pgdb/query.go 71.11% <0.00%> (+2.22%) ⬆️
internal/handlers/tigris/msg_listdatabases.go 50.70% <0.00%> (+5.63%) ⬆️
Flag Coverage Δ
integration 63.85% <ø> (-0.09%) ⬇️
mongodb 14.17% <ø> (-0.03%) ⬇️
pg 52.99% <ø> (-0.12%) ⬇️
tigris 36.17% <ø> (+<0.01%) ⬆️
unit 26.44% <ø> (+<0.01%) ⬆️

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

@vercel vercel bot temporarily deployed to Preview November 18, 2022 11:36 Inactive
@b1ron b1ron marked this pull request as ready for review November 18, 2022 11:39
@b1ron b1ron requested review from a team, AlekSi and Fashander November 18, 2022 11:39
@AlekSi AlekSi merged commit 1a1885e into FerretDB:main Nov 18, 2022
@AlekSi AlekSi added this to the v0.6.2 milestone Nov 18, 2022
@AlekSi AlekSi added the documentation Something user-visible is badly or not documented label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Something user-visible is badly or not documented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants