-
- Downloads
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>
Showing
- app/assets/javascripts/stat_graph_contributors.js.coffee 0 additions, 15 deletionsapp/assets/javascripts/stat_graph_contributors.js.coffee
- app/assets/javascripts/stat_graph_contributors_util.js.coffee 1 addition, 1 deletion...assets/javascripts/stat_graph_contributors_util.js.coffee
- app/controllers/projects/graphs_controller.rb 12 additions, 5 deletionsapp/controllers/projects/graphs_controller.rb
- app/controllers/projects/repositories_controller.rb 0 additions, 5 deletionsapp/controllers/projects/repositories_controller.rb
- app/models/repository.rb 1 addition, 1 deletionapp/models/repository.rb
- app/views/projects/commits/_head.html.haml 0 additions, 4 deletionsapp/views/projects/commits/_head.html.haml
- app/views/projects/graphs/show.html.haml 15 additions, 14 deletionsapp/views/projects/graphs/show.html.haml
- app/views/projects/graphs/show.js.haml 0 additions, 19 deletionsapp/views/projects/graphs/show.js.haml
- app/views/projects/repositories/stats.html.haml 0 additions, 33 deletionsapp/views/projects/repositories/stats.html.haml
- config/routes.rb 0 additions, 1 deletionconfig/routes.rb
Please register or sign in to comment