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
0f4c2d00
Commit
0f4c2d00
authored
Feb 21, 2022
by
alinamihaila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add usage files to Product Intelligence review
parent
b9041ef0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
spec/tooling/danger/project_helper_spec.rb
spec/tooling/danger/project_helper_spec.rb
+4
-0
tooling/danger/project_helper.rb
tooling/danger/project_helper.rb
+1
-0
No files found.
spec/tooling/danger/project_helper_spec.rb
View file @
0f4c2d00
...
...
@@ -166,6 +166,8 @@ RSpec.describe Tooling::Danger::ProjectHelper do
'lib/gitlab/usage_data_counters/aggregated_metrics/common.yml'
|
[
:product_intelligence
]
'lib/gitlab/usage_data_counters/hll_redis_counter.rb'
|
[
:backend
,
:product_intelligence
]
'lib/gitlab/tracking.rb'
|
[
:backend
,
:product_intelligence
]
'lib/gitlab/usage/service_ping_report.rb'
|
[
:backend
,
:product_intelligence
]
'lib/gitlab/usage/metrics/key_path_processor.rb'
|
[
:backend
,
:product_intelligence
]
'spec/lib/gitlab/tracking_spec.rb'
|
[
:backend
,
:product_intelligence
]
'app/helpers/tracking_helper.rb'
|
[
:backend
,
:product_intelligence
]
'spec/helpers/tracking_helper_spec.rb'
|
[
:backend
,
:product_intelligence
]
...
...
@@ -181,6 +183,8 @@ RSpec.describe Tooling::Danger::ProjectHelper do
'config/metrics/schema.json'
|
[
:product_intelligence
]
'doc/api/usage_data.md'
|
[
:product_intelligence
]
'spec/lib/gitlab/usage_data_spec.rb'
|
[
:product_intelligence
]
'spec/lib/gitlab/usage/service_ping_report.rb'
|
[
:backend
,
:product_intelligence
]
'spec/lib/gitlab/usage/metrics/key_path_processor.rb'
|
[
:backend
,
:product_intelligence
]
'app/models/integration.rb'
|
[
:integrations_be
,
:backend
]
'ee/app/models/integrations/github.rb'
|
[
:integrations_be
,
:backend
]
...
...
tooling/danger/project_helper.rb
View file @
0f4c2d00
...
...
@@ -133,6 +133,7 @@ module Tooling
%r{
\A
((ee|jh)/)?lib/gitlab/usage_data_counters/.*
\.
yml
\z
}
=>
[
:product_intelligence
],
%r{
\A
((ee|jh)/)?config/(events|metrics)/((.*
\.
yml)|(schema
\.
json))
\z
}
=>
[
:product_intelligence
],
%r{
\A
((ee|jh)/)?lib/gitlab/usage_data(_counters)?(/|
\.
rb)}
=>
[
:backend
,
:product_intelligence
],
%r{
\A
((ee|jh)/)?(spec/)?lib/gitlab/usage(/|
\.
rb)}
=>
[
:backend
,
:product_intelligence
],
%r{
\A
(
lib/gitlab/tracking
\.
rb |
spec/lib/gitlab/tracking_spec
\.
rb |
...
...
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