From 8b00b9271849d22f0574752f28e57aec19e31e06 Mon Sep 17 00:00:00 2001 From: Ryan <rlehmann@gitlab.com> Date: Mon, 22 Jul 2024 15:52:15 -0400 Subject: [PATCH] Adjust list vs page wording --- .../monitoring/prometheus/gitlab_metrics.md | 4 ++-- doc/ci/pipelines/index.md | 2 +- doc/operations/incident_management/integrations.md | 2 +- doc/user/project/issue_board.md | 2 +- doc/user/project/merge_requests/index.md | 2 +- doc/user/project/milestones/index.md | 11 +++++------ 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md index 5ed8ab3f4d16..ea6c68e21890 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 1f81d85c879e..fd95a3fa9b89 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 5ecfeb3667fb..1c4122dd961e 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 f118fb313907..23a790b8f85a 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 1c42ecf31467..bd79a8a47361 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 bba3639ce589..4ebd253a3199 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 -- GitLab