From d92744fe6b07c54906f8d523cf3948a1ea8bf291 Mon Sep 17 00:00:00 2001 From: Tom LAVEILLE Date: Fri, 24 Jan 2025 15:52:21 +0100 Subject: [PATCH] Switch serveur IP --- CenRa_METABASE/metadata.txt | 4 ++-- CenRa_METABASE/tools/PythonSQL.py | 2 +- plugins.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CenRa_METABASE/metadata.txt b/CenRa_METABASE/metadata.txt index 6d7a0efc..216fdf0a 100644 --- a/CenRa_METABASE/metadata.txt +++ b/CenRa_METABASE/metadata.txt @@ -6,7 +6,7 @@ name=CenRa_Metabase qgisMinimumVersion=3.0 description=CenRa_METABASE -version=0.1.6 +version=0.2.0 author=Conservatoire d'Espaces Naturels de Rhône-Alpes email=si_besoin@cen-rhonealpes.fr @@ -21,7 +21,7 @@ tracker=https://gitea.cenra-outils.org/api/v1/repos/CEN-RA/Plugin_QGIS/issues hasProcessingProvider=no # Uncomment the following line and add your changelog: -changelog=

CenRa_Metabase:


07/01/2025 - Version 0.1.6:

- ByPass du certif ssl ci erreur.

19/12/2024 - Version 0.1.5:

- Fix les problem de lenteur qu'en la base est down.


12/12/2024 - Version 0.1.4:

- Crash Fix .


08/10/2024 - Version 0.1.3:

- Lecture de métadonnée des flux WMS/WFS.


07/10/2024 - Version 0.1.2:

- Correctif de bug.


03/10/2024 - Version 0.1.1:

- Remonte la fênetre dans la pille.


26/08/2024 - Version 0.1.0:

- Lancement du plugin CenRa_Metabase


+changelog=

CenRa_Metabase:


07/01/2025 - Version 0.1.6:

- Deployment sur serveur SIG.


07/01/2025 - Version 0.1.6:

- ByPass du certif ssl ci erreur


19/12/2024 - Version 0.1.5:

- Fix les problem de lenteur qu'en la base est down.


12/12/2024 - Version 0.1.4:

- Crash Fix .


08/10/2024 - Version 0.1.3:

- Lecture de métadonnée des flux WMS/WFS.


07/10/2024 - Version 0.1.2:

- Correctif de bug.


03/10/2024 - Version 0.1.1:

- Remonte la fênetre dans la pille.


26/08/2024 - Version 0.1.0:

- Lancement du plugin CenRa_Metabase

# Tags are comma separated with spaces allowed tags=python diff --git a/CenRa_METABASE/tools/PythonSQL.py b/CenRa_METABASE/tools/PythonSQL.py index f6c28865..8a79b690 100644 --- a/CenRa_METABASE/tools/PythonSQL.py +++ b/CenRa_METABASE/tools/PythonSQL.py @@ -4,7 +4,7 @@ import os IPAddr=socket.gethostbyname(socket.gethostname()) #print(IPAddr) if IPAddr[0:11] == "100.100.100": #4269 - host = "100.100.100.81" + host = "100.100.100.11" port = "5432" dbname = "sig4269" sigdb="sig4269" diff --git a/plugins.xml b/plugins.xml index 42a6f3d5..8e7c17aa 100644 --- a/plugins.xml +++ b/plugins.xml @@ -68,9 +68,9 @@ cenra,flux - + - 0.1.6 + 0.2.0 3.16 https://plateformesig.cenra-outils.org/ CenRa_METABASE.zip @@ -79,7 +79,7 @@ https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/CenRa_METABASE.zip CEN-Rhone-Alpes 2024-09-12 - 2025-01-07 + 2025-01-24 True False cenra,metabase