forked from parse-community/parse-server
-
Notifications
You must be signed in to change notification settings - Fork 1
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
latest #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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 <13188249+TomWFox@users.noreply.github.com>
* 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 <findlewis@gmail.com>
* 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 <adavimacedo@gmail.com>
* increment version in prep for 4.1 * changelog for 4.1 * fix security doc link Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.