Rebase before merge does not rebase at all
Accepting a merge request and ticking "rebase before merge" does not do any rebasing. The branch is simply merged.
I noticed a similar reported regression but what I am reporting does not work even from a forked repository.
This is with gitlab-ee-7.14.0-ee.0.el6.x86_64
Tried to look at the code, and it seems that the "should_rebase" option is not used anywhere in the codebase. Satelite cleanup issue?
$ git grep should_rebase v7.14.0-ee
v7.14.0-ee:app/views/projects/merge_requests/widget/open/_accept.html.haml: = label_tag :should_rebase do
v7.14.0-ee:app/views/projects/merge_requests/widget/open/_accept.html.haml: = check_box_tag :should_rebase, "1", @project.merge_requests_rebase_default