Skip to content

IDE fix MR detection from fork

Paul Slaughter requested to merge ide-fix-detect-mr-from-fork into master

What does this MR do?

This adds support for querying by source_project_id in the merge_requests API endpoint.

What was wrong?

The IDE searched for MR's by the branch name. Unfortunately it didn't limit this to the current project. This ended up showing some very unrelated MR's in master and on .com.

Screen_Shot_2019-04-04_at_4.51.05_AM

Does this MR meet the acceptance criteria?

Conformity

Performance 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
Edited by Paul Slaughter

Merge request reports