Mobrovac has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/336232 )

Change subject: Update restbase to e628423
......................................................................

Update restbase to e628423

List of changes:
xxxxxxx Update node module dependencies

Change-Id: I507b00f9206a035701926c4df3c4621b785e3451
---
M node_modules/content-type/package.json
M node_modules/hosted-git-info/git-host-info.js
M node_modules/hosted-git-info/git-host.js
M node_modules/hosted-git-info/package.json
M node_modules/json-stable-stringify/package.json
M node_modules/kad/package.json
M node_modules/swagger-ui/package.json
7 files changed, 32 insertions(+), 36 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/restbase/deploy 
refs/changes/32/336232/1

diff --git a/node_modules/content-type/package.json 
b/node_modules/content-type/package.json
index 036da47..d5c80ae 100644
--- a/node_modules/content-type/package.json
+++ b/node_modules/content-type/package.json
@@ -49,7 +49,7 @@
     "/"
   ],
   "_resolved": 
"git+https://github.com/wikimedia/content-type.git#47b2632d0a2ee79a7d67268e2f6621becd95d05b";,
-  "_shasum": "80d0649ab23cf810edc0d08f625b9270675e1c9f",
+  "_shasum": "b2ad2e6c047234607f46c0dd384cd814f0c1cd7f",
   "_shrinkwrap": null,
   "_spec": 
"content-type@git+https://github.com/wikimedia/content-type.git#master";,
   "_where": "/opt/service",
diff --git a/node_modules/hosted-git-info/git-host-info.js 
b/node_modules/hosted-git-info/git-host-info.js
index 2234333..cd511e3 100644
--- a/node_modules/hosted-git-info/git-host-info.js
+++ b/node_modules/hosted-git-info/git-host-info.js
@@ -9,19 +9,22 @@
     'treepath': 'tree',
     'filetemplate': 
'https://{auth@}raw.githubusercontent.com/{user}/{project}/{committish}/{path}',
     'bugstemplate': 'https://{domain}/{user}/{project}/issues',
-    'gittemplate': 'git://{auth@}{domain}/{user}/{project}.git{#committish}'
+    'gittemplate': 'git://{auth@}{domain}/{user}/{project}.git{#committish}',
+    'tarballtemplate': 
'https://{domain}/{user}/{project}/archive/{committish}.tar.gz'
   },
   bitbucket: {
     'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ],
     'domain': 'bitbucket.org',
-    'treepath': 'src'
+    'treepath': 'src',
+    'tarballtemplate': 
'https://{domain}/{user}/{project}/get/{committish}.tar.gz'
   },
   gitlab: {
     'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ],
     'domain': 'gitlab.com',
     'treepath': 'tree',
     'docstemplate': 
'https://{domain}/{user}/{project}{/tree/committish}#README',
-    'bugstemplate': 'https://{domain}/{user}/{project}/issues'
+    'bugstemplate': 'https://{domain}/{user}/{project}/issues',
+    'tarballtemplate': 
'https://{domain}/{user}/{project}/repository/archive.tar.gz?ref={committish}'
   },
   gist: {
     'protocols': [ 'git', 'git+ssh', 'git+https', 'ssh', 'https' ],
@@ -36,7 +39,8 @@
     'docstemplate': 'https://{domain}/{project}{/committish}',
     'httpstemplate': 'git+https://{domain}/{project}.git{#committish}',
     'shortcuttemplate': '{type}:{project}{#committish}',
-    'pathtemplate': '{project}{#committish}'
+    'pathtemplate': '{project}{#committish}',
+    'tarballtemplate': 
'https://{domain}/{user}/{project}/archive/{committish}.tar.gz'
   }
 }
 
diff --git a/node_modules/hosted-git-info/git-host.js 
b/node_modules/hosted-git-info/git-host.js
index ea31380..3ce4bc3 100644
--- a/node_modules/hosted-git-info/git-host.js
+++ b/node_modules/hosted-git-info/git-host.js
@@ -81,6 +81,10 @@
   return this._fill(this.pathtemplate)
 }
 
+GitHost.prototype.tarball = function () {
+  return this._fill(this.tarballtemplate)
+}
+
 GitHost.prototype.file = function (P) {
   return this._fill(this.filetemplate, {
     path: P.replace(/^[/]+/g, '')
diff --git a/node_modules/hosted-git-info/package.json 
b/node_modules/hosted-git-info/package.json
index 5519664..ebaef50 100644
--- a/node_modules/hosted-git-info/package.json
+++ b/node_modules/hosted-git-info/package.json
@@ -14,19 +14,19 @@
     ]
   ],
   "_from": "hosted-git-info@>=2.1.4 <3.0.0",
-  "_id": "hosted-git-info@2.1.5",
+  "_id": "hosted-git-info@2.2.0",
   "_inCache": true,
   "_location": "/hosted-git-info",
-  "_nodeVersion": "5.10.1",
+  "_nodeVersion": "7.4.0",
   "_npmOperationalInternal": {
-    "host": "packages-12-west.internal.npmjs.com",
-    "tmp": "tmp/hosted-git-info-2.1.5.tgz_1463518889246_0.20443619322031736"
+    "host": "packages-18-east.internal.npmjs.com",
+    "tmp": "tmp/hosted-git-info-2.2.0.tgz_1486365886030_0.0815314722713083"
   },
   "_npmUser": {
     "name": "zkat",
     "email": "k...@sykosomatic.org"
   },
-  "_npmVersion": "3.9.1",
+  "_npmVersion": "4.2.0",
   "_phantomChildren": {},
   "_requested": {
     "raw": "hosted-git-info@^2.1.4",
@@ -40,8 +40,8 @@
   "_requiredBy": [
     "/normalize-package-data"
   ],
-  "_resolved": 
"https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz";,
-  "_shasum": "0ba81d90da2e25ab34a332e6ec77936e1598118b",
+  "_resolved": 
"https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz";,
+  "_shasum": "7a0d097863d886c0fabbdcd37bf1758d8becf8a5",
   "_shrinkwrap": null,
   "_spec": "hosted-git-info@^2.1.4",
   "_where": "/opt/service/node_modules/normalize-package-data",
@@ -57,14 +57,14 @@
   "description": "Provides metadata and conversions from repository urls for 
Github, Bitbucket and Gitlab",
   "devDependencies": {
     "standard": "^3.3.2",
-    "tap": "^0.4.13"
+    "tap": "^10.0.2"
   },
   "directories": {},
   "dist": {
-    "shasum": "0ba81d90da2e25ab34a332e6ec77936e1598118b",
-    "tarball": 
"https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz";
+    "shasum": "7a0d097863d886c0fabbdcd37bf1758d8becf8a5",
+    "tarball": 
"https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz";
   },
-  "gitHead": "4e6bb323a97a57c18e6b4b891527e26154d04fbe",
+  "gitHead": "d5ea6d1de852b04589f100c671fa0d3311f3449f",
   "homepage": "https://github.com/npm/hosted-git-info";,
   "keywords": [
     "git",
@@ -96,7 +96,7 @@
     "url": "git+https://github.com/npm/hosted-git-info.git";
   },
   "scripts": {
-    "test": "standard && tap test/*.js"
+    "test": "standard && tap -j8 test/*.js"
   },
-  "version": "2.1.5"
+  "version": "2.2.0"
 }
diff --git a/node_modules/json-stable-stringify/package.json 
b/node_modules/json-stable-stringify/package.json
index 05f3c5d..f6d2e23 100644
--- a/node_modules/json-stable-stringify/package.json
+++ b/node_modules/json-stable-stringify/package.json
@@ -51,7 +51,7 @@
     "/restbase-mod-table-cassandra"
   ],
   "_resolved": 
"git+https://github.com/wikimedia/json-stable-stringify.git#c05178e4dfc3834017f017732934c1c52ba3dd8f";,
-  "_shasum": "ba88ede951dda64ec219e3ff5fff015f65d80491",
+  "_shasum": "07cae7e01d2f1dd2d654253d40665278ed28119f",
   "_shrinkwrap": null,
   "_spec": 
"json-stable-stringify@git+https://github.com/wikimedia/json-stable-stringify.git#master";,
   "_where": "/opt/service",
diff --git a/node_modules/kad/package.json b/node_modules/kad/package.json
index 83f65f2..be63445 100644
--- a/node_modules/kad/package.json
+++ b/node_modules/kad/package.json
@@ -48,8 +48,8 @@
   "_requiredBy": [
     "/limitation"
   ],
-  "_resolved": 
"git+https://github.com/gwicke/kad.git#f35971036f43814043245da82b12d035b7bbfd16";,
-  "_shasum": "ab949140c8127290437a436a22a5a5fbd50809ce",
+  "_resolved": 
"git+https://github.com/gwicke/kad.git#936c91652d757ea6f9dd30e44698afb0daaa1d17";,
+  "_shasum": "2bb723912d7c704cf878b3f1a3c7153c3f313204",
   "_shrinkwrap": null,
   "_spec": "kad@git+https://github.com/gwicke/kad.git#master";,
   "_where": "/opt/service/node_modules/limitation",
@@ -99,10 +99,7 @@
     "doc": "doc",
     "example": "example"
   },
-  "engines": {
-    "node": "4.x.x"
-  },
-  "gitHead": "f35971036f43814043245da82b12d035b7bbfd16",
+  "gitHead": "936c91652d757ea6f9dd30e44698afb0daaa1d17",
   "homepage": "https://github.com/kadtools/kad#readme";,
   "keywords": [
     "dht",
@@ -128,14 +125,5 @@
     "test": "npm run testsuite && npm run linter",
     "testsuite": "mocha test/** --recursive"
   },
-  "version": "1.3.6",
-  "warnings": [
-    {
-      "code": "ENOTSUP",
-      "required": {
-        "node": "4.x.x"
-      },
-      "pkgid": "kad@1.3.6"
-    }
-  ]
+  "version": "1.3.6"
 }
diff --git a/node_modules/swagger-ui/package.json 
b/node_modules/swagger-ui/package.json
index c121757..12661a3 100644
--- a/node_modules/swagger-ui/package.json
+++ b/node_modules/swagger-ui/package.json
@@ -49,7 +49,7 @@
     "/hyperswitch"
   ],
   "_resolved": 
"git+https://github.com/wikimedia/swagger-ui.git#b9b40dc8e00caeb24c19fe636b93250a7e335541";,
-  "_shasum": "3009ef75f0abe7bdffbb5e7af65f827d2c428783",
+  "_shasum": "2ab04f95007c2cbeaf2b9e17b6a66661bebfbb8c",
   "_shrinkwrap": null,
   "_spec": "swagger-ui@git+https://github.com/wikimedia/swagger-ui.git#master";,
   "_where": "/opt/service/node_modules/hyperswitch",

-- 
To view, visit https://gerrit.wikimedia.org/r/336232
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I507b00f9206a035701926c4df3c4621b785e3451
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/restbase/deploy
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to