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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-23 17:16:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-23 17:24:46 +0300
commiteae27d1ecbfec7ea928b27e0ffc96abeb4a49f7a (patch)
tree01bef6563a1313b7bdf13d214bdabd44781d2891 /config
parent4bc1e040d4b7d73bd7afb3dbb95c87983eef2b04 (diff)
Move CI charts to project graphs area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 512dda7b547..4a07c449b4e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -511,6 +511,7 @@ Gitlab::Application.routes.draw do
resources :graphs, only: [:show], constraints: { id: /(?:[^.]|\.(?!json$))+/, format: /json/ } do
member do
get :commits
+ get :ci
end
end