Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3efbada0
Commit
3efbada0
authored
Jun 18, 2021
by
Cheryl Li
Committed by
Tetiana Chupryna
Jun 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update endpoints to reference feature category as PA
parent
9f0278f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/controllers/admin/ci/variables_controller.rb
app/controllers/admin/ci/variables_controller.rb
+1
-1
app/controllers/groups/variables_controller.rb
app/controllers/groups/variables_controller.rb
+1
-1
app/controllers/projects/variables_controller.rb
app/controllers/projects/variables_controller.rb
+1
-1
ee/lib/api/project_mirror.rb
ee/lib/api/project_mirror.rb
+1
-1
No files found.
app/controllers/admin/ci/variables_controller.rb
View file @
3efbada0
# frozen_string_literal: true
class
Admin::Ci::VariablesController
<
Admin
::
ApplicationController
feature_category
:
continuous_integration
feature_category
:
pipeline_authoring
def
show
respond_to
do
|
format
|
...
...
app/controllers/groups/variables_controller.rb
View file @
3efbada0
...
...
@@ -6,7 +6,7 @@ module Groups
skip_cross_project_access_check
:show
,
:update
feature_category
:
continuous_integration
feature_category
:
pipeline_authoring
def
show
respond_to
do
|
format
|
...
...
app/controllers/projects/variables_controller.rb
View file @
3efbada0
...
...
@@ -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
|
...
...
ee/lib/api/project_mirror.rb
View file @
3efbada0
...
...
@@ -2,7 +2,7 @@
module
API
class
ProjectMirror
<
::
API
::
Base
feature_category
:
continuous_integration
feature_category
:
pipeline_authoring
helpers
do
def
github_webhook_signature
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment