Skip to content
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

Upgrade to Django 3.2 LTS and Dockerize junction #757

Merged
merged 20 commits into from
Jun 15, 2023

Commits on Jan 10, 2023

  1. Upgrade Junction to Python 3.10 & Django 3.2 along with Social Login …

    …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
    Bhandari423 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    01b8332 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Fix unit tests add gunicorn (#748)

    * Fix failing tests, Add gunicorn
    
    Added nox method for running gunicorn
    
    * Pin dependencies
    
    ---------
    
    Co-authored-by: Ananya Maiti <[email protected]>
    ananyo2012 and Ananya Maiti committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ca0bf41 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Dockerize Junction (#749)

    * 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]>
    inovizz and Ananya Maiti committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9caf34e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add SITE_PREFIX env variable for site url prefix

    Ananya Maiti authored and Ananya Maiti committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4b238c6 View commit details
    Browse the repository at this point in the history
  2. Fix smtp setup for sending verification emails

    Ananya Maiti authored and Ananya Maiti committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6721bf2 View commit details
    Browse the repository at this point in the history
  3. Fix conference moderator filter

    Ananya Maiti authored and Ananya Maiti committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7f4d007 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Fix template params fro absolute_url and is_proposal_reviewer

    Ananya Maiti authored and Ananya Maiti committed May 7, 2023
    Configuration menu
    Copy the full SHA
    4df0d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f306c6e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Fix proposal comment template parameters

    Fix userprofile dashboard url
    Ananya Maiti authored and Ananya Maiti committed May 8, 2023
    Configuration menu
    Copy the full SHA
    f24de39 View commit details
    Browse the repository at this point in the history
  2. Add restart:always to containers

    Ananya Maiti authored and Ananya Maiti committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0717e0c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Fix comment creation error caused sparingly

    Add review_comments=False for default comment view for logged in user
    Ananya Maiti authored and Ananya Maiti committed May 13, 2023
    Configuration menu
    Copy the full SHA
    223c250 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Add password for Redis DB

    Ananya Maiti authored and Ananya Maiti committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9948041 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fixes #765

    Sort ProposalSection in descending order of creation date
    in ProposalSectionReviewer Add form
    Ananya Maiti authored and Ananya Maiti committed May 25, 2023
    Configuration menu
    Copy the full SHA
    af81c07 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Add autocomplete_field for Proposal Reviewer to enable searcheable dr…

    …opdown in add form
    Ananya Maiti authored and Ananya Maiti committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e743e53 View commit details
    Browse the repository at this point in the history
  2. Update DEFAULT_FROM_EMAIL

    Ananya Maiti authored and Ananya Maiti committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e4f687b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Update common.py

    inovizz committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    130657d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Added username field in edit profile form (Issue-769) (#771)

    Co-authored-by: Rajat Rajdeep <[email protected]>
    RajatRajdeep and Rajat Rajdeep committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    abcff23 View commit details
    Browse the repository at this point in the history
  2. Update Devlopment setup docs (#773)

    * 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]>
    4 people committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e08f527 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Rename travis yml

    Ananya Maiti authored and Ananya Maiti committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    56ff281 View commit details
    Browse the repository at this point in the history
  2. Remove status badges from README

    Ananya Maiti authored and Ananya Maiti committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8a445ff View commit details
    Browse the repository at this point in the history