Code reviews in GitLab CE: if there are no Merge request approvals, but you really want to.
One of the most needed features missing from the free version of GitLab is the ability to vote against repository resets to control Merge Requests (MR) using mandatory code reviews. We'll implement a minimal functionality ourselves—blocking Merge until several developers give a "thumbs up" on the MR. Why is this necessary? Our organization can certainly afford to purchase a GitLab license. However, so […]
