Commit 2fadf765 authored by Amy Qualls's avatar Amy Qualls Committed by Evan Read

Fix capitalization of DevOps

A few pages had usage of the word 'DevOps' incorrectly
capitalized.
parent 3e981e51
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
"CentOS", "CentOS",
"Consul", "Consul",
"Debian", "Debian",
"DevOps",
"Elasticsearch", "Elasticsearch",
"Facebook", "Facebook",
"Git LFS", "Git LFS",
......
...@@ -113,7 +113,7 @@ Stage labels respects the `devops::<stage_key>` naming convention. ...@@ -113,7 +113,7 @@ Stage labels respects the `devops::<stage_key>` naming convention.
<https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml> <https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml>
with `_` replaced with a space. with `_` replaced with a space.
For instance, the "Manage" stage is represented by the ~"devops::manage" label in For instance, the "Manage" stage is represented by the `~"devops::manage"` label in
the `gitlab-org` group since its key under `stages` is `manage`. the `gitlab-org` group since its key under `stages` is `manage`.
The current stage labels can be found by [searching the labels list for `devops::`](https://gitlab.com/groups/gitlab-org/-/labels?search=devops::). The current stage labels can be found by [searching the labels list for `devops::`](https://gitlab.com/groups/gitlab-org/-/labels?search=devops::).
...@@ -156,10 +156,10 @@ As a team needs some way to collect the work their members are planning to be as ...@@ -156,10 +156,10 @@ As a team needs some way to collect the work their members are planning to be as
Normally there is a 1:1 relationship between Stage labels and Group labels. In Normally there is a 1:1 relationship between Stage labels and Group labels. In
the spirit of "Everyone can contribute", any issue can be picked up by any group, the spirit of "Everyone can contribute", any issue can be picked up by any group,
depending on current priorities. When picking up an issue belonging to a different depending on current priorities. When picking up an issue belonging to a different
group, it should be relabelled. For example, if an issue labelled ~"devops::create" group, it should be relabelled. For example, if an issue labelled `~"devops::create"`
and ~"group::knowledge" is picked up by someone in the Access group of the Plan stage, and `~"group::knowledge"` is picked up by someone in the Access group of the Plan stage,
the issue should be relabelled as ~"group::access" while keeping the original the issue should be relabelled as `~"group::access"` while keeping the original
~"devops::create" unchanged. `~"devops::create"` unchanged.
We also use stage and group labels to help quantify our [throughput](https://about.gitlab.com/handbook/engineering/management/throughput/). We also use stage and group labels to help quantify our [throughput](https://about.gitlab.com/handbook/engineering/management/throughput/).
Please read [Stage and Group labels in Throughput](https://about.gitlab.com/handbook/engineering/management/throughput/#stage-and-group-labels-in-throughput) for more information on how the labels are used in this context. Please read [Stage and Group labels in Throughput](https://about.gitlab.com/handbook/engineering/management/throughput/#stage-and-group-labels-in-throughput) for more information on how the labels are used in this context.
......
...@@ -18,7 +18,7 @@ Follow these best practices to use GitLab's features in an offline environment: ...@@ -18,7 +18,7 @@ Follow these best practices to use GitLab's features in an offline environment:
To use many GitLab features, including To use many GitLab features, including
[security scans](../../user/application_security/index.md#working-in-an-offline-environment) [security scans](../../user/application_security/index.md#working-in-an-offline-environment)
and [Auto Devops](../autodevops/), the GitLab Runner must be able to fetch the and [Auto DevOps](../autodevops/), the GitLab Runner must be able to fetch the
relevant Docker images. relevant Docker images.
The process for making these images available without direct access to the public internet The process for making these images available without direct access to the public internet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment