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

  1. Open RubyMine settings (Ctrl + Alt + S) > Plugins > Search for "GitLab" > Install
    • (You might need to re-open settings afterwards.)
  2. In the RubyMine settings > Version Control > GitLab > Connect your GitLab account with "+"

Working with merge requests

  1. From the Actions menu (Ctrl + Shift + A), choose "View merge requests" (with GitLab icon)
  2. From the subtle dropdown, select the correct origin. Confirm with "View Merge Requests".
  3. 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.

Dominik Schöler