Skip to content
Snippets Groups Projects
Commit ed370829 authored by Tetiana Chupryna's avatar Tetiana Chupryna
Browse files

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
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
 
class Admin::Ci::VariablesController < Admin::ApplicationController
feature_category :continuous_integration
feature_category :pipeline_authoring
 
def show
respond_to do |format|
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@ class VariablesController < Groups::ApplicationController
 
skip_cross_project_access_check :show, :update
 
feature_category :continuous_integration
feature_category :pipeline_authoring
 
def show
respond_to do |format|
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
class Projects::VariablesController < Projects::ApplicationController
before_action :authorize_admin_build!
 
feature_category :continuous_integration
feature_category :pipeline_authoring
 
def show
respond_to do |format|
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
 
module API
class ProjectMirror < ::API::Base
feature_category :continuous_integration
feature_category :pipeline_authoring
 
helpers do
def github_webhook_signature
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment