From 409924bdecfd3b0bcf0d7e2389dffbb16c87299f Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 11:12:26 +0100 Subject: [PATCH 01/10] nouveau test --- .github/workflows/work.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/work.yml b/.github/workflows/work.yml index c3daa8e..2e1e9e5 100644 --- a/.github/workflows/work.yml +++ b/.github/workflows/work.yml @@ -11,11 +11,5 @@ on: name : 'Test Plugin Jeedom' jobs: - codeLintGlobal: - uses: jeedom/workflows/.github/workflows/codeLintGlobal.yml@main - php73: - uses: jeedom/workflows/.github/workflows/lint_Php73.yml@main - php74: - uses: jeedom/workflows/.github/workflows/lint_Php74.yml@main - php: - uses: jeedom/workflows/.github/workflows/php.yml@main + plugin: + uses: jeedom/workflows/.github/workflows/plugin.yml@main From 872cbe2f11bd2c4357984a54d4370b7b4fd0eae5 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 11:17:57 +0100 Subject: [PATCH 02/10] Update work.yml --- .github/workflows/work.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/work.yml b/.github/workflows/work.yml index 2e1e9e5..345021e 100644 --- a/.github/workflows/work.yml +++ b/.github/workflows/work.yml @@ -8,7 +8,7 @@ on: - beta - master -name : 'Test Plugin Jeedom' +name : 'Full Workflows Plugin Jeedom' jobs: plugin: From 56e7a5667aa7ab314ac057f9dd1ff00c01ab5e57 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 11:25:48 +0100 Subject: [PATCH 03/10] Update packages.json --- plugin_info/packages.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin_info/packages.json b/plugin_info/packages.json index 47e6517..820ffeb 100644 --- a/plugin_info/packages.json +++ b/plugin_info/packages.json @@ -4,6 +4,8 @@ "apt": { }, "pip3": { + "pyserial" : {"reinstall" : true}, + "requests" : {"reinstall" : true} }, "npm": { }, From b1f796d4f1fe32ccc6c0e8db9b00b327f540c23f Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 11:26:11 +0100 Subject: [PATCH 04/10] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 990e24e..5cf55c9 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,5 @@ # Template de plugin pour Jeedom -Validation PHP Version (branche BETA) : - -![PHP 7.3](https://github.com/jeedom/plugin-template/actions/workflows/lint_Php73.yml/badge.svg?branch=beta) -![PHP 7.4](https://github.com/jeedom/plugin-template/actions/workflows/lint_Php74.yml/badge.svg?branch=beta) - -Validation Code int (branche BETA): - -![PHP](https://github.com/jeedom/plugin-template/actions/workflows/php.yml/badge.svg?branch=beta) -![PHP](https://github.com/jeedom/plugin-template/actions/workflows/codeLintGlobal.yml/badge.svg?branch=beta) - - --------- -Validation PHP Version (branche MASTER) : - -![PHP 7.3](https://github.com/jeedom/plugin-template/actions/workflows/lint_Php73.yml/badge.svg?branch=master) -![PHP 7.4](https://github.com/jeedom/plugin-template/actions/workflows/lint_Php74.yml/badge.svg?branch=master) - -Validation Code int (branche MASTER): - -![PHP](https://github.com/jeedom/plugin-template/actions/workflows/php.yml/badge.svg?branch=master) -![PHP](https://github.com/jeedom/plugin-template/actions/workflows/codeLintGlobal.yml/badge.svg?branch=master) - Ce "template de plugin" sert de base à la réalisation de plugins pour **Jeedom**. La documentation générale relative à la conception de plugin est consultable [ici](https://doc.jeedom.com/fr_FR/dev/). Dans le détail : From b37a80251e79f9167e381c14bf5fc69f3fc43c3f Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 15:25:16 +0100 Subject: [PATCH 05/10] Update info.json --- plugin_info/info.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin_info/info.json b/plugin_info/info.json index 339b0c2..f241496 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -1,6 +1,7 @@ { "id" : "template", "name" : "Template", + "pluginVersion": "0.1", "specialAttributes" : { "object" : { "toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "input"}, From 0021a4de1159d1be209ecc35f566eeecaf236b76 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 15:26:26 +0100 Subject: [PATCH 06/10] Create changelog_beta.md --- docs/fr_FR/changelog_beta.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/fr_FR/changelog_beta.md diff --git a/docs/fr_FR/changelog_beta.md b/docs/fr_FR/changelog_beta.md new file mode 100644 index 0000000..067fa16 --- /dev/null +++ b/docs/fr_FR/changelog_beta.md @@ -0,0 +1,26 @@ +# Changelog plugin template - beta + +# 19/01/2022 + +- Optimisations V4.2 + +# 20/11/2020 + +- Présentation officielle V4 +- Ajouts d'éléments d'informations et de paramètres pour les commandes + +# 16/11/2020 + +- version minimale Jeedom: 3.3.39 (dernière MAJ critique) + +# 04/11/2020 + +- Nouvelle présentation de la liste des objets + +# 07/08/2020 + +- Ajout de commentaires + +# 17/05/2020 + +- Mise à jour de la documentation From 390668c679229d349340dc08d570d94c8329e860 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 15:27:28 +0100 Subject: [PATCH 07/10] Update work.yml --- .github/workflows/work.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/work.yml b/.github/workflows/work.yml index 345021e..e3bfa9b 100644 --- a/.github/workflows/work.yml +++ b/.github/workflows/work.yml @@ -12,4 +12,4 @@ name : 'Full Workflows Plugin Jeedom' jobs: plugin: - uses: jeedom/workflows/.github/workflows/plugin.yml@main + uses: jeedom/workflows/.github/workflows/pluginVersion.yml@main From ef8e7f90ddc4fe09b37bce49adafe34c81fd94de Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 15:29:32 +0100 Subject: [PATCH 08/10] Update README.md From e358d9ff872f27285de29b56306ef02011720cc3 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 15:31:35 +0100 Subject: [PATCH 09/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cf55c9..e8975cd 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ La documentation générale relative à la conception de plugin est consultable --- Si vous créez une branch nommée prettier, le robot workflows fera une passe complete sur le code pour que le code soit le plus uniforme possible. +--- +test workflow en cours... From 3fc898cd6446614212addcc9e26090634e1197b5 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 29 Nov 2023 15:35:03 +0100 Subject: [PATCH 10/10] docs : changement du readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8975cd..36a5c59 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ La documentation générale relative à la conception de plugin est consultable --- Si vous créez une branch nommée prettier, le robot workflows fera une passe complete sur le code pour que le code soit le plus uniforme possible. --- -test workflow en cours... +test workflow en cours... for commit