Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-04-05 10:29:53 +0300
committerPhil Hughes <me@iamphill.com>2019-04-05 10:29:53 +0300
commit59ac0924da8ffc6ae28eecffda2654cd7ab8f761 (patch)
treedd2740b77f9af61df459945e60bbd27c0b155140 /changelogs/unreleased/ide-fix-detect-mr-from-fork.yml
parentff648879642f81ccb5eda7c70b9738916a185630 (diff)
Fix IDE detecting MR from fork branch
**Why?** Currently the IDE loads a merge request based on only the `source_branch` name. This means it loads MR's from forks that have the same branch name (not good). - This required updating the BE API to accept `source_project_id`
Diffstat (limited to 'changelogs/unreleased/ide-fix-detect-mr-from-fork.yml')
-rw-r--r--changelogs/unreleased/ide-fix-detect-mr-from-fork.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ide-fix-detect-mr-from-fork.yml b/changelogs/unreleased/ide-fix-detect-mr-from-fork.yml
new file mode 100644
index 00000000000..8f4f49896d7
--- /dev/null
+++ b/changelogs/unreleased/ide-fix-detect-mr-from-fork.yml
@@ -0,0 +1,5 @@
+---
+title: Fix IDE detection of MR from fork with same branch name
+merge_request: 26986
+author:
+type: fixed