diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-05 21:08:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-05 21:08:27 +0000 |
commit | 908a54b62497377af7b0e307197b2ea930dbc4f0 (patch) | |
tree | 311261a02ca8583a7d1835b4e0d198b8ac1b320e /app/controllers/projects/pipelines_controller.rb | |
parent | aee8d27430f12f9b5bcdbbee4165b9fbc240d3e3 (diff) | |
download | gitlab-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.rb | 2 |
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 |