summaryrefslogtreecommitdiff
path: root/app/presenters/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-21 00:10:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-21 00:10:26 +0000
commit3f9ae4674edd5b23ec9cd5b2bbb4a0caae5eec74 (patch)
tree3d8e65627e0fa03b967f11035b23133df0a860e7 /app/presenters/ci
parent40e8ba2fc8ac6c3695d7f297ff4143518615a3f9 (diff)
downloadgitlab-ce-3f9ae4674edd5b23ec9cd5b2bbb4a0caae5eec74.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters/ci')
-rw-r--r--app/presenters/ci/pipeline_presenter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/presenters/ci/pipeline_presenter.rb b/app/presenters/ci/pipeline_presenter.rb
index fed4ae7837b..5cdc6ff12cb 100644
--- a/app/presenters/ci/pipeline_presenter.rb
+++ b/app/presenters/ci/pipeline_presenter.rb
@@ -53,6 +53,7 @@ module Ci
}.freeze
end
+ delegator_override :name
def name
# Currently, `merge_request_event_type` is the only source to name pipelines
# but this could be extended with the other types in the future.