Closed lukasmetzner closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.75%. Comparing base (
e6c0356
) to head (6e9fb48
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.
There are some additional cases we do not cover yet like:
Should we do something specific about them, e.g trim label, trim characters and beginning or end? @apricote
Looking at the list of previous models I do not think we run into any problems with length or non-alphanumeric characters for now: https://docs.hetzner.com/robot/dedicated-server/general-information/root-server-hardware#hardware-configuration
Invalid characters like
™
should be removed when generating the instance-type label for Robot servers.