Skip to content

Add source and target branch filters to merge requests API

Sean McGivern requested to merge merge-requests-api-filter-by-branch into master

What does this MR do?

Adds source_branch and target_branch filters to the MR API and finder.

Are there points in the code the reviewer needs to double check?

🤷

Why was this MR needed?

  1. It's generally useful.
  2. To help the VSCode plugin.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42492.

Merge request reports