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
57e0b450
Commit
57e0b450
authored
May 04, 2021
by
Bob Van Landuyt
Committed by
David Kim
May 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate feature categories in PipelinesController
parent
6da00a56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
app/controllers/projects/pipelines_controller.rb
app/controllers/projects/pipelines_controller.rb
+6
-1
ee/app/controllers/ee/projects/pipelines_controller.rb
ee/app/controllers/ee/projects/pipelines_controller.rb
+4
-0
No files found.
app/controllers/projects/pipelines_controller.rb
View file @
57e0b450
...
...
@@ -32,7 +32,12 @@ class Projects::PipelinesController < Projects::ApplicationController
POLLING_INTERVAL
=
10_000
feature_category
:continuous_integration
feature_category
:continuous_integration
,
[
:charts
,
:show
,
:config_variables
,
:stage
,
:cancel
,
:retry
,
:builds
,
:dag
,
:failures
,
:status
,
:downloadable_artifacts
,
:index
,
:create
,
:new
,
:destroy
]
feature_category
:code_testing
,
[
:test_report
]
def
index
@pipelines
=
Ci
::
PipelinesFinder
...
...
ee/app/controllers/ee/projects/pipelines_controller.rb
View file @
57e0b450
...
...
@@ -12,6 +12,10 @@ module EE
push_frontend_feature_flag
(
:usage_data_i_testing_full_code_quality_report_total
,
project
,
default_enabled:
true
)
push_frontend_feature_flag
(
:pipeline_security_dashboard_graphql
,
project
,
type: :development
,
default_enabled: :yaml
)
end
feature_category
:license_compliance
,
[
:licenses
]
feature_category
:vulnerability_management
,
[
:security
]
feature_category
:code_quality
,
[
:codequality_report
]
end
def
security
...
...
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