-
- Downloads
Merge branch '7-10-rc5' into '7-10-stable'
7.10.0.rc5 cc @job See merge request !1787
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/help_controller.rb 35 additions, 21 deletionsapp/controllers/help_controller.rb
- app/controllers/import/google_code_controller.rb 1 addition, 1 deletionapp/controllers/import/google_code_controller.rb
- app/views/help/show.html.haml 1 addition, 1 deletionapp/views/help/show.html.haml
- app/views/import/google_code/new_user_map.html.haml 25 additions, 3 deletionsapp/views/import/google_code/new_user_map.html.haml
- config/initializers/mime_types.rb 2 additions, 1 deletionconfig/initializers/mime_types.rb
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- doc/update/6.x-or-7.x-to-7.10.md 1 addition, 1 deletiondoc/update/6.x-or-7.x-to-7.10.md
- features/steps/dashboard/help.rb 1 addition, 1 deletionfeatures/steps/dashboard/help.rb
- lib/gitlab/google_code_import/importer.rb 42 additions, 25 deletionslib/gitlab/google_code_import/importer.rb
- spec/controllers/help_controller_spec.rb 61 additions, 0 deletionsspec/controllers/help_controller_spec.rb
- spec/features/help_pages_spec.rb 1 addition, 1 deletionspec/features/help_pages_spec.rb
- spec/lib/gitlab/google_code_import/importer_spec.rb 4 additions, 3 deletionsspec/lib/gitlab/google_code_import/importer_spec.rb
- spec/routing/routing_spec.rb 22 additions, 37 deletionsspec/routing/routing_spec.rb
Loading
| Loading
| @@ -42,7 +42,7 @@ gem "browser" |
gem "gitlab_git", '~> 7.1.10' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' | ||
gem 'gitlab-grack', '~> 2.0.1', require: 'grack' | ||
# LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap" | ||
Loading
| Loading
|
spec/controllers/help_controller_spec.rb
0 → 100644
Please register or sign in to comment