2020-07-27 14:09:54 -04:00
|
|
|
UsageData/LargeTable:
|
|
|
|
Enabled: true
|
|
|
|
Include:
|
|
|
|
- 'lib/gitlab/usage_data.rb'
|
|
|
|
- 'ee/lib/ee/gitlab/usage_data.rb'
|
|
|
|
NonRelatedClasses:
|
2020-09-02 14:10:40 -04:00
|
|
|
- :ActionMailer::Base
|
2020-08-19 14:10:34 -04:00
|
|
|
- :Date
|
2020-07-27 14:09:54 -04:00
|
|
|
- :Feature
|
|
|
|
- :Gitlab
|
|
|
|
- :Gitlab::AppLogger
|
|
|
|
- :Gitlab::Auth
|
|
|
|
- :Gitlab::CurrentSettings
|
|
|
|
- :Gitlab::Database
|
|
|
|
- :Gitlab::ErrorTracking
|
|
|
|
- :Gitlab::Geo
|
|
|
|
- :Gitlab::Git
|
|
|
|
- :Gitlab::IncomingEmail
|
|
|
|
- :Gitlab::Metrics
|
|
|
|
- :Gitlab::Runtime
|
|
|
|
- :Gitaly::Server
|
|
|
|
- :Gitlab::UsageData
|
|
|
|
- :License
|
|
|
|
- :Rails
|
|
|
|
- :Time
|
|
|
|
- :SECURE_PRODUCT_TYPES
|
|
|
|
- :Settings
|
|
|
|
CountMethods:
|
|
|
|
- :count
|
|
|
|
- :distinct_count
|
|
|
|
AllowedMethods:
|
|
|
|
- :arel_table
|
|
|
|
- :minimum
|
|
|
|
- :maximum
|
2020-08-18 05:10:05 -04:00
|
|
|
UsageData/DistinctCountByLargeForeignKey:
|
|
|
|
Enabled: true
|
|
|
|
Include:
|
|
|
|
- 'lib/gitlab/usage_data.rb'
|
|
|
|
- 'ee/lib/ee/gitlab/usage_data.rb'
|
|
|
|
AllowedForeignKeys:
|
|
|
|
- :user_id
|
|
|
|
- :author_id
|
|
|
|
- :creator_id
|
|
|
|
- :owner_id
|
|
|
|
- :project_id
|
|
|
|
- :issue_id
|
|
|
|
- :merge_request_id
|
2020-08-24 08:10:17 -04:00
|
|
|
- :merge_requests.target_project_id
|
2020-09-01 02:10:44 -04:00
|
|
|
- :agent_id
|