Skip to content

Implement optional parameters for show single MR API endpoint #488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

bvdbasch
Copy link
Contributor

The Gitlab merge request API has several optional parameters for the show single merge request API endpoint (see: https://docs.gitlab.com/ee/api/merge_requests.html#get-single-mr). The code contained in this commit implements those optional parameters EXCEPT render_html.

  • Add optional parameters for show single MR
  • Extend test for show single MR

@bvdbasch bvdbasch force-pushed the implement-optional-show-mr-params branch from a572af3 to d94d79d Compare February 21, 2020 13:19
The Gitlab merge request API has several optional parameters for the show single merge request API endpoint (see: https://docs.gitlab.com/ee/api/merge_requests.html#get-single-mr). The code contained in this commit implements those optional parameters EXCEPT `render_html`.

* Add optional parameters for show single MR
* Extend test for show single MR
@bvdbasch bvdbasch force-pushed the implement-optional-show-mr-params branch from d94d79d to 8c60060 Compare February 21, 2020 13:20
@m1guelpf m1guelpf merged commit 5975617 into GitLabPHP:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants