-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '7-12-from-ce' into '7-12-stable-ee'
Changes from 7-12-stable of CE cc @jacobvosmaer See merge request !429
Showing
- CHANGELOG 12 additions, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- VERSION 1 addition, 1 deletionVERSION
- app/models/ability.rb 1 addition, 1 deletionapp/models/ability.rb
- app/models/repository.rb 6 additions, 1 deletionapp/models/repository.rb
- app/views/projects/_issuable_form.html.haml 7 additions, 6 deletionsapp/views/projects/_issuable_form.html.haml
- features/snippets/snippets.feature 12 additions, 1 deletionfeatures/snippets/snippets.feature
- features/steps/shared/authentication.rb 4 additions, 0 deletionsfeatures/steps/shared/authentication.rb
- features/steps/snippets/snippets.rb 20 additions, 0 deletionsfeatures/steps/snippets/snippets.rb
- spec/support/login_helpers.rb 5 additions, 0 deletionsspec/support/login_helpers.rb
Loading
| Loading
| @@ -34,7 +34,7 @@ gem "browser", '~> 0.8.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.3' | ||
gem "gitlab_git", '~> 7.2.5' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) | ||
Loading
| Loading
|
Please register or sign in to comment