From bbf6581214128ae12a6ff32f66a0d03ee57a2e91 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 28 Jan 2020 06:09:01 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/analytics/code_review_analytics.md | 10 ++++++---- doc/user/analytics/img/code_review_analytics_v12_8.png | Bin 0 -> 110305 bytes 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 doc/user/analytics/img/code_review_analytics_v12_8.png (limited to 'doc/user/analytics') 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 Binary files /dev/null and b/doc/user/analytics/img/code_review_analytics_v12_8.png differ -- cgit v1.2.3