Skip to content
Snippets Groups Projects
Commit 3efbada0 authored by Cheryl Li's avatar Cheryl Li Committed by Tetiana Chupryna
Browse files

Update endpoints to reference feature category as PA

parent 9f0278f8
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