This is a Google Chrome extension to enhance the Gitlab merge request UI.
chrome store: https://chrome.google.com/webstore/detail/gitlab-mr-tools/gefblbbchjoiikjegebbmilelbecgcaa
There are 3 statuses for a merge request:
If you are the reviewer: you didn't upvote the MR AND (all of your discussions are resolved OR you didn't start a discussion OR one of your discussion is not resolved and the last message is not from you)
You created the merge request: you have the upvotes needed for your merge request OR there is discussions not resolved and the last message is not from you
If you are the reviewer: one of your discussions is not resolved and the last message is from you or one of the discussion is not from you and the last message is from you
You created the merge request: all of the discussions are resolved OR in discussions not resolved the last message have to be yours
If you are the reviewer: all of your discussions are resolved and you've upvoted
You created the merge request: none
- Fix extension for all new gitlab UI
- Load every merge request at the same time instead of one by one
- Improve UI for the merge request list
- Add an option to do not track draft merge request
- Auto-detect username and gitlab url when no configuration is set
- Improve UI toggle of resolve comment
- Fix extension not loading on new gitlab version in specific project
- Fix extension not loading on new gitlab version
- Save the configuration automatically
- Don't display the done color if we still have discussions not resolved even if we approved the MR
- Make the extension work all groups merge request page
- Fix the extension on my merge request page
- Fix the message can be merged not showing up on MR without discussion
- Make the extension work in the page my merge request
- Add a condition for the "action"
- Display how much discussions are not resolved in the listing
- Display color code on the merge request for what you have to do
- Add settings (username, url, upvote needed, color code)