Skip to content

Commit bf467b2

Browse files
committed
Merge branch 'master' into liveQuery-CLP
2 parents bd1cd5b + f1bc55b commit bf467b2

File tree

266 files changed

+45247
-33217
lines changed

Some content is hidden

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

266 files changed

+45247
-33217
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"plugins": [
3-
"transform-flow-strip-types",
4-
"transform-object-rest-spread"
3+
"@babel/plugin-transform-flow-strip-types",
4+
"@babel/plugin-proposal-object-rest-spread"
55
],
66
"presets": [
7-
["env", {
7+
["@babel/preset-env", {
88
"targets": {
99
"node": "8"
1010
}

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceType": "module"
1515
},
1616
"rules": {
17-
"indent": ["error", 2],
17+
"indent": ["error", 2, { "SwitchCase": 1 }],
1818
"linebreak-style": ["error", "unix"],
1919
"no-trailing-spaces": 2,
2020
"eol-last": 2,

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!--
2+
**Please use this template. If you don't use this template, your issue may be closed without comment.**
13
We use GitHub Issues for bugs.
24
35
If you have a non-bug question, ask on Stack Overflow or Server Fault:
@@ -8,23 +10,23 @@ If you have a vulnerability disclosure, please follow our policy available here
810
911
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
1012
11-
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
13+
-->
1214

1315
### Issue Description
1416

15-
Describe your issue in as much detail as possible.
17+
<!-- Describe your issue in as much detail as possible. -->
1618

1719
### Steps to reproduce
1820

19-
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
21+
<!-- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. -->
2022

2123
#### Expected Results
2224

23-
What you expected to happen.
25+
<!-- What you expected to happen. -->
2426

2527
#### Actual Outcome
2628

27-
What is happening instead.
29+
<!-- What is happening instead. -->
2830

2931
### Environment Setup
3032

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,39 @@
11
---
2-
name: Report an issue
3-
about: Report an issue on parse-server
2+
name: "\U0001F525 parse-server 3.0.0"
3+
about: Report an issue while migrating to parse-server 3.0.0
44

55
---
66

7-
We use GitHub Issues for bugs.
8-
9-
If you have a non-bug question, ask on Stack Overflow or Server Fault:
10-
- https://stackoverflow.com/questions/tagged/parse.com
11-
- https://serverfault.com/tags/parse
7+
<!---
8+
** Use this template only if you have an issue migrating to parse-server 3.0.0 **
129
1310
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
1411
1512
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
1613
1714
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
15+
--->
16+
17+
# Before opening the issue please ensure that you have:
18+
19+
- [ ] [Read the migration guide](https://github.com/parse-community/parse-server/blob/master/3.0.0.md) to parse-server 3.0.0
20+
- [ ] [Read the migration guide](https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md) to Parse SDK JS 2.0.0
1821

1922
### Issue Description
2023

21-
Describe your issue in as much detail as possible.
24+
<!--- Describe your issue in as much detail as possible. -->
2225

2326
### Steps to reproduce
2427

25-
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
26-
27-
#### Expected Results
28+
<!--- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. --->
29+
30+
### Expected Results
2831

29-
What you expected to happen.
32+
<!--- What you expected to happen. --->
3033

31-
#### Actual Outcome
34+
### Actual Outcome
3235

33-
What is happening instead.
36+
<!--- What is happening instead. --->
3437

3538
### Environment Setup
3639

@@ -48,4 +51,4 @@ What is happening instead.
4851

4952
### Logs/Trace
5053

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

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,48 @@ about: Issues with setting up or delivering push notifications
44

55
---
66

7+
<!---
8+
9+
**We use GitHub Issues for reporting bugs with parse-server.**
10+
11+
If you have a *question*, you should join the gitter chat where a community of more than 200 parse users gather.
12+
13+
- https://gitter.im/ParsePlatform/Chat
14+
15+
If you have a non-bug question, ask on Stack Overflow or Server Fault:
16+
- https://stackoverflow.com/questions/tagged/parse.com
17+
- https://serverfault.com/tags/parse
18+
19+
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
20+
21+
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
22+
23+
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
24+
--->
25+
26+
### Issue Description
27+
28+
<!--- Describe your issue in as much detail as possible. -->
29+
30+
### Push Configuration
31+
32+
Please provide a copy of your `push` configuration here, obfuscating any sensitive part.
33+
34+
### Environment Setup
35+
36+
- **Server**
37+
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
38+
- Operating System: [FILL THIS OUT]
39+
- Hardware: [FILL THIS OUT]
40+
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
41+
42+
- **Database**
43+
- MongoDB version: [FILL THIS OUT]
44+
- Storage engine: [FILL THIS OUT]
45+
- Hardware: [FILL THIS OUT]
46+
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
47+
48+
### Logs/Trace
49+
50+
<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->
751

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ about: Report an issue on parse-server
66

77
<!---
88
9-
We use GitHub Issues for bugs.
9+
**We use GitHub Issues for reporting bugs with parse-server.**
10+
11+
If you have a *question*, you should join the gitter chat where a community of more than 200 parse users gather.
12+
13+
- https://gitter.im/ParsePlatform/Chat
1014
1115
If you have a non-bug question, ask on Stack Overflow or Server Fault:
1216
- https://stackoverflow.com/questions/tagged/parse.com

.github/stale.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 45
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
- good first issue
10+
- up for grabs
11+
# Label to use when marking an issue as stale
12+
staleLabel: wontfix
13+
# Comment to post when marking an issue as stale. Set to `false` to disable
14+
markComment: >
15+
This issue has been automatically marked as stale because it has not had
16+
recent activity. It will be closed if no further activity occurs. Thank you
17+
for your contributions.
18+
# Comment to post when closing a stale issue. Set to `false` to disable
19+
closeComment: false

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ lib-cov
1515
coverage
1616
.nyc_output
1717

18+
# docs output
19+
out
20+
docs
21+
1822
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1923
.grunt
2024

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
semi: true
2+
trailingComma: "es5"
3+
singleQuote: true

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ before_script:
4848
- silent=1 mongodb-runner --start
4949
- greenkeeper-lockfile-update
5050
script:
51+
- npm run lint
5152
- npm run coverage
5253
after_script:
5354
- greenkeeper-lockfile-upload
@@ -61,8 +62,15 @@ jobs:
6162
env:
6263
before_script: skip
6364
after_script: skip
64-
script: skip
65+
script:
66+
- ./release_docs.sh
6567
deploy:
68+
- provider: pages
69+
skip_cleanup: true
70+
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
71+
local_dir: docs/
72+
on:
73+
all_branches: true
6674
- provider: npm
6775
skip_cleanup: true
6876
email:

0 commit comments

Comments
 (0)