summaryrefslogtreecommitdiff
path: root/lib/gitlab/usage_data.rb
diff options
context:
space:
mode:
authorrossfuhrman <rfuhrman@gitlab.com>2019-08-16 17:40:33 +0000
committerStan Hu <stanhu@gmail.com>2019-08-16 17:40:33 +0000
commit3fbc51d33319404bffb5862cc271a83b18c7fddf (patch)
tree2dcd72811528a08951d13bd9d97776f4ea239202 /lib/gitlab/usage_data.rb
parent2b48eec8667006fc05061d90493b50fc052243c9 (diff)
downloadgitlab-ce-3fbc51d33319404bffb5862cc271a83b18c7fddf.tar.gz
Remove Security Dashboard feature flag
This removes the group_overview_security_dashboard feature flag
Diffstat (limited to 'lib/gitlab/usage_data.rb')
-rw-r--r--lib/gitlab/usage_data.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/gitlab/usage_data.rb b/lib/gitlab/usage_data.rb
index 038553c5dd7..1542905d2ce 100644
--- a/lib/gitlab/usage_data.rb
+++ b/lib/gitlab/usage_data.rb
@@ -100,9 +100,7 @@ module Gitlab
.merge(services_usage)
.merge(approximate_counts)
}.tap do |data|
- if Feature.enabled?(:group_overview_security_dashboard)
- data[:counts][:user_preferences] = user_preferences_usage
- end
+ data[:counts][:user_preferences] = user_preferences_usage
end
end
# rubocop: enable CodeReuse/ActiveRecord