Skip to content

Commit f0974a8

Browse files
added missing display names to some registry groups (#1674)
Signed-off-by: Alexander Wert <[email protected]>
1 parent a1de990 commit f0974a8

File tree

11 files changed

+11
-2
lines changed

11 files changed

+11
-2
lines changed

docs/attributes-registry/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Azure
88

9-
## Azure Sdk Attributes
9+
## Azure SDK Attributes
1010

1111
This document defines generic attributes for Azure SDK.
1212

docs/attributes-registry/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# CICD
88

9-
## CICD Pipeline Attributes
9+
## CI/CD Pipeline Attributes
1010

1111
This group describes attributes specific to pipelines within a Continuous Integration and Continuous Deployment (CI/CD) system. A [pipeline](https://wikipedia.org/wiki/Pipeline_(computing)) in this case is a series of steps that are performed in order to deliver a new version of software. This aligns with the [Britannica](https://www.britannica.com/dictionary/pipeline) definition of a pipeline where a **pipeline** is the system for developing and producing something. In the context of CI/CD, a pipeline produces or delivers software.
1212

model/artifact/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
groups:
22
- id: registry.artifact
33
type: attribute_group
4+
display_name: Artifact Attributes
45
brief: >
56
This group describes attributes specific to artifacts. Artifacts are
67
files or other immutable objects that are intended for distribution. This

model/azure/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
groups:
22
- id: registry.azure.sdk
33
type: attribute_group
4+
display_name: Azure SDK Attributes
45
brief: >
56
This document defines generic attributes for Azure SDK.
67
attributes:

model/cicd/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
groups:
22
- id: registry.cicd.pipeline
33
type: attribute_group
4+
display_name: CI/CD Pipeline Attributes
45
brief: >
56
This group describes attributes specific to pipelines within a Continuous
67
Integration and Continuous Deployment (CI/CD) system. A

model/cloudfoundry/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
groups:
22
- id: registry.cloudfoundry
33
type: attribute_group
4+
display_name: CloudFoundry Attributes
45
brief: >
56
CloudFoundry resource attributes.
67
attributes:

model/hardware/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
groups:
22
- id: registry.hardware
33
type: attribute_group
4+
display_name: Hardware Attributes
45
brief: >
56
Attributes for hardware.
67
attributes:

model/linux/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ groups:
22
# linux.memory.* attribute group
33
- id: registry.linux.memory
44
type: attribute_group
5+
display_name: Linux Memory Attributes
56
brief: "Describes Linux Memory attributes"
67
attributes:
78
- id: linux.memory.slab.state

model/profile/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ groups:
22

33
- id: registry.profile.frame
44
type: attribute_group
5+
display_name: Profile Frame Attributes
56
brief: >
67
Describes the origin of a single frame in a Profile.
78
attributes:

model/test/registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
groups:
22
- id: registry.test
33
type: attribute_group
4+
display_name: Test Attributes
45
brief: >
56
This group describes attributes specific to
67
[software tests](https://wikipedia.org/wiki/Software_testing).

0 commit comments

Comments
 (0)