From 1f1b5b86a4a4a0f139fa8a2cee71afe4ebcf967a Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 13 Apr 2025 07:12:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=81=20Remplacement=20de=20Streamlit.py?= =?UTF-8?q?=20par=20domo91.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/inspectionProfiles/Project_Default.xml | 19 ++ .../inspectionProfiles/profiles_settings.xml | 6 + .../shelved.patch | 30 ++ .../shelved.patch | 0 ...Checkout_at_11_04_2025_13_04__Changes_.xml | 4 + .../shelved.patch | 0 ...mitted_changes_before_rebase__Changes_.xml | 7 + .idea/workspace.xml | 260 ++++++++++++++++++ 8 files changed, 326 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch create mode 100644 .idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]1/shelved.patch create mode 100644 .idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml create mode 100644 .idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch create mode 100644 .idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..97194fb --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch new file mode 100644 index 0000000..d6d279c --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch @@ -0,0 +1,30 @@ +Index: deploy.sh +=================================================================== +diff --git a/deploy.sh b/deploy.sh +--- a/deploy.sh (revision bfde6420bf1360fedfdcb6c2a4ae08d5176e1475) ++++ b/deploy.sh (date 1744356351134) +@@ -1,0 +1,23 @@ ++#!/bin/bash ++ ++# Script de déploiement - Michel - domo91 ++ ++echo "🔁 Passage de la branche develop vers product" ++ ++# Sécurité : commite d'abord le travail en cours ++git add . ++git commit -m "💾 Sauvegarde auto avant passage en prod" || echo "Rien à commit" ++ ++# Passage sur la branche product ++git checkout product ++ ++# Fusion de develop vers product ++git merge develop --no-ff -m "🚀 Déploiement depuis develop vers product" ++ ++# Push de la branche product ++git push ++ ++# Retour sur develop ++git checkout develop ++ ++echo "✅ Déploiement terminé !" +\ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]1/shelved.patch b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]1/shelved.patch new file mode 100644 index 0000000..e69de29 diff --git a/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml new file mode 100644 index 0000000..189a940 --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch b/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch new file mode 100644 index 0000000..e69de29 diff --git a/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml b/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml new file mode 100644 index 0000000..fbd5051 --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4e23b45 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + { + "associatedIndex": 5 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C:\Users\miche\AppData\Roaming\Subversion + + + + + 1728656456324 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file