Validate organizations.path using regex
What does this MR do and why?
For #410428 (closed)
Now that we have the organizations.path
attribute on the Organization model, it is necessary that we validate it with regex, so that reserved keywords or paths not matching our parameters for paths are excluded, and validation errors are thrown in such cases.
This MR adds such a validation for organizations.path
, I have added more details as comments below.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #410428 (closed)
Edited by Manoj M J