Merge remote-tracking branch 'ee/master' into 2302-environment-specific-variables
* ee/master: Merge branch 'winh-ignore-CVE-2017-5029' into 'master' Treat licenses with no plan specified as EES Add explicit licensing for Elasticsearch removes redundant project pull mirroring code from a bad merge Add an optional performance bar to view performance metrics Use :request_store hooks on specs Override `file_storage` on the `ObjectStoreUploader` Update rename_system_namespace_spec to new validations. Make the uploader use the updated folder Bring in security changes from the 9.2.5 release Fix tests on `security-9-2-ee`
Showing
... | ... | @@ -273,6 +273,17 @@ gem 'gettext_i18n_rails', '~> 1.8.0' |
gem 'gettext_i18n_rails_js', '~> 1.2.0' | ||
gem 'gettext', '~> 3.2.2', require: false, group: :development | ||
# Perf bar | ||
gem 'peek', '~> 1.0.1' | ||
gem 'peek-gc', '~> 0.0.2' | ||
gem 'peek-host', '~> 1.0.0' | ||
gem 'peek-mysql2', '~> 1.1.0', group: :mysql | ||
gem 'peek-performance_bar', '~> 1.2.1' | ||
gem 'peek-pg', '~> 1.3.0', group: :postgres | ||
gem 'peek-rblineprof', '~> 0.2.0' | ||
gem 'peek-redis', '~> 1.2.0' | ||
gem 'peek-sidekiq', '~> 1.0.3' | ||
# Metrics | ||
group :metrics do | ||
gem 'allocations', '~> 1.0', require: false, platform: :mri | ||
... | ... |
config/initializers/peek.rb
0 → 100644
spec/factories/uploads.rb
0 → 100644
This diff is collapsed.
Please register or sign in to comment