Commit ed370829 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch 'cli-update-feature-category-pa' into 'master'

Update endpoints to reference feature category as PA

See merge request gitlab-org/gitlab!63905
parents d2580206 3efbada0
# frozen_string_literal: true # frozen_string_literal: true
class Admin::Ci::VariablesController < Admin::ApplicationController class Admin::Ci::VariablesController < Admin::ApplicationController
feature_category :continuous_integration feature_category :pipeline_authoring
def show def show
respond_to do |format| respond_to do |format|
......
...@@ -6,7 +6,7 @@ module Groups ...@@ -6,7 +6,7 @@ module Groups
skip_cross_project_access_check :show, :update skip_cross_project_access_check :show, :update
feature_category :continuous_integration feature_category :pipeline_authoring
def show def show
respond_to do |format| respond_to do |format|
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
class Projects::VariablesController < Projects::ApplicationController class Projects::VariablesController < Projects::ApplicationController
before_action :authorize_admin_build! before_action :authorize_admin_build!
feature_category :continuous_integration feature_category :pipeline_authoring
def show def show
respond_to do |format| respond_to do |format|
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module API module API
class ProjectMirror < ::API::Base class ProjectMirror < ::API::Base
feature_category :continuous_integration feature_category :pipeline_authoring
helpers do helpers do
def github_webhook_signature def github_webhook_signature
......
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