-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Release 4.x.x #7780
Release 4.x.x #7780
Conversation
* bump parse 3.3.0 * Update CHANGELOG.md * update user test (PR #7464) * fix Twitter API oauth Error (PR #7370) * bumped dependencies * Revert "bumped dependencies" This reverts commit 97ad83d. * bump @parse/push-adapter 3.4.1 * bump jwks-rsa@1.12.3 * bump mongodb@3.6.11 * bump ws@7.5.3 * changed logging for circular obj (PR #7457) * Update CHANGELOG.md
* move graphql-tag from devDependencies to dependencies (#7183) * bump version * Update CHANGELOG.md
* Backport the advisory fix * Added a 4.10.3 section to CHANGELOG
* docker * Update docker-publish.yml * Update docker-publish.yml
* fix: LQ deletes session token * add 4.10.4 * add changes
Thanks for opening this pull request!
|
Not sure what this PR is based on, but it seems to be not the |
Lol I am super confused on how exactly to submit a pull request for that issue we were discussing. I've been really busy and just now got around to checking my git. I wanted to add that I have implemented a working auto mailer soluton that works on heroku and now feel quite confident in this solution. |
New Pull Request Checklist
Issue Description
Prior to the migration of mongoDB to Mongo Atlas, parse server example could be deployed by a button click. Since the migration this feature disappeared, and debugging nodejs can be a pain and time consuming. When I needed a rapid deployment backend for a project recently I finally had a chance to fix the parse-server-example for Heroku.
This pull request is for Heroku and easy deployment onto their platform for rapid development.
Approach
The approach should be to create a new repo of parse server example that is easily deploy-able onto heroku, or include a shell script to quickly config the stock project for deployment onto Heroku. I have a fork on my profile that I have worked on, that is secure and stripped of conflict causing dependencies. That should be a start, mainly because I know it is stable, and mostly secure.
TODOs before merging
Code cleaning. Documentation. Removing unneeded experiment left overs. Testing to see if any other dependencies can be removed without compromising functions.