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
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-08-24 18:17:15 +0300
committerTimothy Andrew <mail@timothyandrew.net>2016-08-26 13:57:37 +0300
commit8ccea81cba048021ed9eded83db15b383ecd4a32 (patch)
treee5bcfd933ea6f9becb248c3e6dd6eaf8122c9ad8 /config/routes.rb
parent516c838a1846d049814765afa85c28a3c14a5b9f (diff)
Display numbers for the "Issue (Tracker)" cycle analytics metric.
1. Code is messy and untested, but it is a start.
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 24f9b44a53a..270c71f1a00 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -779,6 +779,8 @@ Rails.application.routes.draw do
resources :environments
+ resource :cycle_analytics
+
resources :builds, only: [:index, :show], constraints: { id: /\d+/ } do
collection do
post :cancel_all