Skip to content

Allow setting `usage_ping_enabled` in `gitlab.rb`

username-removed-443319 requested to merge disable-usage-ping into master

This setting is passed through to the Rails app, and defaults to true. Setting it to false:

  1. Disables the usage ping.
  2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from gitlab.rb and configuring through the admin panel, or setting it to true in gitlab.rb.

CE MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11231

Marked as WIP until that is merged.

Merge request reports