Compare commits

...

3 Commits

Author SHA1 Message Date
Julien Fontanet
4a922fc1f3 feat(xo-server): 5.55.1 2020-03-05 10:05:42 +01:00
Julien Fontanet
06bf4f1a08 feat(xen-api): 0.27.4 2020-03-05 09:27:48 +01:00
Julien Fontanet
71028895ff fix: revert to http-request-plus@0.8
Fixes #4774

There appears to be an issue with `pump` in `http-request-plus@0.9` which leads backups to never finish.
2020-03-05 09:26:26 +01:00
5 changed files with 16 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"golike-defer": "^0.4.1",
"xen-api": "^0.27.3"
"xen-api": "^0.27.4"
},
"scripts": {
"postversion": "npm publish"

View File

@@ -42,7 +42,7 @@
"human-format": "^0.10.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.27.3"
"xen-api": "^0.27.4"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "0.27.3",
"version": "0.27.4",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [
@@ -39,7 +39,7 @@
"debug": "^4.0.1",
"event-to-promise": "^0.8.0",
"exec-promise": "^0.7.0",
"http-request-plus": "^0.9.1",
"http-request-plus": "^0.8.0",
"jest-diff": "^24.0.0",
"json-rpc-protocol": "^0.13.1",
"kindof": "^2.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.55.0",
"version": "5.55.1",
"license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -73,7 +73,7 @@
"helmet": "^3.9.0",
"highland": "^2.11.1",
"http-proxy": "^1.16.2",
"http-request-plus": "^0.9.1",
"http-request-plus": "^0.8.0",
"http-server-plus": "^0.11.0",
"human-format": "^0.10.0",
"is-redirect": "^1.0.0",
@@ -124,7 +124,7 @@
"value-matcher": "^0.2.0",
"vhd-lib": "^0.7.2",
"ws": "^7.1.2",
"xen-api": "^0.27.3",
"xen-api": "^0.27.4",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",

View File

@@ -7234,6 +7234,15 @@ http-proxy@^1.16.2:
follow-redirects "^1.0.0"
requires-port "^1.0.0"
http-request-plus@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/http-request-plus/-/http-request-plus-0.8.0.tgz#9d883be7122c96124eb5e5c96bee9dfba8abc338"
integrity sha512-nSx7ebXOnHFgwi67YgkdEoHpjx/OH4wOkiHgqUnLsqTRlCu1DDeE+QLRiOI1XnSkqk2Y0Srmg5b1P9ckAPuETw==
dependencies:
is-redirect "^1.0.0"
lodash "^4.17.4"
promise-toolbox "^0.12.1"
http-request-plus@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/http-request-plus/-/http-request-plus-0.9.1.tgz#ba724da3dabb48eb7962e83aec5f5b3cd7291166"