Skip to content

Add API support for retrieving deployed merge requests

Etienne Baqué requested to merge 35739-add-mr-to-deployment-api into master

What does this MR do?

This MR adds API support for retrieving merge requests deployed in a deployment. It reuses the parameters defined in the Merge Requests API. Also, we are introducing a new endpoint in the Deployment API: :id/deployments/:deployment_id/merge_requests

As a result, some refactoring was done in order to be consistent between the two APIs.

The new endpoint uses the MergeRequestsFinder to retrieve merge requests. This finder was then updated (and tests were added consequently)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #35739 (closed)

Edited by Mayra Cabrera

Merge request reports