Commit 01a5a029 authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'create-filter-pipelines-ff' into 'master'

Create filter pipelines search feature flag

See merge request gitlab-org/gitlab!29815
parents bc0022ca d85c173b
......@@ -12,6 +12,7 @@ class Projects::PipelinesController < Projects::ApplicationController
before_action :authorize_update_pipeline!, only: [:retry, :cancel]
before_action do
push_frontend_feature_flag(:junit_pipeline_view)
push_frontend_feature_flag(:filter_pipelines_search)
end
before_action :ensure_pipeline, only: [:show]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment