Files
ubicloud/spec/prog/test/vm_group_spec.rb
Jeremy Evans e281824d34 Add name validation for projects
Currently, even projects with empty names are allowed. The UI
tries to avoid this by using a required attribute on the inputs,
but it's trivial for users to work around that.

To not break existing projects with invalid names, only validate
for new projects, and when the project's name has changed.

For the validation format, use a case-insensitive version of
Validation::ALLOWED_NAME_PATTERN.
2024-12-02 10:21:38 -08:00

6.8 KiB