mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump hapi to a version with aborted request fix (#114414)
* bump hapi to a version with aborted request fix * enable apm functional tests
This commit is contained in:
parent
c73dc234e3
commit
62658899e9
3 changed files with 19 additions and 15 deletions
|
@ -117,8 +117,8 @@
|
|||
"@hapi/boom": "^9.1.4",
|
||||
"@hapi/cookie": "^11.0.2",
|
||||
"@hapi/h2o2": "^9.1.0",
|
||||
"@hapi/hapi": "^20.2.0",
|
||||
"@hapi/hoek": "^9.2.0",
|
||||
"@hapi/hapi": "^20.2.1",
|
||||
"@hapi/hoek": "^9.2.1",
|
||||
"@hapi/inert": "^6.0.4",
|
||||
"@hapi/wreck": "^17.1.0",
|
||||
"@kbn/ace": "link:bazel-bin/packages/kbn-ace",
|
||||
|
|
|
@ -146,14 +146,13 @@ def functionalXpack(Map params = [:]) {
|
|||
}
|
||||
}
|
||||
|
||||
//temporarily disable apm e2e test since it's breaking due to a version upgrade.
|
||||
// whenChanged([
|
||||
// 'x-pack/plugins/apm/',
|
||||
// ]) {
|
||||
// if (githubPr.isPr()) {
|
||||
// task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
|
||||
// }
|
||||
// }
|
||||
whenChanged([
|
||||
'x-pack/plugins/apm/',
|
||||
]) {
|
||||
if (githubPr.isPr()) {
|
||||
task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
|
||||
}
|
||||
}
|
||||
|
||||
whenChanged([
|
||||
'x-pack/plugins/uptime/',
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -2968,10 +2968,10 @@
|
|||
"@hapi/validate" "1.x.x"
|
||||
"@hapi/wreck" "17.x.x"
|
||||
|
||||
"@hapi/hapi@^20.2.0":
|
||||
version "20.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@hapi/hapi/-/hapi-20.2.0.tgz#bf0eca9cc591e83f3d72d06a998d31be35d044a1"
|
||||
integrity sha512-yPH/z8KvlSLV8lI4EuId9z595fKKk5n6YA7H9UddWYWsBXMcnCyoFmHtYq0PCV4sNgKLD6QW9e27R9V9Z9aqqw==
|
||||
"@hapi/hapi@^20.2.1":
|
||||
version "20.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@hapi/hapi/-/hapi-20.2.1.tgz#7482bc28757cb4671623a61bdb5ce920bffc8a2f"
|
||||
integrity sha512-OXAU+yWLwkMfPFic+KITo+XPp6Oxpgc9WUH+pxXWcTIuvWbgco5TC/jS8UDvz+NFF5IzRgF2CL6UV/KLdQYUSQ==
|
||||
dependencies:
|
||||
"@hapi/accept" "^5.0.1"
|
||||
"@hapi/ammo" "^5.0.1"
|
||||
|
@ -3001,11 +3001,16 @@
|
|||
"@hapi/hoek" "9.x.x"
|
||||
"@hapi/validate" "1.x.x"
|
||||
|
||||
"@hapi/hoek@9.x.x", "@hapi/hoek@^9.0.0", "@hapi/hoek@^9.0.4", "@hapi/hoek@^9.2.0":
|
||||
"@hapi/hoek@9.x.x", "@hapi/hoek@^9.0.0", "@hapi/hoek@^9.0.4":
|
||||
version "9.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131"
|
||||
integrity sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==
|
||||
|
||||
"@hapi/hoek@^9.2.1":
|
||||
version "9.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.1.tgz#9551142a1980503752536b5050fd99f4a7f13b17"
|
||||
integrity sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==
|
||||
|
||||
"@hapi/inert@^6.0.4":
|
||||
version "6.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@hapi/inert/-/inert-6.0.4.tgz#0544221eabc457110a426818358d006e70ff1f41"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue