Commit Graph

2276 Commits

Author SHA1 Message Date
Ben Briggs
45ff23bde2 postgres: Ensure that setting a value to undefined is a no-op on writes. (#5065) (#5069) 2018-09-26 16:42:06 -04:00
greenkeeper[bot]
4b5fb84678 Update mongodb-runner to the latest version 🚀 (#5086)
* chore(package): update mongodb-runner to version 4.2.0

* chore(package): update lockfile package-lock.json
2018-09-26 20:37:10 +00:00
greenkeeper[bot]
1c024c1ba2 Update babel-eslint to the latest version 🚀 (#5082)
* chore(package): update babel-eslint to version 10.0.0

* chore(package): update lockfile package-lock.json
2018-09-25 23:23:24 +00:00
greenkeeper[bot]
db90157191 Update @parse/push-adapter to the latest version 🚀 (#5078)
* fix(package): update @parse/push-adapter to version 3.0.0

* chore(package): update lockfile package-lock.json
2018-09-25 02:56:10 +00:00
Florent Vilmart
045d941aef Remove request and request-promise from dev dependencies (#5077)
* removes from emailverificationtoken spec

* updates winston

* Updates ValidationAndPasswordsReset

* Use local request in schemas

* Removes request in rest.spec

* Removes request from PushRouter0

* removes request from public API

* removes request from index.spec

* Removes request form parse.push spec

* removes request from ParseInstallation spec

* Removes from ParseHooks

* removes request from ParseGlobalConfig.spec

* Removes request from ParseAPI.spec.js

* removes request from LogsRouter

* removes in features

* Filters undefined headers instead of crashing

* Removes request from ParseUser spec

* Removes usage of request in ParseFile.spec.js

* Removes request from AuthAdapters.js

* removes request-promise from ParseGeoPoint.spec

* Removes request-promise from ParseQuery spec

* remove request-promise from UserPII

* removes request-promise from EnableExpressErrorHandler

* Updates RevocableSessionUpgrade spec

* Update RestQuery

* Removes read preferenceOptionM

* ensure we forward auth from URL

* use request in CloudCode.spec.js

* Removes request-promise from JobSchedule.spec

* Removes rp from VerifyUserPassword.spec.js

* Removes rp from PasswordPolicy spec

* Removes rp from ParsePolygon spec

* Removes rp from fullTextSearch spec

* Removes rp from PArseQuery.Aggregate

* Ensure we properly forward errors

* Removes request and request-promise
2018-09-24 17:07:51 -04:00
Florent Vilmart
93a0017b25 remove runtime dependency on request (#5076) 2018-09-23 12:31:08 -04:00
greenkeeper[bot]
4dc4a3a56d Update bcrypt to the latest version 🚀 (#5070)
* chore(package): update bcrypt to version 3.0.1

* chore(package): update lockfile package-lock.json
2018-09-21 13:17:00 +00:00
Stephan Hoogland
979af97b01 Fixed index link to upgrading to parse 3.0.0 (#5060) 2018-09-20 18:07:10 -04:00
greenkeeper[bot]
f928ad702f Update prettier to the latest version 🚀 (#5066)
* chore(package): update prettier to version 1.14.3

* chore(package): update lockfile package-lock.json
2018-09-19 15:28:31 +00:00
Eric
91f121eb62 Allow throw native Error in beforeSave hook (#5064) 2018-09-19 07:02:43 -04:00
Florent Vilmart
5177d5d0af Update and rename .stale.yml to stale.yml 2018-09-17 20:29:31 -04:00
greenkeeper[bot]
2613c353d1 Update babel7 to the latest version 🚀 (#5061)
* chore(package): update @babel/cli to version 7.1.0

* chore(package): update @babel/core to version 7.1.0

* chore(package): update @babel/preset-env to version 7.1.0

* chore(package): update lockfile package-lock.json
2018-09-18 00:23:09 +00:00
greenkeeper[bot]
1a6e19ae94 Update mongodb to the latest version 🚀 (#5056)
* fix(package): update mongodb to version 3.1.6

* chore(package): update lockfile package-lock.json
2018-09-15 02:24:12 +00:00
greenkeeper[bot]
0b37af5e13 Update flow-bin to the latest version 🚀 (#5055)
* chore(package): update flow-bin to version 0.81.0

* chore(package): update lockfile package-lock.json
2018-09-14 23:40:19 +00:00
greenkeeper[bot]
037db69f6a Update mongodb to the latest version 🚀 (#5054)
* fix(package): update mongodb to version 3.1.5

* chore(package): update lockfile package-lock.json
2018-09-14 20:11:32 +00:00
greenkeeper[bot]
d18d9c5964 Update lodash to the latest version 🚀 (#5050)
* fix(package): update lodash to version 4.17.11

* chore(package): update lockfile package-lock.json
2018-09-12 21:04:56 +00:00
greenkeeper[bot]
826d65770a Update babel7 to the latest version 🚀 (#5049)
* chore(package): update @babel/core to version 7.0.1

* chore(package): update lockfile
2018-09-12 03:14:00 +00:00
Florent Vilmart
576779b69b Updates JS SDK to 2.1.0 (#5043) 2018-09-08 20:05:32 -04:00
greenkeeper[bot]
a3d6d2498c Update flow-bin to the latest version 🚀 (#5021)
* chore(package): update flow-bin to version 0.80.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-09-08 19:34:35 -04:00
greenkeeper[bot]
ec2993918c Update commander to the latest version 🚀 (#5035)
* fix(package): update commander to version 2.18.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-09-08 23:14:08 +00:00
Florent Vilmart
cfa22d0a62 Use spies for CloudCode logger tests (#5042) 2018-09-08 18:46:26 -04:00
Florent Vilmart
617e8405ff Updates definition build script for babel 7.0 (#5024)
* Updates definition build script for babel 7.0

* run eslint on staged files
2018-09-08 14:12:23 -04:00
llino
fefecfeb9a Update 3.0.0.md (#5038)
In example, the parameter is called request but in the function it was calling req
2018-09-08 08:20:34 -04:00
Deokhyun Ko
462f5eb54b fix unexpected 'delete' trigger issue on LiveQuery (#5031)
* fix unexpected 'delete' trigger on LiveQuery when response is an error in cloud function beforeDelete

* tested

* Rebuild CI

* Retest due to local machine testing is passed

* Travis testing failed randomly on Cloud Code Logger. I will retry

* retry

* retry
2018-09-06 07:15:36 -04:00
Florent Vilmart
a42101531a Silences warnings from mongodb client (#5025)
* Silences warnings from mongodb client

* Update count, delete and finds to recommended implementations

* With new parser, readPref will be null by default

* Update flaky specs wih async/await style

* Adds gridstore adapter spec

* Use GridFSBucketStorage adapter
2018-09-04 16:15:09 -04:00
Florent Vilmart
d83a0b6808 Use Prettier JS (#5017)
* Adds prettier

* Run lint before tests
2018-09-01 13:58:06 -04:00
greenkeeper[bot]
189cd259ee Update jsdoc-babel to the latest version 🚀 (#5022)
* chore(package): update jsdoc-babel to version 0.5.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile

* Use babel 7.0

* Proper configuration for jsdoc
2018-09-01 17:02:31 +00:00
orette
c7357ed109 Use the correct function when validating google auth tokens (#5018)
* Use the correct function when validating google auth tokens

httpsRequest.request expects the param postData and has no default value
or validation to check if it is missing before using it. As a result, an
error `TypeError: First argument must be a string or Buffer` is
thrown when an attempt is made to authenticate with Google.

A quick check on the LinkedIn, FB, and twitter authentication adapters
shows they are using httpsRequest.get for their validation calls.

* Correct google auth adapter tests
2018-08-30 20:17:46 -04:00
greenkeeper[bot]
8c0a4430e0 Update nodemon to the latest version 🚀 (#5012)
* chore(package): update nodemon to version 1.18.4

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-29 18:32:39 +00:00
greenkeeper[bot]
36eddbafad Update mongodb-runner to the latest version 🚀 (#5010)
* chore(package): update mongodb-runner to version 4.1.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-29 01:11:37 +00:00
greenkeeper[bot]
bd2342ebfa Update babel-eslint to the latest version 🚀 (#5009)
* chore(package): update babel-eslint to version 9.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-28 03:22:17 +00:00
greenkeeper[bot]
5236039b1e Update parse to the latest version 🚀 (#5008)
* fix(package): update parse to version 2.0.2

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-27 15:51:56 +00:00
greenkeeper[bot]
b51f508d59 Update mongodb to the latest version 🚀 (#5004)
* fix(package): update mongodb to version 3.1.4

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-25 16:58:45 +00:00
John Carlson
61720181b5 Update Gomix to Glitch (#4999) 2018-08-21 13:28:49 +00:00
Florent Vilmart
786ea115d7 Update ---push-notifications.md (#4994)
* Update ---push-notifications.md

* Update ---push-notifications.md
2018-08-19 10:43:02 -04:00
Florent Vilmart
40d2cab159 Update issue templates (#4990)
* Update issue templates

* Update ---report-an-issue.md
2018-08-18 17:15:01 -04:00
Florent Vilmart
07164f55d3 Ensure the docs are properly generated (#4983) 2018-08-18 20:09:13 +00:00
greenkeeper[bot]
da63feed99 Update pg-promise to the latest version 🚀 (#4989)
* fix(package): update pg-promise to version 8.4.6

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-18 16:49:48 +00:00
greenkeeper[bot]
ddb0fd81c7 Merged by Peril
* fix(package): update semver to version 5.5.1

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-18 04:07:58 +00:00
greenkeeper[bot]
1b1928fd64 Merged by Peril
* chore(package): update flow-bin to version 0.79.1

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-18 03:39:10 +00:00
eddyLazar
41acaa0570 fixed vkontakte validateAuthData (#4977)
* fixed vkontakte validateAuthData

* updated changelog
2018-08-17 15:38:07 -04:00
Florent Vilmart
f771160147 Release 3.0.0 (#4982) 2018-08-17 13:03:02 -04:00
Florent Vilmart
e880941cef Update ISSUE_TEMPLATE.md (#4981) 2018-08-17 12:08:36 -04:00
Florent Vilmart
16607cb12a Update .stale.yml 2018-08-17 11:51:44 -04:00
Florent Vilmart
d6cd3da61d Create .stale.yml 2018-08-17 11:26:48 -04:00
greenkeeper[bot]
bf1f6024d6 Update flow-bin to the latest version 🚀 (#4978)
* chore(package): update flow-bin to version 0.79.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-17 11:24:51 -04:00
Florent Vilmart
9deaca3c07 Delete Bug_report.md 2018-08-17 11:21:52 -04:00
greenkeeper[bot]
d25d1f65dc Update deep-diff to the latest version 🚀 (#4974)
* chore(package): update deep-diff to version 1.0.2

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-16 11:26:02 -04:00
Florent Vilmart
b740db335b Allows undefined values to pass from mongo to database controler (#4973)
* Allows undefined values to pass from mongo to database controler

* Adds changelog
2018-08-16 11:24:33 -04:00
Florent Vilmart
942b9b5b1a Adds documentations for adapters and main constructors (#4951)
* wip

* Adds documentations for adapters, and constructors

* nits

* nit
2018-08-15 10:47:21 -04:00