-
- Downloads
Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up
Showing
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/stat_graph_controller.rb 10 additions, 7 deletionsapp/controllers/stat_graph_controller.rb
- app/views/stat_graph/show.html.haml 27 additions, 25 deletionsapp/views/stat_graph/show.html.haml
- app/views/stat_graph/show.js.haml 16 additions, 0 deletionsapp/views/stat_graph/show.js.haml
- features/project/graph.feature 9 additions, 0 deletionsfeatures/project/graph.feature
- features/steps/project/project_graph.rb 13 additions, 0 deletionsfeatures/steps/project/project_graph.rb
- lib/gitlab/git_stats.rb 0 additions, 20 deletionslib/gitlab/git_stats.rb
- lib/gitlab/git_stats_log_parser.rb 0 additions, 32 deletionslib/gitlab/git_stats_log_parser.rb
- spec/lib/gitlab/git_stats_log_parser_spec.rb 0 additions, 37 deletionsspec/lib/gitlab/git_stats_log_parser_spec.rb
- spec/lib/gitlab/git_stats_spec.rb 0 additions, 36 deletionsspec/lib/gitlab/git_stats_spec.rb
Loading
| Loading
| @@ -23,7 +23,7 @@ gem 'omniauth-github' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 1.2.1' | ||
gem 'gitlab_git', '~> 1.3.0' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ||
Loading
| Loading
| @@ -183,7 +183,7 @@ group :development, :test do |
gem 'poltergeist', '~> 1.3.0' | ||
gem 'spork', '~> 1.0rc' | ||
gem 'jasmine' | ||
gem 'jasmine' | ||
end | ||
group :test do | ||
Loading
| Loading
|
app/views/stat_graph/show.js.haml
0 → 100644
features/project/graph.feature
0 → 100644
features/steps/project/project_graph.rb
0 → 100644
lib/gitlab/git_stats.rb
deleted
100644 → 0
lib/gitlab/git_stats_log_parser.rb
deleted
100644 → 0
spec/lib/gitlab/git_stats_spec.rb
deleted
100644 → 0
Please register or sign in to comment