Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-28 09:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-28 09:09:01 +0300
commitbbf6581214128ae12a6ff32f66a0d03ee57a2e91 (patch)
tree0da60e8d374831618a6d3fb0a1260d83405ef42b /doc/user/analytics
parent5cef625594aedbac12011d870719fe81a1587a98 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/analytics')
-rw-r--r--doc/user/analytics/code_review_analytics.md10
-rw-r--r--doc/user/analytics/img/code_review_analytics_v12_8.pngbin0 -> 110305 bytes
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/user/analytics/code_review_analytics.md b/doc/user/analytics/code_review_analytics.md
index 0b501b1a56d..5861afd92a2 100644
--- a/doc/user/analytics/code_review_analytics.md
+++ b/doc/user/analytics/code_review_analytics.md
@@ -7,17 +7,19 @@ description: "Learn how long your open merge requests have spent in code review,
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/38062) in [GitLab Starter](https://about.gitlab.com/pricing/) 12.7.
Code Review Analytics makes it easy to view the longest-running reviews among open merge requests,
-enabling you to take action on individual MRs and reduce overall cycle time.
+enabling you to take action on individual merge requests and reduce overall cycle time.
NOTE: **Note:**
Initially, no data will appear. Data is populated as users comment on open merge requests.
## Overview
-Code Review Analytics displays a table of open merge requests which are currently considered to be in code review.
-The code review period for an MR is automatically identified as the time since the first non-author comment.
+Code Review Analytics displays a table of open merge requests that have at least one non-author comment. The review time is measured from the time the first non-author comment was submitted.
+The code review period for a merge request is automatically identified as the time since the first non-author comment.
-To access Code Review Analytics, from your project's menu, go to **Project Analytics > Code Review**.
+To access Code Review Analytics, from your project's menu, go to **{chart}** **Project Analytics > Code Review**.
+
+![Code Review Analytics](img/code_review_analytics_v12_8.png "List of code reviews; oldest review first.")
- The table is sorted by review duration, helping you quickly find the longest-running reviews which may need intervention or to be broken down into smaller parts.
- You can filter the list of MRs by milestone and label.
diff --git a/doc/user/analytics/img/code_review_analytics_v12_8.png b/doc/user/analytics/img/code_review_analytics_v12_8.png
new file mode 100644
index 00000000000..228e03e628a
--- /dev/null
+++ b/doc/user/analytics/img/code_review_analytics_v12_8.png
Binary files differ