summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-14 22:42:59 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-14 22:42:59 +0200
commitef44138ce42de6a02724a7be10b6eb08873a3c1e (patch)
tree2ed4084aabf42a046d4cd0d2ad5441dc66b9fc9e /app/models/commit_status.rb
parent528d2823e9888ae09aa03b72c2e61cd0b9a39937 (diff)
parent123669a55107514798ba531ba3a744b3ec8503ee (diff)
downloadgitlab-ce-ef44138ce42de6a02724a7be10b6eb08873a3c1e.tar.gz
Merge branch 'master' into rs-redactor-filter
Diffstat (limited to 'app/models/commit_status.rb')
-rw-r--r--app/models/commit_status.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/commit_status.rb b/app/models/commit_status.rb
index b4d91b1b0c3..92905c618eb 100644
--- a/app/models/commit_status.rb
+++ b/app/models/commit_status.rb
@@ -88,4 +88,8 @@ class CommitStatus < ActiveRecord::Base
def retry_url
nil
end
+
+ def show_warning?
+ false
+ end
end