cozystack/pkg/registry/apps/application
Aleksei Sviridkin fb8157ef9b
refactor(api): remove rootHost-based name length validation
Root-host validation for Tenant names is no longer needed here.
The underlying issue (namespace.cozystack.io/host label exceeding
63-char limit) will be addressed in #2002 by moving the label
to an annotation.

Name length validation now only checks the Helm release name
limit (53 - prefix length), which applies uniformly to all
application types.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
2026-02-12 13:52:37 +03:00
..
rest.go refactor(api): remove rootHost-based name length validation 2026-02-12 13:52:37 +03:00
rest_defaulting.go [registry] Fix linter errors 2025-12-26 12:52:49 +03:00
rest_defaulting_test.go [cozystack-api] Implement Kubernetes-like defaulting 2025-09-18 02:32:16 +02:00
rest_sorting_test.go [registry] Add alphabetical sorting to resource lists 2025-12-26 12:48:25 +03:00
rest_validation_test.go refactor(api): remove rootHost-based name length validation 2026-02-12 13:52:37 +03:00