In big project, it's very difficult to see wich merge requests we have already commented or approved.
A chrome/chromium extension to quickly see which merge request I've commented or approved. Like this :
The red icons are the ones I've commented or approved.
git clone https://github.com/mRoca/chrome-extension-gitlab-mr-review.git
Then go to chrome://extensions/
, activate the Developer mode
, use the Load unpacked extension...
button and select the cloned folder.
Go to the cloned folder, and run
git pull --rebase
Then go to chrome://extensions/
and use the Reload
button of the Gitlab merge requests review
extension.
- This extension works with Gitlab api v4 (
GitLab >= 8.9
). - This extension only works with Gitlab CE : the approvals system of the EE is not used for now.