Merge remote-tracking branch 'upstream/master' into ce-to-ee-2017-11-25
* upstream/master: Add a feedback mechanism to manual action Drastically improve project search performance by no longer searching namespace name Updated timeago.js Prevent 500 error when inspecting job after trigger was removed Add classList polyfill for IE classList.toggle(.., force) Use feature flag instead of application settigns to control if method calls should be instrumented Rename wip to worker_id add missing schema entry and application settigns helper Use only real duration to measure method call performance via Prometheus check method timing threshold when observing method performance Add changelog for #15558 Reenable prometheus metrics Move prometheus middle ware to prometheus initialized. Fix WIP system note not being created Update CHANGELOG.md for 10.2.2 Fix hashed storage for attachments bugs Rename fetch_refs to refmap Clean up repository fetch and mirror methods Fix pulling and pushing using a personal access token with the sudo scope Update prometheus-client-gem to 0.7.0.beta33 # Conflicts: # package.json # scripts/trigger-build-omnibus # yarn.lock [ci skip]
Showing
... | ... | @@ -295,7 +295,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~>0.7.0.beta18' | ||
gem 'prometheus-client-mmap', '~> 0.7.0.beta36' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
... | ... |
... | ... | @@ -26,7 +26,10 @@ |
"bootstrap-sass": "^3.3.6", | ||
"brace-expansion": "^1.1.8", | ||
"classlist-polyfill": "^1.2.0", | ||
<<<<<<< HEAD | ||
"clipboard": "^1.6.1", | ||
======= | ||
>>>>>>> upstream/master | ||
"compression-webpack-plugin": "^1.0.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"core-js": "^2.4.1", | ||
... | ... | @@ -64,7 +67,7 @@ |
"three": "^0.84.0", | ||
"three-orbit-controls": "^82.1.0", | ||
"three-stl-loader": "^1.0.4", | ||
"timeago.js": "^2.0.5", | ||
"timeago.js": "^3.0.2", | ||
"underscore": "^1.8.3", | ||
"url-loader": "^0.5.8", | ||
"visibilityjs": "^1.2.4", | ||
... | ... |
Please register or sign in to comment