We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently a validation error from the backend is not handled at all:
instead of that show the error somewhat like this:
The text was updated successfully, but these errors were encountered:
Had a similar issue today. Just wanted to add some new repo and could not finish without looking up the validation rules in the source code.
Would be nice to have a proper hint what form is expected.
Sorry, something went wrong.
AFAICT this is frontend validation, regex
the .git is the issue iirc
.git
repo: [ validatePresence({ presence: true, ignoreBlank: true }), validateLength({ max: 200 }), validateFormat({ regex: /^([-_\w]+\.[-._\w]+)\/([-_\w]+)\/([-_\w]+)$/, }), ],
c0rydoras
No branches or pull requests
currently a validation error from the backend is not handled at all:
instead of that show the error somewhat like this:
The text was updated successfully, but these errors were encountered: