Generate a user-friendly name for workspaces
Issue: Come up with more user-friendly scheme for rand... (#409774 - closed) • Ashvin Sharma • 18.5
What does this MR do and why?
Generate user-friendly name for workspace name
Workspaces name is generated by SecureRandom.alphanumeric
so far. This does not give a user-friendly and memorable name. This MR changes it such that the workspace suffix is created by the combination of a fruit, an animal and a color, downcased, parameterized and joined by a hyphen.
References
Screenshots or screen recordings
How to set up and validate locally
- Open
gdk.test:3000
- Create a workspace.
- Notice that the workspace name is now generated differently.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Ashvin Sharma