Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up
Showing
... | ... | @@ -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' | ||
... | ... | @@ -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 | ||
... | ... |
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