Diamond Lewis
afe49cb1f7
Run tests against Postgres 11 ( #6260 )
...
* Run tests against Postgres 11
* postgis package
* use xenial travis image
* port 5432
2019-12-04 12:24:19 -06:00
Old Grandpa
6db040bdec
GraphQL alias for mutations in classConfigs ( #6258 )
...
* mutations
* removed duplicate tests
2019-12-03 21:38:28 -08:00
greenkeeper[bot]
917c6718fc
Update parse to the latest version 🚀 ( #6253 )
...
* fix(package): update parse to version 2.10.0
* chore(package): update lockfile package-lock.json
2019-12-04 00:30:22 +00:00
Diamond Lewis
985933955f
Suppress Test Logs ( #6256 )
...
* Suppress Test Logs
This will reduce some of the noise in the tests logs.
* replace deprecated buffer
* remove deprecation warnings
* fix geopoint
* Fix GraphQL
* postgres warnings
2019-12-03 18:21:12 -06:00
Old Grandpa
188f033330
GraphQL classConfig query alias ( #6257 )
...
* adds alias option
* added tests
2019-12-03 16:14:48 -08:00
greenkeeper[bot]
abcc5fdb31
Update graphql-upload to the latest version 🚀 ( #6254 )
...
* fix(package): update graphql-upload to version 9.0.0
* chore(package): update lockfile package-lock.json
2019-12-03 20:14:12 +00:00
greenkeeper[bot]
1f54d02911
Update flow-bin to the latest version 🚀 ( #6251 )
...
* chore(package): update flow-bin to version 0.113.0
* chore(package): update lockfile package-lock.json
2019-12-03 06:00:15 +00:00
greenkeeper[bot]
281997ba23
Update apollo-upload-client to the latest version 🚀 ( #6252 )
...
* chore(package): update apollo-upload-client to version 12.1.0
* chore(package): update lockfile package-lock.json
2019-12-03 05:49:54 +00:00
Mike Patnode
a7cb381fbf
Allow validateFilename to return a string or Parse Error ( #6246 )
2019-12-02 19:47:22 -06:00
greenkeeper[bot]
b75a73c7b8
Update apollo-upload-client to the latest version 🚀 ( #6250 )
...
* chore(package): update apollo-upload-client to version 12.0.0
* chore(package): update lockfile package-lock.json
2019-12-02 17:30:19 +00:00
greenkeeper[bot]
ca277be0b8
Update eslint to the latest version 🚀 ( #6247 )
...
* chore(package): update eslint to version 6.7.2
* chore(package): update lockfile package-lock.json
2019-12-02 06:20:32 +00:00
Antonio Davi Macedo Coelho de Castro
a9066e20dc
Relay Spec ( #6089 )
...
* Install graphql-relay
* Add relayNodeInterface to ParseGraphQLSchema
* Add support to global id
* Add support to global id in other operations
* Fix sort by glboal id
* Fix where by global id
* Introduce IdWhereInput
* Add Relay object identification tests
* Client mutation id on createFile mutation
* Client mutation id on callCloudCode mutation
* Client mutation id on signUp mutation
* Client mutation id on logIn mutation
* Client mutation id on logOut mutation
* Client mutation id on createClass mutation
* Client mutation id on updateClass mutation
* Client mutation id on deleteClass mutation
* Client mutation id on create object mutation
* Improve Viewer type
* Client mutation id on update object mutation
* Client mutation id on delete object mutation
* Introducing connections
* Fix tests
* Add pagination test
* Fix file location
* Fix postgres tests
* Add comments
* Tests to calculateSkipAndLimit
2019-12-01 21:43:08 -08:00
greenkeeper[bot]
67e3c33ffe
Update eslint-plugin-flowtype to the latest version 🚀 ( #6239 )
...
* chore(package): update eslint-plugin-flowtype to version 4.5.0
* chore(package): update lockfile package-lock.json
2019-12-02 05:07:09 +00:00
greenkeeper[bot]
c7ea30cfa3
Update lint-staged to the latest version 🚀 ( #6243 )
...
* chore(package): update lint-staged to version 9.5.0
* chore(package): update lockfile package-lock.json
2019-12-02 05:02:34 +00:00
Antoine Cormouls
62459962dd
Change ACL to Non null ( #6249 )
2019-12-01 20:46:06 -08:00
Julian Dax
4435154cf9
Add LDAP auth module ( #6226 )
2019-11-25 10:03:38 -06:00
greenkeeper[bot]
cf26434b31
Update node-rsa to the latest version 🚀 ( #6241 )
...
* fix(package): update node-rsa to version 1.0.7
* chore(package): update lockfile package-lock.json
2019-11-25 11:50:52 +00:00
greenkeeper[bot]
9c72e4c8a1
Update eslint to the latest version 🚀 ( #6240 )
...
* chore(package): update eslint to version 6.7.1
* chore(package): update lockfile package-lock.json
2019-11-25 05:22:25 +00:00
greenkeeper[bot]
552511af65
Update pg-promise to the latest version 🚀 ( #6238 )
...
* fix(package): update pg-promise to version 10.3.1
* chore(package): update lockfile package-lock.json
2019-11-24 03:22:10 +00:00
Diamond Lewis
2f05d819f3
beforeFind: Improve request.query object ( #6237 )
...
* beforeFind: Improve request.query object
Closes: https://github.com/parse-community/parse-server/issues/6164
* can modify exclude query
2019-11-23 11:38:13 -06:00
greenkeeper[bot]
7c7a8704c5
Update babel7 to the latest version 🚀 ( #6236 )
...
* chore(package): update @babel/cli to version 7.7.4
* chore(package): update @babel/core to version 7.7.4
* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.7.4
* chore(package): update @babel/plugin-transform-flow-strip-types to version 7.7.4
* chore(package): update @babel/preset-env to version 7.7.4
* chore(package): update lockfile package-lock.json
2019-11-23 02:06:25 +00:00
Diamond Lewis
5bf87d86bb
Improve WebSocketServer Error Handling ( #6230 )
...
* Improve WebSocketServer Error Handling
Closes: https://github.com/parse-community/parse-server/issues/6173
Prevents an unhandled server rejection.
Includes an example for LiveQuery test and closing the proper connections.
Improve live query monitoring
* fix tests
2019-11-22 15:23:04 -06:00
greenkeeper[bot]
dff682567d
Update eslint to the latest version 🚀 ( #6234 )
...
* chore(package): update eslint to version 6.7.0
* chore(package): update lockfile package-lock.json
2019-11-22 20:31:48 +00:00
greenkeeper[bot]
1a82a35a00
Update eslint-plugin-flowtype to the latest version 🚀 ( #6209 )
...
* chore(package): update eslint-plugin-flowtype to version 4.3.1
* chore(package): update lockfile package-lock.json
2019-11-21 19:30:29 +00:00
greenkeeper[bot]
e8b584b758
Update apollo-server to the latest version 🚀 ( #6233 )
...
* fix(package): update apollo-server-express to version 2.9.12
* chore(package): update lockfile package-lock.json
2019-11-21 18:34:41 +00:00
greenkeeper[bot]
04639a67d9
Update apollo-server to the latest version 🚀 ( #6229 )
...
* fix(package): update apollo-server-express to version 2.9.10
* chore(package): update lockfile package-lock.json
2019-11-21 03:34:48 +00:00
greenkeeper[bot]
1ab2bcbc70
Update husky to the latest version 🚀 ( #6221 )
...
* chore(package): update husky to version 3.1.0
* chore(package): update lockfile package-lock.json
2019-11-21 03:14:16 +00:00
greenkeeper[bot]
6a2550d950
Update bcrypt to the latest version 🚀 ( #6222 )
...
* chore(package): update bcrypt to version 3.0.7
* chore(package): update lockfile package-lock.json
2019-11-21 02:47:16 +00:00
Manuel Trezza
5ed0885440
added afterLogout trigger ( #6217 )
...
* added afterLogout trigger
* added verification of session object in tests
* removed obsolete code
* removed unsued code
* improved tests to verify user ID
2019-11-15 21:52:57 -06:00
greenkeeper[bot]
5cfaaf059a
Update parse to the latest version 🚀 ( #6215 )
...
* fix(package): update parse to version 2.9.1
* chore(package): update lockfile package-lock.json
2019-11-15 00:42:05 +00:00
greenkeeper[bot]
fccf9ca8cb
Update apollo-server to the latest version 🚀 ( #6213 )
...
* fix(package): update apollo-server-express to version 2.9.9
* chore(package): update lockfile package-lock.json
2019-11-13 23:19:47 +00:00
greenkeeper[bot]
e31f19e6cb
Update lint-staged to the latest version 🚀 ( #6212 )
...
* chore(package): update lint-staged to version 9.4.3
* chore(package): update lockfile package-lock.json
2019-11-13 21:34:32 +00:00
greenkeeper[bot]
8ede370206
Update pg-promise to the latest version 🚀 ( #6208 )
...
* fix(package): update pg-promise to version 10.2.1
* chore(package): update lockfile package-lock.json
2019-11-12 23:45:31 +00:00
greenkeeper[bot]
fb7fa6d170
Update flow-bin to the latest version 🚀 ( #6211 )
...
* chore(package): update flow-bin to version 0.112.0
* chore(package): update lockfile package-lock.json
2019-11-12 20:04:00 +00:00
greenkeeper[bot]
8b83b318b4
Update apollo-server to the latest version 🚀 ( #6210 )
...
* fix(package): update apollo-server-express to version 2.9.8
* chore(package): update lockfile package-lock.json
2019-11-12 19:22:37 +00:00
greenkeeper[bot]
ede381efd5
Update commander to the latest version 🚀 ( #6204 )
...
* fix(package): update commander to version 4.0.1
* chore(package): update lockfile package-lock.json
2019-11-12 05:45:12 +00:00
greenkeeper[bot]
41a6f22356
Update pg-promise to the latest version 🚀 ( #6206 )
...
* fix(package): update pg-promise to version 10.2.0
* chore(package): update lockfile package-lock.json
2019-11-11 14:35:10 +00:00
greenkeeper[bot]
b6bddee33e
Update prettier to the latest version 🚀 ( #6199 )
...
* chore(package): update prettier to version 1.19.0
* chore(package): update lockfile package-lock.json
2019-11-11 05:04:31 +00:00
greenkeeper[bot]
8c536079a4
Update pg-promise to the latest version 🚀 ( #6203 )
...
* fix(package): update pg-promise to version 10.1.0
* chore(package): update lockfile package-lock.json
2019-11-10 11:55:35 +00:00
greenkeeper[bot]
042ff41eed
Update pg-promise to the latest version 🚀 ( #6201 )
...
* fix(package): update pg-promise to version 10.0.0
* chore(package): update lockfile package-lock.json
2019-11-10 08:07:41 +00:00
greenkeeper[bot]
fca68be81c
Update pg-promise to the latest version 🚀 ( #6200 )
...
* fix(package): update pg-promise to version 9.3.6
* chore(package): update lockfile package-lock.json
2019-11-09 11:08:56 +00:00
Diamond Lewis
a2d332f698
Fix #6179 Initializing default logger ( #6186 )
...
* Fix #6179 Initializing default logger
Fixes : #6179
Removes unnessary logs
* fix typo
* if error just write to console
2019-11-07 17:41:34 -06:00
greenkeeper[bot]
78f76cbcd9
Update pg-promise to the latest version 🚀 ( #6196 )
...
* fix(package): update pg-promise to version 9.3.4
* chore(package): update lockfile package-lock.json
* Revert "fix(package): update pg-promise to version 9.3.4"
This reverts commit 2e491520167fb2c26bd015cecd85d1f8f400febc.
* pg-promise 9.3.5
2019-11-07 22:17:00 +00:00
dependabot-preview[bot]
150d785ffa
Bump mongodb from 3.3.2 to 3.3.3
...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases )
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md )
- [Commits](https://github.com/mongodb/node-mongodb-native/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-07 19:09:29 +00:00
greenkeeper[bot]
5d6ce45305
Update parse to the latest version 🚀 ( #6197 )
...
* fix(package): update parse to version 2.9.0
* chore(package): update lockfile package-lock.json
2019-11-07 19:06:10 +00:00
greenkeeper[bot]
390cfa56e1
Update babel7 to the latest version 🚀 ( #6194 )
...
* chore(package): update @babel/core to version 7.7.2
* chore(package): update lockfile package-lock.json
2019-11-07 01:14:06 +00:00
Tom Fox
453accfc67
Add funding link ( #6192 )
...
* Add funding link
* fix quotes
2019-11-06 11:55:04 -06:00
dependabot-preview[bot]
7eb92846a6
Bump mongodb-runner from 4.7.4 to 4.7.5 ( #6191 )
...
Bumps [mongodb-runner](https://github.com/mongodb-js/runner ) from 4.7.4 to 4.7.5.
- [Release notes](https://github.com/mongodb-js/runner/releases )
- [Commits](https://github.com/mongodb-js/runner/compare/v4.7.4...v4.7.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-06 10:42:20 +00:00
dependabot-preview[bot]
6009ffe00b
Bump @babel/preset-env from 7.7.0 to 7.7.1 ( #6190 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.7.0 to 7.7.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-06 10:39:44 +00:00
greenkeeper[bot]
227741b5f8
Update form-data to the latest version 🚀 ( #6189 )
...
* chore(package): update form-data to version 3.0.0
* chore(package): update lockfile package-lock.json
2019-11-06 08:33:04 +00:00