Skip to content

Commit ef4f055

Browse files
authored
Merge pull request #1 from parse-community/master
update repo
2 parents 284d04a + 8c419ec commit ef4f055

File tree

5 files changed

+1792
-3280
lines changed

5 files changed

+1792
-3280
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...master)
55

6+
### 3.1.2
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2)
8+
9+
- Removes dev script, use TDD instead of server.
10+
- Removes nodemon and problematic dependencies.
11+
- Addressed event-stream security debacle.
612

713
### 3.1.1
814
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...3.1.1)

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Once you have babel running in watch mode, you can start making changes to parse
6161
If your pull request introduces a change that may affect the storage or retrieval of objects, you may want to make sure it plays nice with Postgres.
6262

6363
* Run the tests against the postgres database with `PARSE_SERVER_TEST_DB=postgres npm test`. You'll need to have postgres running on your machine and setup [appropriately](https://github.com/parse-community/parse-server/blob/master/.travis.yml#L37)
64+
* The Postgres adapter has a special debugger that traces all the sql commands. You can enable it with setting the environment variable `PARSE_SERVER_LOG_LEVEL=debug`
6465
* If your feature is intended to only work with MongoDB, you should disable PostgreSQL-specific tests with:
6566

6667
- `describe_only_db('mongo')` // will create a `describe` that runs only on mongoDB

bin/dev

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

0 commit comments

Comments
 (0)