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

HP-2441 | deps: bump to django 4.2 #312

Merged
merged 10 commits into from
Sep 16, 2024
Merged

HP-2441 | deps: bump to django 4.2 #312

merged 10 commits into from
Sep 16, 2024

Commits on Sep 6, 2024

  1. refactor: add length parameter to get_random_string

    Using get_random_string without parameters is
    deprecated. Use the old django default value of 12.
    
    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8d36f0d View commit details
    Browse the repository at this point in the history
  2. feat: bump to django 4.2

    There were significant changes in logout actions so those were the
    tricky parts to handle.
    
    - Other dependencies are bumped also where applicable.
    - bump psycopg to v3
    - Bump development depencies
    - Bump uwsgi
    - fixes migration for fresh environments
    - Bump local docker postgres to 13.4 which is used in production
    
    Data migration users.0022 uses a signal to set the data correctly.
    To make the migration pass an old version of the model model is
    given signal function, which makes the migration pass for any fresh
    tunnistamo environment.
    
    Refs HP-2441
    nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    172db03 View commit details
    Browse the repository at this point in the history
  3. feat: separate tunnistamo suomi_fi end session view

    Previously logging out from suomi.fi was in TunnistamoOidcEndSessionView
    now introducing new suomi.fi end session view for logging out suomi.fi
    in django 4.2
    
    Refs HP-2441
    nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    be806f7 View commit details
    Browse the repository at this point in the history
  4. chore: add migration for new fields in users.Application

    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    be2e1e6 View commit details
    Browse the repository at this point in the history
  5. chore(docker): remove reduntant version attribute from compose file

    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3c52b5a View commit details
    Browse the repository at this point in the history
  6. chore: remove redundant HoundCI configuration

    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fc65b28 View commit details
    Browse the repository at this point in the history
  7. style(dockerfile): use matching casing

    Fixes the following warning:
    - WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match
    
    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cecd700 View commit details
    Browse the repository at this point in the history
  8. docs(readme): update postgres database engine

    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4b3dbac View commit details
    Browse the repository at this point in the history
  9. refactor: fix parler deprecation warning

    Please change apiscopetranslation.master to a
    parler.fields.TranslationsForeignKey field to
    support translations in data migrations.
    
    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    454c205 View commit details
    Browse the repository at this point in the history
  10. deps: ensure pip, setuptools, and wheel are up to date

    Refs: HP-2441
    charn authored and nicobav committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1095460 View commit details
    Browse the repository at this point in the history