• Nick Thomas's avatar
    Allow blocking merge requests to be configured · 5aee2203
    Nick Thomas authored
    GitLab has model-level support for the idea of one merge request
    "blocking" another from being merged - the second MR can only be merged
    once the first one has, itself, been merged. We also show any existing
    blocks in the merge request widget.
    
    This commit adds support for adding and removing these blocks when
    creating or editing a merge request.
    
    Frontend changes mostly by Sam Bigelow <sbigelow@gitlab.com>
    5aee2203
merge_request.rb 5.09 KB