-
Notifications
You must be signed in to change notification settings - Fork 409
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 user commands to handler map #3918
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3918 +/- ##
==========================================
- Coverage 75.22% 73.83% -1.40%
==========================================
Files 330 330
Lines 25665 25677 +12
==========================================
- Hits 19306 18958 -348
- Misses 5210 5588 +378
+ Partials 1149 1131 -18
... and 26 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
"createUser": { | ||
Handler: h.MsgCreateUser, | ||
Help: "Creates a new user on the database where you run the command.", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those commands are listed down below inside of EnablenewAuth
if, so I assume they should be only accessible when running FerretDB with -test-enable-new-auth
, i can be wrong though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are correct indeed!
Commands exist with |
Pull request was closed
Description
Updates the handler commands map for commands that were implemented in #1491, #3866, and #3867.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.