forked from parse-community/parse-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'parse-community:release' into release
- Loading branch information
Showing
179 changed files
with
37,510 additions
and
10,991 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
node_modules | ||
npm-debug.log | ||
*.md | ||
PATENTS | ||
LICENSE | ||
Dockerfile | ||
.dockerignore | ||
.gitignore | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
|
||
[options] | ||
suppress_comment= \\(.\\|\n\\)*\\@flow-disable-next | ||
esproposal.optional_chaining=enable |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Dependabot dependency updates | ||
# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
# Location of package-lock.json | ||
directory: "/" | ||
# Check daily for updates | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
# Set commit message prefix | ||
prefix: "refactor" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,21 @@ | ||
### New Pull Request Checklist | ||
<!-- | ||
Please check the following boxes [x] before submitting your issue. | ||
Click the "Preview" tab for better readability. | ||
Thanks for contributing to Parse Server! | ||
--> | ||
## Pull Request | ||
|
||
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). | ||
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). | ||
- Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). | ||
- Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). | ||
- Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). | ||
|
||
### Issue Description | ||
<!-- Add a brief description of the issue this PR solves. --> | ||
## Issue | ||
<!-- Add the link to the issue that this PR closes. --> | ||
|
||
Related issue: FILL_THIS_OUT | ||
Closes: FILL_THIS_OUT | ||
|
||
### Approach | ||
<!-- Add a description of the approach in this PR. --> | ||
## Approach | ||
<!-- Describe the changes in this PR. --> | ||
|
||
### TODOs before merging | ||
<!-- | ||
Add TODOs that need to be completed before merging this PR. | ||
Delete suggested TODOs that do not apply to this PR. | ||
--> | ||
## Tasks | ||
<!-- Delete tasks that don't apply. --> | ||
|
||
- [ ] Add tests | ||
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions) | ||
- [ ] Add changes to documentation (guides, repository pages, code comments) | ||
- [ ] Add [security check](https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md#security-checks) | ||
- [ ] Add new Parse Error codes to Parse JS SDK <!-- no hard-coded error codes in Parse Server --> | ||
- [x] A changelog entry is created automatically using the pull request title (do not manually add a changelog entry) |
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
Oops, something went wrong.