With gitlab, when reviewing a MR, you can set a file as viewed
.
This way, it does not show up in the Changes
tab, until a new change appears in that file.
However, it applies at the file level. That is to say, if
- you have reviewed 3 independant modifications in 3 different places in the file
- then you have marked the file as
viewed
- a commit is pushed with a modification in a 4th location in the file
then the file will appear again in the Changes
tab, and all 4 modifications will be displayed again for review.
I would like to know if there is a setting (or maybe a plugin?) to enable mark-as-viewed
at the patch level, in order to avoid reviewing again all modifications of a file when only one new modification actually has to be reviewed.