Merge branch '28717-additional-metrics-review-branch' into 'additional-metrics-dashboard'
# Conflicts: # app/assets/stylesheets/pages/environments.scss
Showing
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
... | ... | @@ -97,6 +97,7 @@ gem 'fog-google', '~> 0.5' |
gem 'fog-local', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.1.0' | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.8.6' | ||
... | ... | @@ -109,7 +110,7 @@ gem 'seed-fu', '~> 2.3.5' |
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' | ||
gem 'deckar01-task_list', '2.0.0' | ||
gem 'gitlab-markup', '~> 1.5.1' | ||
gem 'redcarpet', '~> 3.4' | ||
gem 'RedCloth', '~> 4.3.2' | ||
... | ... | @@ -367,6 +368,10 @@ gem 'vmstat', '~> 2.3.0' |
gem 'sys-filesystem', '~> 1.1.6' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.7.0' | ||
gem 'gitaly', '~> 0.8.0' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
# Feature toggles | ||
gem 'flipper', '~> 0.10.2' | ||
gem 'flipper-active_record', '~> 0.10.2' |
Please register or sign in to comment