Skip to content

Commit b822922

Browse files
authored
Merge branch 'master' into remove-error-codes
2 parents cbd1549 + b5fc0d5 commit b822922

File tree

12 files changed

+196
-172
lines changed

12 files changed

+196
-172
lines changed

.github/stale.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
MONGODB_STORAGE_ENGINE: wiredTiger
107107
NODE_VERSION: 14.18.1
108108
- name: MongoDB 4.4, ReplicaSet, WiredTiger
109-
MONGODB_VERSION: 4.4.9
109+
MONGODB_VERSION: 4.4.10
110110
MONGODB_TOPOLOGY: replicaset
111111
MONGODB_STORAGE_ENGINE: wiredTiger
112112
NODE_VERSION: 14.18.1
@@ -127,17 +127,17 @@ jobs:
127127
NODE_VERSION: 14.18.1
128128
- name: Redis Cache
129129
PARSE_SERVER_TEST_CACHE: redis
130-
MONGODB_VERSION: 4.4.9
130+
MONGODB_VERSION: 4.4.10
131131
MONGODB_TOPOLOGY: standalone
132132
MONGODB_STORAGE_ENGINE: wiredTiger
133133
NODE_VERSION: 14.18.1
134134
- name: Node 12
135-
MONGODB_VERSION: 4.4.9
135+
MONGODB_VERSION: 4.4.10
136136
MONGODB_TOPOLOGY: standalone
137137
MONGODB_STORAGE_ENGINE: wiredTiger
138138
NODE_VERSION: 12.22.7
139139
- name: Node 15
140-
MONGODB_VERSION: 4.4.9
140+
MONGODB_VERSION: 4.4.10
141141
MONGODB_TOPOLOGY: standalone
142142
MONGODB_STORAGE_ENGINE: wiredTiger
143143
NODE_VERSION: 15.14.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
125125
|-------------|----------------|------------------|--------------------|
126126
| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Fully compatible |
127127
| MongoDB 4.2 | 4.2.17 | TBD | ✅ Fully compatible |
128-
| MongoDB 4.4 | 4.4.9 | TBD | ✅ Fully compatible |
128+
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Fully compatible |
129129
| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Fully compatible |
130130

131131
#### PostgreSQL

package-lock.json

Lines changed: 67 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cors": "2.8.5",
3333
"deepcopy": "2.1.0",
3434
"express": "4.17.1",
35-
"follow-redirects": "1.14.1",
35+
"follow-redirects": "1.14.2",
3636
"graphql": "15.6.0",
3737
"graphql-list-fields": "2.0.2",
3838
"graphql-relay": "0.9.0",
@@ -47,12 +47,12 @@
4747
"mime": "2.5.2",
4848
"mongodb": "3.6.11",
4949
"mustache": "4.2.0",
50-
"parse": "3.3.0",
50+
"parse": "3.3.1",
5151
"pg-monitor": "1.4.1",
5252
"pg-promise": "10.11.0",
5353
"pluralize": "8.0.0",
5454
"redis": "3.1.2",
55-
"semver": "7.3.4",
55+
"semver": "7.3.5",
5656
"subscriptions-transport-ws": "0.10.0",
5757
"tv4": "1.3.0",
5858
"uuid": "8.3.2",
@@ -114,13 +114,13 @@
114114
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
115115
"test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27",
116116
"test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17",
117-
"test:mongodb:4.4.9": "npm run test:mongodb --dbversion=4.4.9",
117+
"test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10",
118118
"posttest:mongodb": "mongodb-runner stop",
119-
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
120-
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
119+
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
120+
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
121121
"test": "npm run testonly",
122-
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
123-
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
122+
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
123+
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
124124
"start": "node ./bin/parse-server",
125125
"prettier": "prettier --write {src,spec}/{**/*,*}.js",
126126
"prepare": "npm run build",

spec/ParseAPI.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const headers = {
2323
'X-Parse-Installation-Id': 'yolo',
2424
};
2525

26-
describe_only_db('mongo')('miscellaneous', () => {
26+
describe('miscellaneous', () => {
2727
it('db contains document after successful save', async () => {
2828
const obj = new Parse.Object('TestObject');
2929
obj.set('foo', 'bar');

0 commit comments

Comments
 (0)