-
Notifications
You must be signed in to change notification settings - Fork 192
Upgrade to Django 3.2 LTS and Dockerize junction #757
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
…Fix (#744) * Upgrade Python Version to 3.10 and Django Version 3.2 * Fix Github and Google Login/Signup * new package added to the requirements file * using f-strings Co-authored-by: @rohitchopra-epam
* Fix failing tests, Add gunicorn Added nox method for running gunicorn * Pin dependencies --------- Co-authored-by: Ananya Maiti <[email protected]>
* Initial commit for Dockerization * Fix review comments and dockerignore * Update dev.py.sample with runsslserver * Fixes for using default settings module * Remove Dockerfile.celery and use image from junction web image * Update docker-compose.test.yml to not depend on postgres db * Add static asset compilation in Docker image * Add docker-compose.prod.yml and update server port configuration in application * Add social oauth env vars --------- Co-authored-by: Sanchit Balchandani <[email protected]> Co-authored-by: Ananya Maiti <[email protected]>
261f1b7
to
76b20d6
Compare
76b20d6
to
4b238c6
Compare
@ananyo2012 - now that we have seen issues while testing junction, maybe we could park this PR and merge only when all such issues are fixed? |
@inovizz Yes we can keep this on hold. But we do need to complete the upgrade soon so that others can consume the changes for junction upgrade. In the current stage we have to pretty much point everyone to this branch. |
ee5d1c6
to
0f79d8c
Compare
Fix userprofile dashboard url
0f79d8c
to
f24de39
Compare
Add review_comments=False for default comment view for logged in user
…opdown in add form
Co-authored-by: Rajat Rajdeep <[email protected]>
* Update Devlopment setup docs * Instructions for setting up junction using Docker post junction upgrade. (#761) * Added instructions in the ReadMe file for setting up junction using Docker post junction upgrade. * Updated the psycopg version to resolve - SCRAM authentication requires libpq version 10 issue. --------- Co-authored-by: Rajat Rajdeep <[email protected]> --------- Co-authored-by: Ananya Maiti <[email protected]> Co-authored-by: Rajat Rajdeep <[email protected]> Co-authored-by: Rajat Rajdeep <[email protected]>
@ananyo2012 - we could plan a sprint and complete open issues related to this PR. |
Great work @ananyo2012 as usual. 🚀 |
Really great work on this everyone! ❤️ |
This PR aims to resolve the long pending junction upgrade to Django LTS version and support Python3 in production
We have also Dockerized junction for enabling cross platform setup and using docker for production deployment.
Thanks to @Bhandari423, @inovizz, @rohitchopra-epam for their efforts for their constant efforts and completing this gigantic task
Closes #611, #614, #730