Processing GitLab Merge Requests within RubyMine
GitLab has a RubyMine plugin Show archive.org snapshot that enables you to review and process merge requests within RubyMine!
Setup
- Open RubyMine settings (Ctrl + Alt + S) > Plugins > Search for "GitLab" > Install
- (You might need to re-open settings afterwards.)
- In the RubyMine settings > Version Control > GitLab > Connect your GitLab account with "+"
Working with merge requests
- From the Actions menu (Ctrl + Shift + A), choose "View merge requests" (with GitLab icon)
- From the subtle dropdown, select the correct origin. Confirm with "View Merge Requests".
- Filter merge requests and open one with a double click.
Now you can comment or edit the merge request. You can view file diffs and even add comments from within RubyMine.