Mobrovac has submitted this change and it was merged. Change subject: Update restbase to fe87bd4 ......................................................................
Update restbase to fe87bd4 List of changes: 4081e0d Travis: Install custom version of cassandra and run tests against it b1dcf61 Download cassandra not to the current directory to avoid running jshint on it 1c291c2 MobileApps: Change the request flow in light of pre-generation dbec6e9 MobileApps: Hack: Enable pre-generation in Parsoid module d97dbc6 MobileApps: Simplify routes and use the sys endpoint from Parsoid xxxxxxx Update node module dependencies Change-Id: I74df2745b67b39c90715c576ca84aa6d3e2e2312 --- M node_modules/content-type/package.json M node_modules/json-stable-stringify/package.json M node_modules/preq/node_modules/request/node_modules/har-validator/package.json M node_modules/restbase-mod-table-cassandra/node_modules/json-stable-stringify/package.json M node_modules/service-runner/node_modules/node-statsd/package.json M node_modules/swagger-ui/package.json M restbase 7 files changed, 16 insertions(+), 17 deletions(-) Approvals: Mobrovac: Verified; Looks good to me, approved diff --git a/node_modules/content-type/package.json b/node_modules/content-type/package.json index cd4178d..598bad6 100644 --- a/node_modules/content-type/package.json +++ b/node_modules/content-type/package.json @@ -44,7 +44,7 @@ }, "homepage": "https://github.com/jshttp/content-type#readme", "_id": "[email protected]", - "_shasum": "cb65b9e45b82437ff6ee47d210786beb91d07707", + "_shasum": "e55e86157b06bd545741ed67f22ecee469c5db8c", "_from": "git+https://github.com/wikimedia/content-type.git#master", "_resolved": "git+https://github.com/wikimedia/content-type.git#47b2632d0a2ee79a7d67268e2f6621becd95d05b" } diff --git a/node_modules/json-stable-stringify/package.json b/node_modules/json-stable-stringify/package.json index b3223e1..ba6122f 100644 --- a/node_modules/json-stable-stringify/package.json +++ b/node_modules/json-stable-stringify/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/substack/json-stable-stringify/issues" }, "_id": "[email protected]", - "_shasum": "de746108936b21408b71d4ccd9fc25cc70d835e2", + "_shasum": "d88f5215ecf18aa93e69c7851ab6397ddc5bafa6", "_from": "git+https://github.com/wikimedia/json-stable-stringify.git#master", "_resolved": "git+https://github.com/wikimedia/json-stable-stringify.git#c05178e4dfc3834017f017732934c1c52ba3dd8f" } diff --git a/node_modules/preq/node_modules/request/node_modules/har-validator/package.json b/node_modules/preq/node_modules/request/node_modules/har-validator/package.json index 2efa976..56a8268 100644 --- a/node_modules/preq/node_modules/request/node_modules/har-validator/package.json +++ b/node_modules/preq/node_modules/request/node_modules/har-validator/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.3", + "version": "2.0.5", "name": "har-validator", "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", "author": { @@ -49,11 +49,10 @@ "devDependencies": { "codeclimate-test-reporter": "0.1.1", "echint": "^1.5.0", - "istanbul": "^0.4.0", + "istanbul": "^0.4.2", "mocha": "^2.3.4", "require-directory": "^2.1.1", - "should": "^7.1.1", - "should-promised": "^0.3.1", + "should": "^8.1.1", "standard": "^5.4.1" }, "dependencies": { @@ -62,12 +61,12 @@ "is-my-json-valid": "^2.12.3", "pinkie-promise": "^2.0.0" }, - "gitHead": "a71163c62b8786a41d503248fb60893598f3c26f", - "_id": "[email protected]", - "_shasum": "5a9e12564a571cf0b81ef93c2157bd1617168883", + "gitHead": "1382234c6fbdeba8f7821f6a1f700e0911ac6aea", + "_id": "[email protected]", + "_shasum": "a3a51876594b6ede76bb63eb1b311c246b18a9bb", "_from": "har-validator@>=2.0.2 <2.1.0", - "_npmVersion": "2.14.4", - "_nodeVersion": "4.1.2", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.4.0", "_npmUser": { "name": "ahmadnassri", "email": "[email protected]" @@ -79,9 +78,9 @@ } ], "dist": { - "shasum": "5a9e12564a571cf0b81ef93c2157bd1617168883", - "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz" + "shasum": "a3a51876594b6ede76bb63eb1b311c246b18a9bb", + "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-2.0.5.tgz" }, "directories": {}, - "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz" + "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.5.tgz" } diff --git a/node_modules/restbase-mod-table-cassandra/node_modules/json-stable-stringify/package.json b/node_modules/restbase-mod-table-cassandra/node_modules/json-stable-stringify/package.json index 763d1b3..8eed796 100644 --- a/node_modules/restbase-mod-table-cassandra/node_modules/json-stable-stringify/package.json +++ b/node_modules/restbase-mod-table-cassandra/node_modules/json-stable-stringify/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/substack/json-stable-stringify/issues" }, "_id": "[email protected]", - "_shasum": "483a6dc0b88467c99d15bd589e7f41a1273649d4", + "_shasum": "44c4ff212cc9783f0b70e358b4a949a9b7dc387d", "_from": "git+https://github.com/wikimedia/json-stable-stringify.git#master", "_resolved": "git+https://github.com/wikimedia/json-stable-stringify.git#c05178e4dfc3834017f017732934c1c52ba3dd8f" } diff --git a/node_modules/service-runner/node_modules/node-statsd/package.json b/node_modules/service-runner/node_modules/node-statsd/package.json index db45457..3792649 100644 --- a/node_modules/service-runner/node_modules/node-statsd/package.json +++ b/node_modules/service-runner/node_modules/node-statsd/package.json @@ -42,7 +42,7 @@ "readmeFilename": "README.md", "homepage": "https://github.com/sivy/node-statsd#readme", "_id": "[email protected]", - "_shasum": "6166ac7f7d81b49ec75724e315f3d11e467e310a", + "_shasum": "210e18b3dbce1e97450497546910088009def0ff", "_from": "git+https://github.com/Pchelolo/node-statsd.git#batching", "_resolved": "git+https://github.com/Pchelolo/node-statsd.git#d20e17309493216447df43dcdb52879e60d8d4f6" } diff --git a/node_modules/swagger-ui/package.json b/node_modules/swagger-ui/package.json index bbe09d8..d7c0776 100644 --- a/node_modules/swagger-ui/package.json +++ b/node_modules/swagger-ui/package.json @@ -60,7 +60,7 @@ "url": "https://github.com/swagger-api/swagger-ui/issues" }, "_id": "[email protected]", - "_shasum": "b3ff1c55709a78e18550b713cb91968c83012e67", + "_shasum": "44bb099da7be0cee3aecbfb07684825a1a03eeb0", "_from": "git+https://github.com/wikimedia/swagger-ui.git#master", "_resolved": "git+https://github.com/wikimedia/swagger-ui.git#61cebb020870c1bbefe4accfe7c138071572b471" } diff --git a/restbase b/restbase index 8cb51a6..fe87bd4 160000 --- a/restbase +++ b/restbase -Subproject commit 8cb51a6e69fb3f0839959fbcda7c779cd5c9c216 +Subproject commit fe87bd4bb380d0694a9f36b62ea70be110ca35ef -- To view, visit https://gerrit.wikimedia.org/r/264203 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I74df2745b67b39c90715c576ca84aa6d3e2e2312 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/restbase/deploy Gerrit-Branch: master Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Mobrovac <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
