-
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
Validate database names #913
Validate database names #913
Conversation
Codecov Report
@@ Coverage Diff @@
## main #913 +/- ##
=======================================
Coverage 59.70% 59.70%
=======================================
Files 224 224
Lines 10184 10201 +17
=======================================
+ Hits 6080 6091 +11
- Misses 3393 3400 +7
+ Partials 711 710 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
LGTM
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.
A few things are not really clear to me, asked questions.
P.S. @seeforschauer could you also check |
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.
LGTM
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.
I have a couple of minor comments, but in general it looks good to me.
Co-authored-by: Elena Grahovac <elena@grahovac.me>
0b59b3f
I committed the suggested change and all 3 approvals were dismissed. can we do anything with It? |
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.
I don't have critical comments, but I guess this PR might need a final look from @AlekSi
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.
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.
Description
This PR is a part of #807.
TestFindAndModifyEmptyCollectionName
test as the same test already done inTestCollectionName
.-
to sign_
to conform the rules.Error codes
Invalid namespace specified
, quotedInvalid namespace
, not quotedspecified
word in MongoDB, quotation differs$^%*&
Invalid namespace
, not quotedInvalid namespace
, not quotedDance PR FerretDB/dance#176.
Checklist
task all
, and it passed.task godocs
.