Merge requests doing nothing after upgrading to 7.5
Created by: dvdpearson
Last week I upgraded our GitLab system to the latest version (7.5.1). It results with some issues with our merge requests as they are not working properly. We are able to create ones, but when we click on "Accept Merge Request" green button, it refreshes the page and do nothing.
This morning I upgraded to the latest version (7.5.3), it didn't fix the problem. Is this issue known ? How could I investigate more on that issue ?
Thank you for your support !
Here are the logs for my merge request :
Started POST "/angularjs/project/merge_requests/1/automerge" for 64.XX.XX.186 at 2014-12-16 08:42:40 -0500 Processing by Projects::MergeRequestsController#automerge as JS Parameters: {"utf8"=>"✓", "commit_message"=>"Merge branch 'develop' into 'master'\r\n\r\ntest merge request\r\n\r\n\r\n\r\nSee merge request !1", "commit"=>"Accept Merge Request", "project_id"=>"angularjs/project", "id>"1"} Completed 200 OK in 431ms (Views: 1.5ms | ActiveRecord: 6.6ms) Started GET "/angularjs/project/merge_requests/1" for 64.XX.XX.186 at 2014-12-16 08:42:40 -0500 Processing by Projects::MergeRequestsController#show as HTML Parameters: {"project_id"=>"angularjs/project", "id"=>"1"}