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/config
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-05 15:29:48 +0300
committerRémy Coutable <remy@rymai.me>2017-04-14 16:20:55 +0300
commit0483019e9800dc1b4ef4493890f815f047b7c04e (patch)
tree24430c787a2e69166ccd214cc1e15a489f32e9e9 /config
parentebd5e9b4549ebc80155a5a8f139efdb40b6f8b12 (diff)
Port 'Add more usage data to EE ping' to CE
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
Diffstat (limited to 'config')
-rw-r--r--config/routes/admin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 486ce3c5c87..3c1c2ce2582 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -91,6 +91,7 @@ namespace :admin do
resource :application_settings, only: [:show, :update] do
resources :services, only: [:index, :edit, :update]
+ get :usage_data
put :reset_runners_token
put :reset_health_check_token
put :clear_repository_check_states