Move async mergeability check into widget
Currently Projects::MergeRequestsController#show goes into primary sometimes due to the mergeability check Let's move it to the widget and check it async when we load the merge request the first time and sync when it's auto refreshed Visually we have the same behaviour, but merge_requests#show action no longer goes to primary
Showing
Please register or sign in to comment