Uh oh!
There was an error while loading. Please reload this page.
Upgrade to Django 3.2 LTS and Dockerize junction - #757
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 <Ananya_Maiti@epam.com>
* 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 <balchandani.sanchit@gmail.com> Co-authored-by: Ananya Maiti <Ananya_Maiti@epam.com>
Uh oh!
There was an error while loading. Please reload this page.
261f1b7 to
76b20d6Compare76b20d6 to
4b238c6CompareUh oh!
There was an error while loading. Please reload this page.
inovizz
commented
May 7, 2023
@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? |
ananyo2012
commented
May 7, 2023
@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
0f79d8cCompareFix userprofile dashboard url
0f79d8c to
f24de39CompareAdd review_comments=False for default comment view for logged in user
Co-authored-by: Rajat Rajdeep <rajat.rajdeep@avasant.com>
* 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 <rajat.rajdeep@avasant.com> --------- Co-authored-by: Ananya Maiti <Ananya_Maiti@epam.com> Co-authored-by: Rajat Rajdeep <46029666+RajatRajdeep@users.noreply.github.com> Co-authored-by: Rajat Rajdeep <rajat.rajdeep@avasant.com>
@ananyo2012 - we could plan a sprint and complete open issues related to this PR. |
inovizz
commented
Jun 15, 2023
Great work @ananyo2012 as usual. 🚀 |
palnabarun
commented
Jun 15, 2023
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