Skip to content

Commit

Permalink
added missing display names to some registry groups
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wert <[email protected]>
  • Loading branch information
AlexanderWert committed Dec 11, 2024
1 parent 1890d9e commit 84e8484
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/attributes-registry/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Azure

## Azure Sdk Attributes
## Azure SDK Attributes

This document defines generic attributes for Azure SDK.

Expand Down
2 changes: 1 addition & 1 deletion docs/attributes-registry/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# CICD

## CICD Pipeline Attributes
## CI/CD Pipeline Attributes

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.

Expand Down
1 change: 1 addition & 0 deletions model/artifact/registry.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions model/azure/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
groups:
- id: registry.azure.sdk
type: attribute_group
display_name: Azure SDK Attributes
brief: >
This document defines generic attributes for Azure SDK.
attributes:
Expand Down
1 change: 1 addition & 0 deletions model/cicd/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
groups:
- id: registry.cicd.pipeline
type: attribute_group
display_name: CI/CD Pipeline Attributes
brief: >
This group describes attributes specific to pipelines within a Continuous
Integration and Continuous Deployment (CI/CD) system. A
Expand Down
1 change: 1 addition & 0 deletions model/cloudfoundry/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
groups:
- id: registry.cloudfoundry
type: attribute_group
display_name: CloudFoundry Attributes
brief: >
CloudFoundry resource attributes.
attributes:
Expand Down
1 change: 1 addition & 0 deletions model/hardware/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
groups:
- id: registry.hardware
type: attribute_group
display_name: Hardware Attributes
brief: >
Attributes for hardware.
attributes:
Expand Down
1 change: 1 addition & 0 deletions model/linux/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ groups:
# linux.memory.* attribute group
- id: registry.linux.memory
type: attribute_group
display_name: Linux Memory Attributes
brief: "Describes Linux Memory attributes"
attributes:
- id: linux.memory.slab.state
Expand Down
1 change: 1 addition & 0 deletions model/profile/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ groups:

- id: registry.profile.frame
type: attribute_group
display_name: Profile Frame Attributes
brief: >
Describes the origin of a single frame in a Profile.
attributes:
Expand Down
1 change: 1 addition & 0 deletions model/test/registry.yaml
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
1 change: 1 addition & 0 deletions model/vcs/registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
groups:
- id: registry.vcs.repository
type: attribute_group
display_name: VCS Repository Attributes
brief: >
This group defines the attributes for
[Version Control Systems (VCS)](https://wikipedia.org/wiki/Version_control).
Expand Down

0 comments on commit 84e8484

Please sign in to comment.