summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipelines_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-05 21:08:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-05 21:08:27 +0000
commit908a54b62497377af7b0e307197b2ea930dbc4f0 (patch)
tree311261a02ca8583a7d1835b4e0d198b8ac1b320e /app/controllers/projects/pipelines_controller.rb
parentaee8d27430f12f9b5bcdbbee4165b9fbc240d3e3 (diff)
downloadgitlab-ce-908a54b62497377af7b0e307197b2ea930dbc4f0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/pipelines_controller.rb')
-rw-r--r--app/controllers/projects/pipelines_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb
index cf1555da8b3..297986a6ed8 100644
--- a/app/controllers/projects/pipelines_controller.rb
+++ b/app/controllers/projects/pipelines_controller.rb
@@ -277,7 +277,7 @@ class Projects::PipelinesController < Projects::ApplicationController
end
def index_params
- params.permit(:scope, :username, :ref)
+ params.permit(:scope, :username, :ref, :status)
end
end