Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitlab code review batch comments?

Tags:

gitlab

Is it possible to get batch comments in Gitlab when doing a code review? Similar to Phabricator, where you only get one email when the reviewer makes multiple comments on your code?

We are trying to use Gitlab at work, and feel kind of spammed by the individual emails per comment.

Thanks

like image 357
Reezy Avatar asked Aug 03 '14 12:08

Reezy


People also ask

How do you add code review comments in GitLab?

Select the comment icon in the gutter to expand the diff lines and display a comment box. In GitLab version 13.2 and later, you can select multiple lines. In the text area, write your first comment, then select Start a review below your comment. Continue adding comments to lines of code.

How do I comment multiple lines in GitLab?

Users can now click at the beginning of a line and drag the comment marker across multiple lines to highlight and reference multiple lines when leaving feedback in an MR.

How do I see comments in GitLab?

To select a specific commit, on the merge request, select the Commits tab, select the commit message. To view the latest commit, select the Changes tab. By the line you want to comment on, hover over the line number and select Comment ( ). You can select multiple lines by dragging the Comment ( ) icon.


2 Answers

This is now available as per this news

like image 112
Benoit Galati Avatar answered Sep 23 '22 07:09

Benoit Galati


There is an open feature proposal for this here.

like image 31
jimmyjudas Avatar answered Sep 20 '22 07:09

jimmyjudas