Commit d85c173b authored by pburdette's avatar pburdette

Create filter pipelines search ff

Create filter pipelines search
feature flag. Code will live under
this flag until deemed stable.
parent 0a348ab3
......@@ -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