diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-26 18:04:41 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-26 18:04:41 +0300 |
commit | 20e0c9b132f1a7d12b156936114155c89d55b8cf (patch) | |
tree | 77d818d47d27089862b57fb1938bef58aa672126 /config | |
parent | 633d42a3359c8d43dd68716852faca0ec6de22f4 (diff) | |
download | gitlab-ce-20e0c9b132f1a7d12b156936114155c89d55b8cf.tar.gz |
Rewrite graphs feature
* remove commits stats page (will be replaced by graphs)
* remove additions/deletions from graph because of bad performance
* keep graph logic in gitlab
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 39ab9f4265a..ba3cb8bd4cf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -230,7 +230,6 @@ Gitlab::Application.routes.draw do resource :repository, only: [:show] do member do - get "stats" get "archive", constraints: { format: Gitlab::Regex.archive_formats_regex } end end |