8 Commits

Author SHA1 Message Date
85ce0a13a7 Revert "Use different base image"
Some checks failed
continuous-integration/drone/push Build was killed
This reverts commit 9ad66204d1.
2019-03-04 15:00:04 +07:00
9ad66204d1 Use different base image
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-04 14:52:53 +07:00
a016b68355 Adjust resource limits
Some checks are pending
continuous-integration/drone/push Build is running
2019-03-04 13:52:35 +07:00
afdef57808 Lower memory limit 2019-03-04 13:22:09 +07:00
4a3095625c Add resource limits for Drone k8s jobs
Some checks are pending
continuous-integration/drone/push Build is running
2019-03-04 13:19:03 +07:00
f1fc68e7bf Fix Docker tag syntax
Some checks failed
continuous-integration/drone/push Build was killed
2019-03-03 13:36:34 +07:00
825bbd63ea Add Drone CI config
Some checks failed
continuous-integration/drone/push Build was killed
2019-03-03 13:23:54 +07:00
25edfa775b Update rs.js 2018-12-09 09:12:50 +00:00
3 changed files with 24 additions and 8 deletions

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
kind: pipeline
name: test
steps:
- name: test
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: 250m
memory: 256Mi

14
package-lock.json generated
View File

@@ -9413,13 +9413,13 @@
"dev": true
},
"remotestoragejs": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/remotestoragejs/-/remotestoragejs-1.0.3.tgz",
"integrity": "sha512-es03OF5+nZ+sRFgxD97qLRApbBs+rdZ5H4aOH5piI4Cz1Y+3PL+jumdZ+w1WDb3XlPSRXr31VhBHGadM1q2n6g==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/remotestoragejs/-/remotestoragejs-1.1.0.tgz",
"integrity": "sha512-No4HnSjrHYRv9m2UWGDPJjb0dyOC0F1Lhfr32dNw2PdQIXlp7pg7eJOGw/hHR6SPBkbkl6P0YEkhiFuSH7yY6g==",
"dev": true,
"requires": {
"tv4": "1.3.0",
"webfinger.js": "2.6.6",
"webfinger.js": "2.7.0",
"xhr2": "0.1.4"
}
},
@@ -11211,9 +11211,9 @@
"dev": true
},
"webfinger.js": {
"version": "2.6.6",
"resolved": "https://registry.npmjs.org/webfinger.js/-/webfinger.js-2.6.6.tgz",
"integrity": "sha512-dQpuL01XtluQ9Ndgu62o3pEmIe/ssDoIE0CQsOyavGl04xyHal+Ge4gFerw5V0BFoLTQpD8ZZqaDzb43hG9atw==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/webfinger.js/-/webfinger.js-2.7.0.tgz",
"integrity": "sha512-l+UtsuV4zrBKyVAj9VCtwWgscTgadCsdGgL1OvbV102cvydWwJCGXlFIXauzWLzfheIDHfPNRWfgMuwyC6ZfIA==",
"dev": true,
"requires": {
"xhr2": "0.1.4"

View File

@@ -45,7 +45,7 @@
"json-tree-view": "github:skddc/json-tree-view#bugfix/setters",
"loader.js": "^4.2.3",
"remotestorage-widget": "^1.3.0",
"remotestoragejs": "^1.0.3"
"remotestoragejs": "^1.1.0"
},
"engines": {
"node": "6.* || >= 7.*"