Fixes milestone/merge_request API endpoint to really scope the results
What does this MR do?
This fixes the milestones/:id/merge_requests
API endpoint so it really scoped the returned merge_requests on the requested milestone.
The MergeRequestsFinder expects a milestone_title
instead of the milestone_id
.
Are there points in the code the reviewer needs to double check?
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together