From 304969a69e19cfcbae15d845f12a704781a91920 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 19 Sep 2024 17:04:46 +0200 Subject: [PATCH 1/5] add ebaii ngs 2 instance --- src/strass/strass/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strass/strass/settings.py b/src/strass/strass/settings.py index 09aee2d7..d37e67b3 100644 --- a/src/strass/strass/settings.py +++ b/src/strass/strass/settings.py @@ -54,6 +54,7 @@ INSTALLED_APPS = [ 'crispy_bootstrap4', 'django_kubernetes_probes', 'strass_app', + 'ebaii', 'csp', 'cspmailreports', ] -- GitLab From c7033f355fc9abfcd9afd525e832c32f154d07ab Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 19 Sep 2024 17:06:17 +0200 Subject: [PATCH 2/5] add ebaii theme --- src/strass/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt index f7db2bab..50053fb7 100644 --- a/src/strass/requirements.txt +++ b/src/strass/requirements.txt @@ -7,6 +7,8 @@ python-decouple django-basetheme-bootstrap>=1.8.4 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple django-kubernetes-probes>=1.1 +--extra-index-url https://gitlab.pasteur.fr/api/v4/projects/bbrancot%2Fdjango-basetheme-bootstrap-ebaii-theme/packages/pypi/simple +django-basetheme-bootstrap-ebaii-theme>=1.3.2 django-formtools csscompressor coverage -- GitLab From 0e8f6d2954fe1e347afe7088e559a9d0c0d2a839 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 16 Dec 2024 14:57:13 +0100 Subject: [PATCH 3/5] add inrae logo --- src/strass/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt index 5667e5b6..f7766404 100644 --- a/src/strass/requirements.txt +++ b/src/strass/requirements.txt @@ -8,7 +8,7 @@ django-basetheme-bootstrap>=1.8.4 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple django-kubernetes-probes>=1.1 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/bbrancot%2Fdjango-basetheme-bootstrap-ebaii-theme/packages/pypi/simple -django-basetheme-bootstrap-ebaii-theme>=1.3.2 +django-basetheme-bootstrap-ebaii-theme>=1.3.4 django-formtools csscompressor coverage -- GitLab From 3e0314f882d9b3cc53beec96d42b4519fd9b8f10 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 16 Dec 2024 15:12:45 +0100 Subject: [PATCH 4/5] update theme --- src/strass/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt index f7766404..ad4e94b8 100644 --- a/src/strass/requirements.txt +++ b/src/strass/requirements.txt @@ -8,7 +8,7 @@ django-basetheme-bootstrap>=1.8.4 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple django-kubernetes-probes>=1.1 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/bbrancot%2Fdjango-basetheme-bootstrap-ebaii-theme/packages/pypi/simple -django-basetheme-bootstrap-ebaii-theme>=1.3.4 +django-basetheme-bootstrap-ebaii-theme>=1.3.5 django-formtools csscompressor coverage -- GitLab From bf15fc1e0021440ed1313adf5d8ce453cba3de10 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 18 Dec 2024 17:15:34 +0100 Subject: [PATCH 5/5] add missing image --- src/strass/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt index ad4e94b8..75e2f77b 100644 --- a/src/strass/requirements.txt +++ b/src/strass/requirements.txt @@ -8,7 +8,7 @@ django-basetheme-bootstrap>=1.8.4 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple django-kubernetes-probes>=1.1 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/bbrancot%2Fdjango-basetheme-bootstrap-ebaii-theme/packages/pypi/simple -django-basetheme-bootstrap-ebaii-theme>=1.3.5 +django-basetheme-bootstrap-ebaii-theme>=1.3.6 django-formtools csscompressor coverage -- GitLab