Merge remote-tracking branch 'origin/develop' into sabrecat/mongodb-upgrade

# Conflicts:
#	config.json.example
#	package-lock.json
#	package.json
This commit is contained in:
negue
2025-11-09 18:35:47 +01:00
1182 changed files with 46571 additions and 31020 deletions

View File

@@ -49,12 +49,6 @@ function integrationTestCommand (testDir) {
}
/* Test task definitions */
gulp.task('test:nodemon', gulp.series(done => {
process.env.PORT = TEST_SERVER_PORT; // eslint-disable-line no-process-env
process.env.NODE_DB_URI = TEST_DB_URI; // eslint-disable-line no-process-env
done();
}, 'nodemon'));
gulp.task('test:prepare:mongo', cb => {
const mongooseOptions = getDefaultConnectionOptions();
const connectionUrl = getDevelopmentConnectionUrl(TEST_DB_URI);