From 46985077876d908771cedb9e8963e612c34849b8 Mon Sep 17 00:00:00 2001 From: Olivier Bado-Faustin <12731381+Badatos@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:03:28 +0100 Subject: [PATCH] apply GH actions "pod_dev" and "code_formatting" on pod_V4 branch + pod_main action now use ES 8 --- .github/workflows/code_formatting.yml | 2 +- .github/workflows/pod_dev.yml | 2 ++ .github/workflows/pod_main.yml | 2 +- pod/main/configuration.json | 14 +++++++++----- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code_formatting.yml b/.github/workflows/code_formatting.yml index 2a24b508e3..f790304edc 100644 --- a/.github/workflows/code_formatting.yml +++ b/.github/workflows/code_formatting.yml @@ -3,7 +3,7 @@ name: Code Formatting on: push: - branches: [master, develop] + branches: [master, develop, main, pod_V4] workflow_dispatch: jobs: diff --git a/.github/workflows/pod_dev.yml b/.github/workflows/pod_dev.yml index 50074a88ab..4fdad35f85 100644 --- a/.github/workflows/pod_dev.yml +++ b/.github/workflows/pod_dev.yml @@ -6,11 +6,13 @@ on: push: branches: - develop + - pod_V4 - features/** - dependabot/** pull_request: branches: - develop + - pod_V4 workflow_dispatch: env: diff --git a/.github/workflows/pod_main.yml b/.github/workflows/pod_main.yml index c7addf0d1a..0a75b96b31 100644 --- a/.github/workflows/pod_main.yml +++ b/.github/workflows/pod_main.yml @@ -57,7 +57,7 @@ jobs: - name: Runs Elasticsearch uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins with: - stack-version: 7.17.25 + stack-version: 8.16.0 plugins: analysis-icu - name: Setup Pod diff --git a/pod/main/configuration.json b/pod/main/configuration.json index dc8540008d..458d0f922a 100644 --- a/pod/main/configuration.json +++ b/pod/main/configuration.json @@ -3675,7 +3675,7 @@ ], "fr": [ "Version d’ElasticSearch.", - "valeurs possibles 8 correspondant à la version du serveur Elasticsearch utilisé.", + "valeurs possibles : `8`, correspondant à la version du serveur Elasticsearch utilisé.", "Attention, le paquet elasticsearch-py doit correspondre à la version du serveur. ", "pour la 8, `pip3 install elasticsearch==8.16.0`.", "Voir [elasticsearch-py.readthedocs.io](https://elasticsearch-py.readthedocs.io/)", @@ -5599,8 +5599,9 @@ "You should consider strongly switching to a different editor." ], "fr": [ - "Application permettant d’ajouter un éditeur CKEditor dans certains champs", - "[django-ckeditor.readthedocs.io](https://django-ckeditor.readthedocs.io/en/latest/#installation)" + "ATTENTION. django-ckeditor integre la version gratuite de CKEditor 4.22.1,", + "qui n'est plus prise en charge et qui présente des problèmes de sécurité non résolus,", + "voir par exemple https://ckeditor.com/cke4/release/CKEditor-4.24.0-LTS." ] }, "pod_version_end": "4.0.0", @@ -5726,9 +5727,12 @@ "tagulous": { "default_value": "2.1.0", "description": { - "en": "", + "en": [ + "Managing keywords associated with a Django object. ", + "[django-tagulous.readthedocs.io](https://django-tagulous.readthedocs.io)" + ], "fr": [ - "Gestion des mots-clés associés à un objet Django", + "Gestion des mots-clés associés à un objet Django. ", "[django-tagulous.readthedocs.io](https://django-tagulous.readthedocs.io)" ] },