-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
App name validation fix #451
Conversation
Current coverage is
|
|
||
/** | ||
* Maximum length for Application name | ||
* @export {string} | ||
*/ | ||
this.nameMaxLength = '63'; | ||
this.nameMaxLength = '24'; |
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.
test must be adapted as well
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.
@cheld PTAL
127ad06
to
f1510f5
Compare
…ts first char to lowercase letter
f1510f5
to
9560ea0
Compare
LGTM |
Reviewed 2 of 3 files at r1, 1 of 1 files at r2. Comments from the review on Reviewable.io |
#411
App name is restricted to 24 chars and regex pattern now also restricts first char to lowercase letter