-
- Downloads
Add latest changes from gitlab-org/gitlab@master
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/health_controller.rb 4 additions, 0 deletionsapp/controllers/health_controller.rb
- app/controllers/projects/branches_controller.rb 19 additions, 0 deletionsapp/controllers/projects/branches_controller.rb
- changelogs/unreleased/ak-health-check-custom-error.yml 5 additions, 0 deletionschangelogs/unreleased/ak-health-check-custom-error.yml
- changelogs/unreleased/sh-limit-diverging-commit-counts.yml 5 additions, 0 deletionschangelogs/unreleased/sh-limit-diverging-commit-counts.yml
- doc/user/permissions.md 1 addition, 0 deletionsdoc/user/permissions.md
- qa/qa/page/project/issue/show.rb 8 additions, 0 deletionsqa/qa/page/project/issue/show.rb
- qa/qa/resource/issue.rb 1 addition, 0 deletionsqa/qa/resource/issue.rb
- spec/controllers/health_controller_spec.rb 13 additions, 0 deletionsspec/controllers/health_controller_spec.rb
- spec/controllers/projects/branches_controller_spec.rb 48 additions, 2 deletionsspec/controllers/projects/branches_controller_spec.rb
Loading
| Loading
| @@ -405,7 +405,7 @@ group :test do |
gem 'webmock', '~> 3.5.1' | ||
gem 'rails-controller-testing' | ||
gem 'concurrent-ruby', '~> 1.1' | ||
gem 'test-prof', '~> 0.2.5' | ||
gem 'test-prof', '~> 0.10.0' | ||
gem 'rspec_junit_formatter' | ||
end | ||
Loading
| Loading
|
Please register or sign in to comment