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

[NOT TO MERGE] Pod v4 new #1229

Draft
wants to merge 28 commits into
base: develop
Choose a base branch
from
Draft

[NOT TO MERGE] Pod v4 new #1229

wants to merge 28 commits into from

Commits on Oct 24, 2024

  1. * UPGRADE Django to v4.2.16

    * Upgrade securtity dependances
    * Remove deprecated django-tagging
    * Add new django-tagulous
    * Elasticsearch default version is Now 8 (remove compatibility with ES 6)
    * Replace deprecated ugettext_lazy by gettext_lazy
    * Add some temporary deprecations Hacks for cas-client & Chunked-upload
    * Replace deprecated url() by re_path()
    * Disable all Pods apps by default
    * Correct error handling for ElasticSearch
    Badatos committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    73ed68a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge branch 'develop' into pod_V4

    # Conflicts:
    #	pod/settings.py
    Badatos committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e50187e View commit details
    Browse the repository at this point in the history
  2. * Remove USE_L10N deprecated param

    * Replace some re_path() by path()
    * Replace remaining ugettext by gettext
    * Replace admin.site.register() call by @admin.register decorator
    * Replace HTTP_X_REQUESTED_WITH by `headers={"x-requested-with"`
    * Replace request.META by headers
    * Replace `assertQuerysetEqual` by `assertQuerySetEqual`
    * Replace force_text by force_str
    * Remove default_app_config in __init__.py
    Badatos committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7e4cd06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af15471 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    7c01d4b View commit details
    Browse the repository at this point in the history
  2. * Correct video_edit slect2 display with tagulous (remove duplicated …

    …select2 CSS calls)
    
    * Correct Enrichment form validation process
    Badatos committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a721a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. * Remove Python 3.8 from compatible py versions, and add 3.12

    * Replace Django 3.2 by 4.2 in all links
    Badatos committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4deb722 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into pod_V4

    # Conflicts:
    #	pod/settings.py
    Badatos committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b2975a6 View commit details
    Browse the repository at this point in the history
  3. Upgrade dependencies

    Badatos committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    645b930 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c5d362 View commit details
    Browse the repository at this point in the history
  2. correct video/models.py

    Badatos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    917a006 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    9a4ab7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097edab View commit details
    Browse the repository at this point in the history
  3. Fix code scanning alert no. 81: URL redirection from remote source

    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    Badatos and github-advanced-security[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    151af7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccfebc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5941015 View commit details
    Browse the repository at this point in the history
  6. Flake8 compliance

    Badatos committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bf7dc21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb32056 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9de8e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d28b3dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6bd0164 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c17c09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b54952b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    fd9fbaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5cabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ac5b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cecec76 View commit details
    Browse the repository at this point in the history
  5. * Only run cut tests when USE_CUT==True

    * Disable Shib Middleware tests as it seems deprecated
    Badatos committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f7d1a21 View commit details
    Browse the repository at this point in the history