mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #13251 from overleaf/msm-update-mongo-5
Update mongo in dev-environment to 5.0.17 GitOrigin-RevId: 37113421b41255ad4b72e120f4fe23808ef7d743
This commit is contained in:
parent
899ec09b70
commit
6c29e0a36e
27 changed files with 43 additions and 27 deletions
|
@ -3,6 +3,8 @@ chat
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=False
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -44,7 +44,7 @@ services:
|
|||
command: npm run --silent test:acceptance
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -3,6 +3,8 @@ contacts
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=True
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=False
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -44,7 +44,7 @@ services:
|
|||
command: npm run --silent test:acceptance
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -3,6 +3,8 @@ docstore
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=True
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -51,7 +51,7 @@ services:
|
|||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -53,7 +53,7 @@ services:
|
|||
command: npm run --silent test:acceptance
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -3,6 +3,8 @@ document-updater
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=True
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -51,7 +51,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -53,7 +53,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -3,6 +3,8 @@ history-v1
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=False
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -50,7 +50,7 @@ services:
|
|||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -52,7 +52,7 @@ services:
|
|||
command: npm run --silent test:acceptance
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -3,6 +3,8 @@ notifications
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=True
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -44,7 +44,7 @@ services:
|
|||
command: npm run --silent test:acceptance
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -3,6 +3,8 @@ project-history
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=
|
||||
--env-pass-through=
|
||||
--esmock-loader=True
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=False
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -51,7 +51,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -53,7 +53,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
||||
"start": "node $NODE_APP_OPTIONS app.js",
|
||||
"nodemon": "nodemon --config nodemon.json",
|
||||
"test:acceptance:_run": "LOG_LEVEL=error mocha --loader=esmock --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
||||
"test:acceptance:_run": "LOG_LEVEL=fatal mocha --loader=esmock --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
||||
"test:unit:_run": "LOG_LEVEL=fatal mocha --loader=esmock --recursive --reporter spec $@ test/unit/js",
|
||||
"lint": "eslint --max-warnings 0 --format unix .",
|
||||
"format": "prettier --list-different $PWD/'**/*.js'",
|
||||
|
|
|
@ -3,6 +3,8 @@ track-changes
|
|||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=AWS_BUCKET=bucket
|
||||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--has-custom-nodemon=True
|
||||
--node-version=16.17.1
|
||||
--public-repo=True
|
||||
--script-version=4.1.0
|
||||
--script-version=4.2.0
|
||||
|
|
|
@ -58,7 +58,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -60,7 +60,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
|
|
@ -94,7 +94,7 @@ services:
|
|||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
|
||||
ldap:
|
||||
|
|
|
@ -89,7 +89,7 @@ services:
|
|||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
|
||||
ldap:
|
||||
|
|
Loading…
Reference in a new issue