Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-05-12 22:16:40 +0300
committerTimothy Andrew <mail@timothyandrew.net>2017-05-19 17:38:39 +0300
commitb54faeb9527d61a89c999dc77c2af119942110ec (patch)
tree6bdc4c1448c7a787738ce7707e4f65082d573981 /lib
parentd0b92f929ff71a92877d39ea21335be125f4323f (diff)
Merge branch 'disable-usage-ping' into 'master'
Usage ping updates Closes #31741 and #31453 See merge request !11231
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/usage_data.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/usage_data.rb b/lib/gitlab/usage_data.rb
index 72cc4143690..bcba2e3e1b6 100644
--- a/lib/gitlab/usage_data.rb
+++ b/lib/gitlab/usage_data.rb
@@ -51,6 +51,7 @@ module Gitlab
def license_usage_data
usage_data = {
uuid: current_application_settings.uuid,
+ hostname: Gitlab.config.gitlab.host,
version: Gitlab::VERSION,
active_user_count: User.active.count,
recorded_at: Time.now,