Skip to content

Commit

Permalink
apply GH actions "pod_dev" and "code_formatting" on pod_V4 branch
Browse files Browse the repository at this point in the history
+ pod_main action now use ES 8
  • Loading branch information
Badatos committed Dec 3, 2024
1 parent abd6cdc commit 4698507
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Formatting

on:
push:
branches: [master, develop]
branches: [master, develop, main, pod_V4]
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pod_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
push:
branches:
- develop
- pod_V4
- features/**
- dependabot/**
pull_request:
branches:
- develop
- pod_V4
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pod_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 9 additions & 5 deletions pod/main/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/)",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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)"
]
},
Expand Down

0 comments on commit 4698507

Please sign in to comment.