Dallinger / Dallinger

Laboratory automation for the behavioral and social sciences; human culture on a chip.
https://dallinger.readthedocs.io/
MIT License
116 stars 36 forks source link

Add check to verify app name is valid #6607

Closed fmhoeger closed 2 weeks ago

fmhoeger commented 2 weeks ago

We recently got stung by an underscore in an app name; underscores are not valid in subdomains.

Let's add a check to make sure that the app name is lower-case alphanumeric, with hyphens permitted but not as the first or last character, and with the first character always being a letter.