Skip to content

fix: prohibit the use of slashes in clone identifiers (#558)

Artyom Kartasov requested to merge 558-clone-name-restriction into master

Description

Disable the use of slashes in clone identifiers, since a clone created with a custom name containing slashes cannot be manually destroyed.

Related issue

#558

Examples

2023-11-10_18-01

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Closes #558

Merge request reports