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
4b07eea8
Commit
4b07eea8
authored
Nov 22, 2021
by
Scott Hampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update code quality endpoint feature categories
Move code quality endpoints to the code_quality feature category
parent
3f3ac780
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
app/controllers/projects/merge_requests_controller.rb
app/controllers/projects/merge_requests_controller.rb
+2
-5
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-1
app/workers/ci/pipeline_artifacts/create_quality_report_worker.rb
...ers/ci/pipeline_artifacts/create_quality_report_worker.rb
+1
-1
No files found.
app/controllers/projects/merge_requests_controller.rb
View file @
4b07eea8
...
...
@@ -74,11 +74,8 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
:show
,
:toggle_award_emoji
,
:toggle_subscription
,
:update
]
feature_category
:code_testing
,
[
:test_reports
,
:coverage_reports
,
:codequality_reports
,
:codequality_mr_diff_reports
]
feature_category
:code_testing
,
[
:test_reports
,
:coverage_reports
]
feature_category
:code_quality
,
[
:codequality_reports
,
:codequality_mr_diff_reports
]
feature_category
:accessibility_testing
,
[
:accessibility_reports
]
feature_category
:infrastructure_as_code
,
[
:terraform_reports
]
feature_category
:continuous_integration
,
[
:pipeline_status
,
:pipelines
,
:exposed_artifacts
]
...
...
app/workers/all_queues.yml
View file @
4b07eea8
...
...
@@ -1449,7 +1449,7 @@
:tags: []
-
:name: pipeline_background:ci_pipeline_artifacts_create_quality_report
:worker_name: Ci::PipelineArtifacts::CreateQualityReportWorker
:feature_category: :code_
testing
:feature_category: :code_
quality
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
...
...
app/workers/ci/pipeline_artifacts/create_quality_report_worker.rb
View file @
4b07eea8
...
...
@@ -10,7 +10,7 @@ module Ci
sidekiq_options
retry:
3
queue_namespace
:pipeline_background
feature_category
:code_
testing
feature_category
:code_
quality
idempotent!
...
...
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