Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest #1

Merged
merged 21 commits into from
Mar 4, 2020
Merged

latest #1

merged 21 commits into from
Mar 4, 2020

Conversation

andrewking0207
Copy link
Owner

No description provided.

dplewis and others added 21 commits February 19, 2020 01:30
* Websocket: unhandle rejection

Closes: #6413, #6173
Prevent crashing on websocket error.

Bonus points to anybody who can post a specific payload that the client sends that returns an error.

* log the socket

* fix tests

* fix payload reference link
…ld with keys/excludedKeys (#6415)

* fix error message and test it

* protected fields fixes

* clean

* remove duplicate test, add some comments

* no need for 'requiresAuthentication'
* fix(package): update pg-promise to version 10.4.4

* chore(package): update lockfile package-lock.json
* chore(package): update bcrypt to version 4.0.0

* chore(package): update lockfile package-lock.json
* Allow real GraphQL Schema via ParseServer.start

* wip

* working

* tests ok

* add tests about enum/input use case

* Add async function based merge

* Better naming

* remove useless condition
* chore(package): update flow-bin to version 0.119.0

* chore(package): update lockfile package-lock.json
* Set min mongodb to 3.6 in prep for parse-server 4.0

fixes: 6444

* don't use anonymous functions when we can just
pass the function.

Also remove the boolean argument in tests that no longer exists.

* generate the correct lock file.  ooops.
* chore(package): update babel-eslint to version 10.1.0

* chore(package): update lockfile package-lock.json
* chore(package): update @babel/core to version 7.8.6

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

* chore(package): update lockfile package-lock.json
* Preparee for 3.11.0 Release

* Little fixes

* add in newly merge pr's into the changelog.

* Remove inconsistent full stops

* bump version to 4.0

* update changelog for v 4.0

* a touch of wordmsithery.

* Nits

Co-authored-by: Tom Fox <[email protected]>
* consider default columns

* disallow protecting default fields
* chore(package): update lint-staged to version 10.0.8

* chore(package): update lockfile package-lock.json
* chore(package): update flow-bin to version 0.119.1

* chore(package): update lockfile package-lock.json
* skip cleanup so we don't erase babel and stuff

* skip cleanup the right way!

* Add change log and bump version

* include one more commit

* remove breaking change from non breaking change.

Co-authored-by: Diamond Lewis <[email protected]>
* chore(package): update bcrypt to version 4.0.1

* chore(package): update lockfile package-lock.json
* Use deprecated skip_cleanup
as cleanup: false doesn't
appear to be working

* prepare release

* revert change to branch
* Fix session token issue

* verify email problem

* Fix password reset problem

* Change test file name

* Split tests

* Refetch user

* Replaces lets to consts

* Refactor unit test

What you have is just finee, but wanted
to show you what I meant with my comment

Use jasmine's this to set stuff in beforeEach's

Not that all functions need to be `function ()` instead of
`() =>` so `this` is preserved.

see: https://jasmine.github.io/tutorials/your_first_suite#section-The_%3Ccode%3Ethis%3C/code%3E_keyword

Co-authored-by: Antonio Davi Macedo Coelho de Castro <[email protected]>
* increment version in prep for 4.1

* changelog for 4.1

* fix security doc link

Co-authored-by: Tom Fox <[email protected]>
* chore(package): update cross-env to version 7.0.1

* chore(package): update lockfile package-lock.json
* fix(package): update apollo-server-express to version 2.11.0

* chore(package): update lockfile package-lock.json
@andrewking0207 andrewking0207 merged commit 90cf87b into andrewking0207:master Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants