From 5e65d4f6c601e6636d171dbf8586949fedc334d7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Feb 2022 18:14:47 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/group/roadmap/index.md | 4 +++- doc/user/group/value_stream_analytics/index.md | 15 +++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'doc/user/group') diff --git a/doc/user/group/roadmap/index.md b/doc/user/group/roadmap/index.md index 641fc8a1509..f10dc3bc22a 100644 --- a/doc/user/group/roadmap/index.md +++ b/doc/user/group/roadmap/index.md @@ -85,8 +85,10 @@ When you enable the roadmap settings sidebar, you can use it to refine epics sho You can configure the following: - Select date range. +- Turn milestones on or off and select whether to show all, group, sub-group, or project milestones. - Show all, open, or closed epics. -- Turn progress tracking on or off and select whether it uses issue weights or counts. +- Turn progress tracking for child issues on or off and select whether + to use issue weights or counts. The progress tracking setting is not saved in user preferences but is saved or shared using URL parameters. diff --git a/doc/user/group/value_stream_analytics/index.md b/doc/user/group/value_stream_analytics/index.md index 4663cfc8bfd..ccf77f79fd9 100644 --- a/doc/user/group/value_stream_analytics/index.md +++ b/doc/user/group/value_stream_analytics/index.md @@ -117,16 +117,15 @@ production environment for all merge requests deployed in the given time period. The "Recent Activity" metrics near the top of the page are measured as follows: - **New Issues:** the number of issues created in the date range. -- **Deploys:** the number of deployments 1 to production 2 in the date range. -- **Deployment Frequency:** the average number of deployments 1 to production 2 +- **Deploys:** the number of deployments to production in the date range. +- **Deployment Frequency:** the average number of deployments to production per day in the date range. -1. To give a more accurate representation of deployments that actually completed successfully, - the calculation for these two metrics changed in GitLab 13.9 from using the time a deployment was - created to the time a deployment finished. If you were referencing this metric prior to 13.9, please - keep this slight change in mind. -1. To see deployment metrics, you must have a - [production environment configured](../../../ci/environments/index.md#deployment-tier-of-environments). +To see deployment metrics, you must have a [production environment configured](../../../ci/environments/index.md#deployment-tier-of-environments). + +NOTE: +In GitLab 13.9 and later, deployment metrics are calculated based on when the deployment was finished. +In GitLab 13.8 and earlier, deployment metrics are calculated based on when the deployment was created. You can learn more about these metrics in our [analytics definitions](../../analytics/index.md). -- cgit v1.2.3