From 8a0fa828f30e0db104b463021c9381b1eeaf078f Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 19 Sep 2024 17:04:21 +0200
Subject: [PATCH 1/5] add ebaii ngs 1 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 09c53dcd4137a7036afbc68173675fb28b00496c Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 19 Sep 2024 17:06:33 +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 56e020388f15d8ee0f09b46c33ac6b636c154800 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 b7a2016907650af7b592b099584af54830c0ee32 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 2e1f0d0d708b32749b1bdf3d8bd89b3f281c32eb 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