-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
FileUpload options for Server Config #6997
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6997 +/- ##
==========================================
- Coverage 93.83% 93.82% -0.02%
==========================================
Files 169 169
Lines 12402 12415 +13
==========================================
+ Hits 11638 11648 +10
- Misses 764 767 +3
Continue to review full report at Codecov.
|
What are the open points in this PR? |
I’ve got to resolve conflicts and fix failing tests, sorry. |
Snyk has created this PR to upgrade pg-promise from 10.6.2 to 10.7.0. See this package in npm: https://www.npmjs.com/package/pg-promise See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
* Update PostgresStorageAdapter.js Start moving toward better, ES7 syntax. * Update PostgresStorageAdapter.js Fixing spaces 🤦♂️
* Update PostgresStorageAdapter.js Improve `createClass` transaction: * `await` makes it a more consistent sequence of queries * `batch` is not needed there * No need for an extra `.then` section * Update PostgresStorageAdapter.js Remove batch-dependent error code check, as it should happen automatically without batch result. * Update PostgresStorageAdapter.js Removing unused variable.
…-community#6990) * Add `cloud` parameter to Docker command (parse-community#6988) * Add note to run Image with Cloud Code feature.
937062c
to
652d874
Compare
This reverts commit 076ef26.
I accidentally rebased from my branch which I use on my AWS servers and i'm not overly experienced with git, so I just created a new branch with the changes. Sorry!! |
As discussed in #6995, this PR allows the following options for parse server:
(thank you @mtrezza for the copy + paste)
This is a breaking change as by default, public file uploads will be rejected.
Properly closes #2137, and in relation to our discussion on the community forum.