summaryrefslogtreecommitdiff
path: root/lib/github
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-11-06 17:10:18 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-11-06 17:10:18 +0000
commit045795d0d93dfe426cac668d612aa031114df930 (patch)
tree3a6a1203301ad99af0adac293db5a822bbfe5b27 /lib/github
parent2ea90ffcf1917158d6590999fbee03216ea9bc8c (diff)
parentd934d6504a9f1a706dbfc0b4a28c4cf8dbe8c8eb (diff)
downloadgitlab-ce-045795d0d93dfe426cac668d612aa031114df930.tar.gz
Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'
removed the #ensure_ref_fetched from all controllers Closes #36061 See merge request gitlab-org/gitlab-ce!15129
Diffstat (limited to 'lib/github')
-rw-r--r--lib/github/import.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/github/import.rb b/lib/github/import.rb
index 8cabbdec940..fef63dd7168 100644
--- a/lib/github/import.rb
+++ b/lib/github/import.rb
@@ -163,7 +163,6 @@ module Github
iid: pull_request.iid,
title: pull_request.title,
description: description,
- ref_fetched: true,
source_project: pull_request.source_project,
source_branch: pull_request.source_branch_name,
source_branch_sha: pull_request.source_branch_sha,