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
11ab5ef7
Commit
11ab5ef7
authored
Oct 11, 2019
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds the parsedLicenseReport feature flag
parent
eefafaf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ee/app/controllers/ee/projects/merge_requests_controller.rb
ee/app/controllers/ee/projects/merge_requests_controller.rb
+1
-1
ee/app/controllers/ee/projects/pipelines_controller.rb
ee/app/controllers/ee/projects/pipelines_controller.rb
+1
-0
No files found.
ee/app/controllers/ee/projects/merge_requests_controller.rb
View file @
11ab5ef7
...
...
@@ -13,7 +13,7 @@ module EE
push_frontend_feature_flag
(
:dast_merge_request_report_api
)
push_frontend_feature_flag
(
:container_scanning_merge_request_report_api
)
push_frontend_feature_flag
(
:dependency_scanning_merge_request_report_api
)
push_frontend_feature_flag
(
:
license_management_merge_request_report_api
)
push_frontend_feature_flag
(
:
parsed_license_report
)
end
before_action
:whitelist_query_limiting_ee_merge
,
only:
[
:merge
]
...
...
ee/app/controllers/ee/projects/pipelines_controller.rb
View file @
11ab5ef7
...
...
@@ -13,6 +13,7 @@ module EE
# triggering a page load.
before_action
only:
[
:show
,
:builds
,
:failures
,
:security
,
:licenses
]
do
push_frontend_feature_flag
(
:pipeline_report_api
,
default_enabled:
true
)
push_frontend_feature_flag
(
:parsed_license_report
)
end
end
...
...
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