From f66a595c499af0288cba4f7802e2341db105c385 Mon Sep 17 00:00:00 2001 From: Alexander Wert Date: Wed, 11 Dec 2024 12:04:34 +0100 Subject: [PATCH] added missing display names to some registry groups Signed-off-by: Alexander Wert --- model/artifact/registry.yaml | 1 + model/azure/registry.yaml | 1 + model/cicd/registry.yaml | 1 + model/cloudfoundry/registry.yaml | 1 + model/hardware/registry.yaml | 1 + model/linux/registry.yaml | 1 + model/profile/registry.yaml | 1 + model/test/registry.yaml | 1 + model/vcs/registry.yaml | 1 + 9 files changed, 9 insertions(+) diff --git a/model/artifact/registry.yaml b/model/artifact/registry.yaml index 11cb388eb6..4f6dd98419 100644 --- a/model/artifact/registry.yaml +++ b/model/artifact/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.artifact type: attribute_group + display_name: Artifact Attributes brief: > This group describes attributes specific to artifacts. Artifacts are files or other immutable objects that are intended for distribution. This diff --git a/model/azure/registry.yaml b/model/azure/registry.yaml index 2fdd5c9501..3a4f805763 100644 --- a/model/azure/registry.yaml +++ b/model/azure/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.azure.sdk type: attribute_group + display_name: Azure Attributes brief: > This document defines generic attributes for Azure SDK. attributes: diff --git a/model/cicd/registry.yaml b/model/cicd/registry.yaml index b01ff09c72..110b1777d3 100644 --- a/model/cicd/registry.yaml +++ b/model/cicd/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.cicd.pipeline type: attribute_group + display_name: CI/CD Attributes brief: > This group describes attributes specific to pipelines within a Continuous Integration and Continuous Deployment (CI/CD) system. A diff --git a/model/cloudfoundry/registry.yaml b/model/cloudfoundry/registry.yaml index cf1a2f65b6..bdd701c818 100644 --- a/model/cloudfoundry/registry.yaml +++ b/model/cloudfoundry/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.cloudfoundry type: attribute_group + display_name: CloudFoundry Attributes brief: > CloudFoundry resource attributes. attributes: diff --git a/model/hardware/registry.yaml b/model/hardware/registry.yaml index 248484b193..0eb30a5fc3 100644 --- a/model/hardware/registry.yaml +++ b/model/hardware/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.hardware type: attribute_group + display_name: Hardware Attributes brief: > Attributes for hardware. attributes: diff --git a/model/linux/registry.yaml b/model/linux/registry.yaml index a3bf3f1554..5bceffb7bf 100644 --- a/model/linux/registry.yaml +++ b/model/linux/registry.yaml @@ -2,6 +2,7 @@ groups: # linux.memory.* attribute group - id: registry.linux.memory type: attribute_group + display_name: Linux Attributes brief: "Describes Linux Memory attributes" attributes: - id: linux.memory.slab.state diff --git a/model/profile/registry.yaml b/model/profile/registry.yaml index 8bbac2ef51..63fec365c5 100644 --- a/model/profile/registry.yaml +++ b/model/profile/registry.yaml @@ -2,6 +2,7 @@ groups: - id: registry.profile.frame type: attribute_group + display_name: Profile Attributes brief: > Describes the origin of a single frame in a Profile. attributes: diff --git a/model/test/registry.yaml b/model/test/registry.yaml index abc97af06f..cb7b8d2985 100644 --- a/model/test/registry.yaml +++ b/model/test/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.test type: attribute_group + display_name: Test Attributes brief: > This group describes attributes specific to [software tests](https://wikipedia.org/wiki/Software_testing). diff --git a/model/vcs/registry.yaml b/model/vcs/registry.yaml index 8b61583e0b..ecdb6e253d 100644 --- a/model/vcs/registry.yaml +++ b/model/vcs/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.vcs.repository type: attribute_group + display_name: Version Control Systems Attributes brief: > This group defines the attributes for [Version Control Systems (VCS)](https://wikipedia.org/wiki/Version_control).