-
- Downloads
Add latest changes from gitlab-org/gitlab@master
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/models/protected_branch.rb 5 additions, 0 deletionsapp/models/protected_branch.rb
- config/initializers/7_prometheus_metrics.rb 4 additions, 2 deletionsconfig/initializers/7_prometheus_metrics.rb
- db/post_migrate/20190827102026_migrate_code_owner_approval_status_to_protected_branches_in_batches.rb 46 additions, 0 deletions...owner_approval_status_to_protected_branches_in_batches.rb
- doc/development/documentation/index.md 17 additions, 86 deletionsdoc/development/documentation/index.md
- doc/development/polling.md 3 additions, 1 deletiondoc/development/polling.md
- doc/integration/shibboleth.md 3 additions, 1 deletiondoc/integration/shibboleth.md
- lib/gitlab/daemon.rb 2 additions, 2 deletionslib/gitlab/daemon.rb
- spec/migrations/migrate_code_owner_approval_status_to_protected_branches_in_batches_spec.rb 63 additions, 0 deletions..._approval_status_to_protected_branches_in_batches_spec.rb
Loading
| Loading
| @@ -326,7 +326,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.9.9' | ||
gem 'prometheus-client-mmap', '~> 0.9.10' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
Loading
| Loading
|
Please register or sign in to comment