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

2024 docker fix #1400

Merged
merged 11 commits into from
Jun 23, 2024
Merged

2024 docker fix #1400

merged 11 commits into from
Jun 23, 2024

Commits on Jun 23, 2024

  1. chore: Update docker-compose.yml for healthcheck and restart options

    This commit updates the docker-compose.yml file to add healthcheck and restart options for the db service. The healthcheck ensures that the PostgreSQL database is ready before starting the app service. The restart option is set to true to automatically restart the db service if it fails.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f062cb9 View commit details
    Browse the repository at this point in the history
  2. chore: Update pyproject.toml, app.json, and Dockerfile

    This commit updates the pyproject.toml file to set the package-mode to
    false. It also updates the app.json file to change the value of the
    POETRY_VERSION environment variable from 1.4.1 to 1.8.3. Additionally,
    it updates the Dockerfile to set the value of the POETRY_VERSION
    environment variable to 1.8.3.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    895f346 View commit details
    Browse the repository at this point in the history
  3. feat: Update django-allauth version to 0.63.3 and add socialaccount e…

    …xtras
    
    The commit updates the django-allauth dependency from version 0.62.1 to
    0.63.3. It also adds the "socialaccount" extras to the django-allauth
    package.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a946230 View commit details
    Browse the repository at this point in the history
  4. chore: Update django_recaptcha dependency and imports

    This commit updates the django_recaptcha dependency and replaces the old
    imports with the new ones. The ReCaptchaField and ReCaptchaV3 classes
    are now imported from the django_recaptcha package instead of the
    captcha package.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2be3dc8 View commit details
    Browse the repository at this point in the history
  5. chore: Update vscode settings for python code actions

    This commit updates the vscode settings for Python code actions. The
    "source.organizeImports" and "source.fixAll" options are changed from
    boolean values to "explicit" to ensure explicit control over the code
    actions.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2076ba6 View commit details
    Browse the repository at this point in the history
  6. chore: Remove "sendgrid" addon from app.json

    This commit removes the "sendgrid" addon from the app.json file. The
    "sendgrid" addon is no longer needed for the project.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    bf86664 View commit details
    Browse the repository at this point in the history
  7. chore: Update Python version to 3.11 in Dockerfile and pyproject.toml

    This commit updates the Python version in the Dockerfile and
    pyproject.toml files from 3.11.3 to ^3.11. This ensures compatibility
    with the latest Python 3.11.x releases.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    257eff5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    309e07f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    825b5c1 View commit details
    Browse the repository at this point in the history
  10. feat: Update session start dates to 2025

    This commit updates the start dates of the sessions in the
    `fixtures/14-coderdojochi.session.json` file to the year 2025. The
    previous start dates were set to 2023. This change ensures that the
    session data is up to date and reflects the correct start dates for the
    sessions.
    karbassi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f6ace04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c87b86 View commit details
    Browse the repository at this point in the history