OSDN Git Service

Its better to load graph with ajax since it requires ~10 seconds for bigger projects...
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 5 Jun 2013 12:50:11 +0000 (15:50 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 5 Jun 2013 12:50:11 +0000 (15:50 +0300)
commitf1e0d37b15914ce7f17a612c8afb4452a501ecd7
tree697f9b06dcab2e491856b10be1692178d8ca4144
parent64457799c5b77fe121374a2c9dbd2ad01d3a3836
Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up
Gemfile
Gemfile.lock
app/controllers/stat_graph_controller.rb
app/views/stat_graph/show.html.haml
app/views/stat_graph/show.js.haml [new file with mode: 0644]
features/project/graph.feature [new file with mode: 0644]
features/steps/project/project_graph.rb [new file with mode: 0644]
lib/gitlab/git_stats.rb [deleted file]
lib/gitlab/git_stats_log_parser.rb [deleted file]
spec/lib/gitlab/git_stats_log_parser_spec.rb [deleted file]
spec/lib/gitlab/git_stats_spec.rb [deleted file]