-
- Downloads
Show a notice for diffs that are too large
This builds on the changes introduced in https://gitlab.com/gitlab-org/gitlab_git/merge_requests/72 and results in merge requests with large diffs (e.g. due to them containing minified CSS) loading much faster.
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 3 additions, 3 deletionsGemfile.lock
- app/views/projects/diffs/_file.html.haml 13 additions, 9 deletionsapp/views/projects/diffs/_file.html.haml
- lib/gitlab/diff/file.rb 4 additions, 0 deletionslib/gitlab/diff/file.rb
- spec/lib/gitlab/diff/file_spec.rb 14 additions, 0 deletionsspec/lib/gitlab/diff/file_spec.rb
Loading
| Loading
| @@ -51,7 +51,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 9.0' | ||
gem "gitlab_git", '~> 10.0' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment