You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enforce valid chars in repo name
Signed-off-by: Benoit Donneaux <ben@tergology.com>
* Add dash to validate repo name
Signed-off-by: Benoit Donneaux <ben@tergology.com>
* Better name validation message
Signed-off-by: Benoit Donneaux <ben@tergology.com>
* Test repo name max length
Signed-off-by: Benoit Donneaux <ben@tergology.com>
* Test space in repo name
Signed-off-by: Benoit Donneaux <ben@tergology.com>
---------
Signed-off-by: Benoit Donneaux <ben@tergology.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
ValidateFunc: validation.StringMatch(regexp.MustCompile(`^[-a-zA-Z0-9_.]{1,100}$`), "must include only alphanumeric characters, underscores or hyphens and consist of 100 characters or less"),
0 commit comments