diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md index 5ed8ab3f4d16c31a4c95f3b616a9aec4be5274be..ea6c68e21890f6cebd3e037a6dd26ec5f2872425 100644 --- a/doc/administration/monitoring/prometheus/gitlab_metrics.md +++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md @@ -131,8 +131,8 @@ The following metrics are available: | `action_cable_subscription_confirmations_total` | Counter | 13.10 | The number of ActionCable subscriptions from clients confirmed | `server_mode` | | `action_cable_subscription_rejections_total` | Counter | 13.10 | The number of ActionCable subscriptions from clients rejected | `server_mode` | | `action_cable_transmitted_bytes_total` | Counter | 16.0 | Total number of bytes transmitted over ActionCable | `operation`, `channel` | -| `gitlab_issuable_fast_count_by_state_total` | Counter | 13.5 | Total number of row count operations on issue/merge request list pages | | -| `gitlab_issuable_fast_count_by_state_failures_total` | Counter | 13.5 | Number of soft-failed row count operations on issue/merge request list pages | | +| `gitlab_issuable_fast_count_by_state_total` | Counter | 13.5 | Total number of row count operations on the **Issue** and **Merge request** pages | | +| `gitlab_issuable_fast_count_by_state_failures_total` | Counter | 13.5 | Number of soft-failed row count operations on the **Issue** and **Merge request** pages | | | `gitlab_ci_trace_finalize_duration_seconds` | Histogram | 13.6 | Duration of build trace chunks migration to object storage | | | `gitlab_vulnerability_report_branch_comparison_real_duration_seconds` | Histogram | 15.11 | Execution duration of vulnerability report present on default branch SQL query | | | `gitlab_vulnerability_report_branch_comparison_cpu_duration_seconds` | Histogram | 15.11 | Execution duration of vulnerability report present on default branch SQL query | | diff --git a/doc/ci/pipelines/index.md b/doc/ci/pipelines/index.md index 1f81d85c879e3308717b98d2b2144b0e22381a32..fd95a3fa9b8932d76cc3dcdc856094b364d028e0 100644 --- a/doc/ci/pipelines/index.md +++ b/doc/ci/pipelines/index.md @@ -352,7 +352,7 @@ To view all the pipelines that ran for your project: 1. On the left sidebar, select **Search or go to** and find your project. 1. Select **Build > Pipelines**. -You can filter the pipeline list by: +You can filter the **Pipelines** page by: - Trigger author - Branch name diff --git a/doc/operations/incident_management/integrations.md b/doc/operations/incident_management/integrations.md index 5ecfeb3667fbe67eef15cbae01e2cad21346e2f2..1c4122dd961e0eb73156e5d23bdf612934995816 100644 --- a/doc/operations/incident_management/integrations.md +++ b/doc/operations/incident_management/integrations.md @@ -446,5 +446,5 @@ To enable Opsgenie integration: such as `https://app.opsgenie.com/alert/list`. 1. Select **Save changes**. -After you enable the integration, go to the Alerts list page at +After you enable the integration, go to the **Alerts** page at **Monitor > Alerts**, and then select **View alerts in Opsgenie**. diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index f118fb3139075ab5d1e11dcb6a8c0f718c70eac0..23a790b8f85a12fc04992a43972df1debb4a360d 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -336,7 +336,7 @@ DETAILS: **Tier:** Premium, Ultimate **Offering:** GitLab.com, Self-managed, GitLab Dedicated -You're also able to create lists of a milestone. These are lists that filter issues by the assigned +You can create milestone lists that filter issues by the assigned milestone, giving you more freedom and visibility on the issue board. Prerequisites: diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 1c42ecf3146742a3735a05672ebe6153227f80db..bd79a8a473618410ae268e41633d7dd7cf5a2a11 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -167,7 +167,7 @@ a merge request, or: 1. Select **Edit**. 1. Search for the user you want to assign, and select the user. -GitLab adds the merge request to the user's assigned merge request list. +GitLab adds the merge request to the user's **Assigned merge requests** page. ### Assign multiple users diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md index bba3639ce5897121bb46902f591480ec4b89bcaf..4ebd253a31994175c2c075eacd2ead0620df1b54 100644 --- a/doc/user/project/milestones/index.md +++ b/doc/user/project/milestones/index.md @@ -76,17 +76,16 @@ To do so: ### View milestone details To view more information about a milestone, -in the milestone list select the title of the milestone you want to view. +in the **Milestones** page, select the title of the milestone you want to view. The milestone view shows the title and description. +The tabs below the title and description show the following: -There are also tabs below these that show the following: - -- **Issues**: Shows all issues assigned to the milestone. These are displayed in three columns named: +- **Issues**: Shows all issues assigned to the milestone. Issues are displayed in three columns named: - Unstarted Issues (open and unassigned) - Ongoing Issues (open and assigned) - Completed Issues (closed) -- **Merge Requests**: Shows all merge requests assigned to the milestone. These are displayed in four columns named: +- **Merge Requests**: Shows all merge requests assigned to the milestone. Merge requests are displayed in four columns named: - Work in progress (open and unassigned) - Waiting for merge (open and assigned) - Rejected (closed) @@ -230,7 +229,7 @@ You can also use the `/assign` [quick action](../quick_actions.md) in a comment. ### Filters in list pages -From the project and group issue/merge request list pages, you can filter by both group and project milestones. +You can filter by both group and project milestones from the project and group issue/merge request list pages, . ### Filters in issue boards