Merge pull request #49 from overleaf/jpa-dependencies-cleanup

[misc] cleanup dependencies
This commit is contained in:
Jakob Ackermann 2020-02-14 10:56:17 +01:00 committed by GitHub
commit df7a918e08
5 changed files with 1 additions and 17 deletions

View file

@ -4,7 +4,7 @@ spelling
--env-add= --env-add=
--node-version=10.19.0 --node-version=10.19.0
--acceptance-creds=None --acceptance-creds=None
--dependencies=mongo,redis --dependencies=mongo
--docker-repos=gcr.io/overleaf-ops --docker-repos=gcr.io/overleaf-ops
--env-pass-through= --env-pass-through=
--data-dirs=cache --data-dirs=cache

View file

@ -27,8 +27,6 @@ services:
depends_on: depends_on:
mongo: mongo:
condition: service_healthy condition: service_healthy
redis:
condition: service_healthy
user: node user: node
command: npm run test:acceptance:_run command: npm run test:acceptance:_run
@ -40,8 +38,5 @@ services:
- ./:/tmp/build/ - ./:/tmp/build/
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs . command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root user: root
redis:
image: redis
mongo: mongo:
image: mongo:3.6 image: mongo:3.6

View file

@ -38,13 +38,8 @@ services:
depends_on: depends_on:
mongo: mongo:
condition: service_healthy condition: service_healthy
redis:
condition: service_healthy
command: npm run test:acceptance command: npm run test:acceptance
redis:
image: redis
mongo: mongo:
image: mongo:3.6 image: mongo:3.6

View file

@ -3624,11 +3624,6 @@
} }
} }
}, },
"redis": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/redis/-/redis-0.8.6.tgz",
"integrity": "sha1-p66PDW+tJL3q/+KBWNbNHxydMLg="
},
"regexpp": { "regexpp": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz",

View file

@ -34,7 +34,6 @@
"metrics-sharelatex": "^2.2.0", "metrics-sharelatex": "^2.2.0",
"mongojs": "2.4.0", "mongojs": "2.4.0",
"node-statsd": "0.0.3", "node-statsd": "0.0.3",
"redis": "~0.8.4",
"request": "^2.88.0", "request": "^2.88.0",
"settings-sharelatex": "^1.1.0", "settings-sharelatex": "^1.1.0",
"underscore": "1.9.1" "underscore": "1.9.1"