Skip to content

Commit 6dedc7d

Browse files
committed
Merge branch 'master' of https://github.com/parse-community/parse-server into features/singleSchema
2 parents a3653fb + 78239ac commit 6dedc7d

File tree

80 files changed

+4215
-3008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4215
-3008
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/---feature-request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F4A1 Feature request"
33
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2-
name: "🙋‍Getting Help"
2+
name: "\U0001F64B‍Getting Help"
33
about: Join https://community.parseplatform.org
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
9+
10+

.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F525 parse-server 3.0.0"
33
about: Report an issue while migrating to parse-server 3.0.0
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/---push-notifications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F4F2 Push Notifications"
33
about: Issues with setting up or delivering push notifications
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

@@ -46,4 +49,3 @@ Please provide a copy of your `push` configuration here, obfuscating any sensiti
4649
### Logs/Trace
4750

4851
<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->
49-

.github/ISSUE_TEMPLATE/---report-an-issue.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
22
name: "\U0001F41B Report an issue"
33
about: Report an issue on parse-server
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

7-
<!---
10+
We use GitHub Issues for reporting bugs with Parse Server.
811

9-
**We use GitHub Issues for reporting bugs with parse-server.**
12+
Make sure these boxes are checked before submitting your issue - thanks for reporting issues back to Parse Server!
1013

11-
If you have a *question*, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server).
14+
- [ ] This isn't a vulnerability disclosure, if it is please follow our [security policy](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
1215

13-
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
16+
- [ ] You're running version >=2.3.2 of Parse Server, we can't accept issues for very outdated releases, please update to a newer version.
1417

15-
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
18+
- [ ] This isn't a question, if you need if you have questions about code please use Stack Overflow with the [parse-platform tag](https://stackoverflow.com/questions/tagged/parse-platform) & other questions can be posted on the [community forum](https://community.parseplatform.org).
19+
20+
- [ ] You've searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue), your issue may have been reported or resolved before.
1621

17-
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
18-
--->
1922
### Issue Description
2023

2124
<!--- Describe your issue in as much detail as possible. -->

.github/MigrationPhases.png

-13.5 KB
Binary file not shown.

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exemptLabels:
1717
- security
1818
- up-for-grabs
1919
# Label to use when marking an issue as stale
20-
staleLabel: wontfix
20+
staleLabel: stale
2121
# Limit to only `issues` not `pulls`
2222
only: issues
2323
# Comment to post when marking an issue as stale. Set to `false` to disable

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
semi: true
22
trailingComma: "es5"
33
singleQuote: true
4+
arrowParens: "avoid"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### master
44
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.2.0...master)
5+
- NEW (EXPERIMENTAL): Idempotency enforcement for client requests. This deduplicates requests where the client intends to send one request to Parse Server but due to network issues the server receives the request multiple times. **Caution, this is an experimental feature that may not be appropriate for production.** [#6744](https://github.com/parse-community/parse-server/issues/6744). Thanks to [Manuel Trezza](https://github.com/mtrezza).
56

67
### 4.2.0
78
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.1.0...4.2.0)

0 commit comments

Comments
 (0)