From 2c4e94fb66e15a50046f668045ffb8e92a3722b3 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 5 Dec 2023 13:13:41 +0100 Subject: [PATCH 01/14] Upgrade JAVA ecoCode plugins to 1.4.2 --- ecocodejava.properties | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ecocodejava.properties b/ecocodejava.properties index 91721d57..750c9363 100644 --- a/ecocodejava.properties +++ b/ecocodejava.properties @@ -1,9 +1,8 @@ category=External Analysers description=Provide a list of static code analyzers (for Java language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode -publicVersions=1.3.0 -archivedVersions=1.2.1 - +publicVersions=1.4.2 +archivedVersions=1.3.0 defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-java-plugin @@ -15,7 +14,13 @@ defaults.mavenArtifactId=ecocode-java-plugin 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 1.3.0.description=Update rules tags�; upgrade librairies to SonarQube 10.0.0�; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,LATEST] +1.3.0.sqVersions=[9.9,10.1] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-java-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 + +1.4.2.description=A lot of corrections and improvements (please check CHANGELOG) +1.4.2.sqVersions=[9.4,9.8,9.9,10.0,10.1] +1.4.2.date=2023-12-05 +1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.2/ecocode-java-plugin-1.4.2.jar +1.4.2.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.4.2 From 10237494b2befd6fe887e02a58e40d04cd1d5466 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 5 Dec 2023 19:11:02 +0100 Subject: [PATCH 02/14] Upgrade JAVA ecoCode plugins to 1.4.2 - review correction --- ecocodejava.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecocodejava.properties b/ecocodejava.properties index 750c9363..54b382f0 100644 --- a/ecocodejava.properties +++ b/ecocodejava.properties @@ -20,7 +20,7 @@ defaults.mavenArtifactId=ecocode-java-plugin 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 1.4.2.description=A lot of corrections and improvements (please check CHANGELOG) -1.4.2.sqVersions=[9.4,9.8,9.9,10.0,10.1] +1.4.2.sqVersions=[9.9,10.1] 1.4.2.date=2023-12-05 1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.2/ecocode-java-plugin-1.4.2.jar 1.4.2.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.4.2 From edbcaa0d5cd41cf65fdd4f32e59370703496717c Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 5 Dec 2023 19:23:21 +0100 Subject: [PATCH 03/14] Upgrade JAVA ecoCode plugins to 1.4.2 - review correction on description --- ecocodejava.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecocodejava.properties b/ecocodejava.properties index 54b382f0..96aef55d 100644 --- a/ecocodejava.properties +++ b/ecocodejava.properties @@ -19,7 +19,7 @@ defaults.mavenArtifactId=ecocode-java-plugin 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-java-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 -1.4.2.description=A lot of corrections and improvements (please check CHANGELOG) +1.4.2.description=Move JavaScript, PHP and Python plugins to their dedicated repositories ; [TEC] Compatibility with SonarQube 10.1 ; Creation and publishing ecocode-rules-specifications module (new rules reference module) ; Improve implementation of rules EC1, EC2, EC34, EC35 ; Upgrade rules EC3, EC53, EC67 specifications ; Depreciation of EC4 rule for Java ; Adding iOS and Android rules to ecocode-rules-specifications 1.4.2.sqVersions=[9.9,10.1] 1.4.2.date=2023-12-05 1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.2/ecocode-java-plugin-1.4.2.jar From c060e6547a7057cb502f3acbb0d203894241aefd Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 5 Dec 2023 23:41:37 +0100 Subject: [PATCH 04/14] Upgrade JAVA ecoCode plugins to 1.4.2 - review correction after checking compatibility --- ecocodejava.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ecocodejava.properties b/ecocodejava.properties index 96aef55d..e270a662 100644 --- a/ecocodejava.properties +++ b/ecocodejava.properties @@ -2,25 +2,25 @@ category=External Analysers description=Provide a list of static code analyzers (for Java language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode publicVersions=1.4.2 -archivedVersions=1.3.0 +archivedVersions=1.2.1,1.3.0 defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-java-plugin 1.2.1.description=Initial Marketplace publication of plugin for SonarQube 9.9.+ LTS -1.2.1.sqVersions=[9.9,10.1] +1.2.1.sqVersions=[9.9,10.3.*] 1.2.1.date=2023-04-14 1.2.1.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.2.1/ecocode-java-plugin-1.2.1.jar 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 1.3.0.description=Update rules tags�; upgrade librairies to SonarQube 10.0.0�; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,10.1] +1.3.0.sqVersions=[9.9,10.3.*] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-java-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 -1.4.2.description=Move JavaScript, PHP and Python plugins to their dedicated repositories ; [TEC] Compatibility with SonarQube 10.1 ; Creation and publishing ecocode-rules-specifications module (new rules reference module) ; Improve implementation of rules EC1, EC2, EC34, EC35 ; Upgrade rules EC3, EC53, EC67 specifications ; Depreciation of EC4 rule for Java ; Adding iOS and Android rules to ecocode-rules-specifications -1.4.2.sqVersions=[9.9,10.1] +1.4.2.description=Move JavaScript, PHP and Python plugins to their dedicated repositories ; Compatibility with SonarQube 10.1 ; Creation and publishing ecocode-rules-specifications module (new rules reference module) ; Improve implementation of rules EC1, EC2, EC34, EC35 ; Upgrade rules EC3, EC53, EC67 specifications ; Depreciation of EC4 rule for Java ; Adding iOS and Android rules to ecocode-rules-specifications +1.4.2.sqVersions=[9.9,10.3.*] 1.4.2.date=2023-12-05 1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.2/ecocode-java-plugin-1.4.2.jar 1.4.2.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.4.2 From 8d380d808092c55b0fda13feeda9a4dba42402c4 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Wed, 6 Dec 2023 16:06:50 +0100 Subject: [PATCH 05/14] Upgrade JAVA ecoCode plugins to 1.4.2 - review correction on versionning --- ecocodejava.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecocodejava.properties b/ecocodejava.properties index e270a662..01fa15ad 100644 --- a/ecocodejava.properties +++ b/ecocodejava.properties @@ -8,7 +8,7 @@ defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-java-plugin 1.2.1.description=Initial Marketplace publication of plugin for SonarQube 9.9.+ LTS -1.2.1.sqVersions=[9.9,10.3.*] +1.2.1.sqVersions=[9.9,10.1] 1.2.1.date=2023-04-14 1.2.1.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.2.1/ecocode-java-plugin-1.2.1.jar 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 @@ -20,7 +20,7 @@ defaults.mavenArtifactId=ecocode-java-plugin 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 1.4.2.description=Move JavaScript, PHP and Python plugins to their dedicated repositories ; Compatibility with SonarQube 10.1 ; Creation and publishing ecocode-rules-specifications module (new rules reference module) ; Improve implementation of rules EC1, EC2, EC34, EC35 ; Upgrade rules EC3, EC53, EC67 specifications ; Depreciation of EC4 rule for Java ; Adding iOS and Android rules to ecocode-rules-specifications -1.4.2.sqVersions=[9.9,10.3.*] +1.4.2.sqVersions=[9.9,LATEST] 1.4.2.date=2023-12-05 1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.2/ecocode-java-plugin-1.4.2.jar 1.4.2.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.4.2 From a8133ca22e1e76c93d3c339f03fc8e7b4334058d Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 19 Dec 2023 18:55:37 +0100 Subject: [PATCH 06/14] Upgrade JAVA ecoCode plugins to 1.4.3 --- ecocodejava.properties | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ecocodejava.properties b/ecocodejava.properties index 01fa15ad..3f8c2610 100644 --- a/ecocodejava.properties +++ b/ecocodejava.properties @@ -1,8 +1,8 @@ category=External Analysers description=Provide a list of static code analyzers (for Java language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode -publicVersions=1.4.2 -archivedVersions=1.2.1,1.3.0 +publicVersions=1.4.3 +archivedVersions=1.2.1,1.3.0,1.4.2 defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-java-plugin @@ -20,7 +20,13 @@ defaults.mavenArtifactId=ecocode-java-plugin 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 1.4.2.description=Move JavaScript, PHP and Python plugins to their dedicated repositories ; Compatibility with SonarQube 10.1 ; Creation and publishing ecocode-rules-specifications module (new rules reference module) ; Improve implementation of rules EC1, EC2, EC34, EC35 ; Upgrade rules EC3, EC53, EC67 specifications ; Depreciation of EC4 rule for Java ; Adding iOS and Android rules to ecocode-rules-specifications -1.4.2.sqVersions=[9.9,LATEST] +1.4.2.sqVersions=[9.9,10.3.*] 1.4.2.date=2023-12-05 1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.2/ecocode-java-plugin-1.4.2.jar 1.4.2.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.4.2 + +1.4.3.description=Depreciation of EC53, EC63, EC75 rule for Java ; Upgrade EC2 for Java +1.4.3.sqVersions=[9.9,LATEST] +1.4.3.date=2023-12-19 +1.4.3.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.4.3/ecocode-java-plugin-1.4.3.jar +1.4.3.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.4.3 \ No newline at end of file From a3409642f7f42dbc55bf4867218696e978d85ac0 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Sat, 6 Jan 2024 00:38:05 +0100 Subject: [PATCH 07/14] upgrade Python ecocode plugin to 1.4.1 --- ecocodepython.properties | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ecocodepython.properties b/ecocodepython.properties index 13faab8f..cf8188f3 100644 --- a/ecocodepython.properties +++ b/ecocodepython.properties @@ -1,8 +1,8 @@ category=External Analysers description=Provide a list of static code analyzers (for Python language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode -publicVersions=1.3.0 -archivedVersions=1.2.1 +publicVersions=1.4.1 +archivedVersions=1.2.1,1.3.0 defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-python-plugin @@ -14,7 +14,13 @@ defaults.mavenArtifactId=ecocode-python-plugin 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 1.3.0.description=Updates rules tags�; adds rules (EC10, EC66, EC203, EC404)�; upgrade librairies to SonarQube 10.0.0�; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,LATEST] +1.3.0.sqVersions=[9.9,10.1] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-python-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 + +1.4.1.description=Add 10.3 SonarQube compatibility; Adding EC35 rule; Improve unit tests for EC7 rule; Correction of NullPointException in EC2 rule; Deprecate rule EC66 +1.4.1.sqVersions=[9.9,LATEST] +1.4.1.date=2024-01-05 +1.4.1.downloadUrl=https://github.com/green-code-initiative/ecoCode-python/releases/download/1.4.1/ecocode-python-plugin-1.4.1.jar +1.4.1.changelogUrl=https://github.com/green-code-initiative/ecoCode-python/releases/tag/1.4.1 \ No newline at end of file From a09512296e8b607c2a5c6137ac05a5e9b4db9df7 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Sat, 6 Jan 2024 15:55:37 +0100 Subject: [PATCH 08/14] upgrade PHP ecocode plugin to 1.4.1 --- ecocodephp.properties | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ecocodephp.properties b/ecocodephp.properties index ca22a4f3..a162f999 100644 --- a/ecocodephp.properties +++ b/ecocodephp.properties @@ -1,8 +1,8 @@ category=External Analysers description=Provide a list of static code analyzers (for PHP language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode -publicVersions=1.3.0 -archivedVersions=1.2.1 +publicVersions=1.4.1 +archivedVersions=1.2.1,1.3.0 defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-php-plugin @@ -14,7 +14,13 @@ defaults.mavenArtifactId=ecocode-php-plugin 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 1.3.0.description=Updates rules tags�; adds rule (EC3)�; upgrades librairies to SonarQube 10.0.0�; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,LATEST] +1.3.0.sqVersions=[9.9,10.1] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-php-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 + +1.4.1.description=Add 10.3 SonarQube compatibility; Adding EC35 rule; correction bug (SHA1 null when starting SONARQUBE); Fix unit tests execution with Maven; Add new EC2 (Multiple if-else statement) +1.4.1.sqVersions=[9.9,LATEST] +1.4.1.date=2024-01-06 +1.4.1.downloadUrl=https://github.com/green-code-initiative/ecoCode-php/releases/download/1.4.1/ecocode-php-plugin-1.4.1.jar +1.4.1.changelogUrl=https://github.com/green-code-initiative/ecoCode-php/releases/tag/1.4.1 From c23a920d0f32bbbd08cecc2a205c3e44c550fc68 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Sat, 6 Jan 2024 16:05:23 +0100 Subject: [PATCH 09/14] Revert "upgrade PHP ecocode plugin to 1.4.1" This reverts commit a09512296e8b607c2a5c6137ac05a5e9b4db9df7. --- ecocodephp.properties | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ecocodephp.properties b/ecocodephp.properties index a162f999..ca22a4f3 100644 --- a/ecocodephp.properties +++ b/ecocodephp.properties @@ -1,8 +1,8 @@ category=External Analysers description=Provide a list of static code analyzers (for PHP language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode -publicVersions=1.4.1 -archivedVersions=1.2.1,1.3.0 +publicVersions=1.3.0 +archivedVersions=1.2.1 defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-php-plugin @@ -14,13 +14,7 @@ defaults.mavenArtifactId=ecocode-php-plugin 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 1.3.0.description=Updates rules tags�; adds rule (EC3)�; upgrades librairies to SonarQube 10.0.0�; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,10.1] +1.3.0.sqVersions=[9.9,LATEST] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-php-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 - -1.4.1.description=Add 10.3 SonarQube compatibility; Adding EC35 rule; correction bug (SHA1 null when starting SONARQUBE); Fix unit tests execution with Maven; Add new EC2 (Multiple if-else statement) -1.4.1.sqVersions=[9.9,LATEST] -1.4.1.date=2024-01-06 -1.4.1.downloadUrl=https://github.com/green-code-initiative/ecoCode-php/releases/download/1.4.1/ecocode-php-plugin-1.4.1.jar -1.4.1.changelogUrl=https://github.com/green-code-initiative/ecoCode-php/releases/tag/1.4.1 From 98b85b7947680aada5dfaa66c0f87c6b418935e8 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 12 Jan 2024 12:49:53 +0100 Subject: [PATCH 10/14] upgrade Python ecocode plugin to 1.4.2 --- ecocodepython.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ecocodepython.properties b/ecocodepython.properties index cf8188f3..e73b34cd 100644 --- a/ecocodepython.properties +++ b/ecocodepython.properties @@ -1,7 +1,7 @@ category=External Analysers description=Provide a list of static code analyzers (for Python language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. homepageUrl=https://github.com/green-code-initiative/ecoCode -publicVersions=1.4.1 +publicVersions=1.4.2 archivedVersions=1.2.1,1.3.0 defaults.mavenGroupId=io.ecocode @@ -19,8 +19,8 @@ defaults.mavenArtifactId=ecocode-python-plugin 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-python-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 -1.4.1.description=Add 10.3 SonarQube compatibility; Adding EC35 rule; Improve unit tests for EC7 rule; Correction of NullPointException in EC2 rule; Deprecate rule EC66 -1.4.1.sqVersions=[9.9,LATEST] -1.4.1.date=2024-01-05 -1.4.1.downloadUrl=https://github.com/green-code-initiative/ecoCode-python/releases/download/1.4.1/ecocode-python-plugin-1.4.1.jar -1.4.1.changelogUrl=https://github.com/green-code-initiative/ecoCode-python/releases/tag/1.4.1 \ No newline at end of file +1.4.2.description=Correction deprecation of EC34 rule; Add 10.3 SonarQube compatibility; Adding EC35 rule; Improve unit tests for EC7 rule; Correction of NullPointException in EC2 rule; Deprecate rule EC66 +1.4.2.sqVersions=[9.9,LATEST] +1.4.2.date=2024-01-11 +1.4.2.downloadUrl=https://github.com/green-code-initiative/ecoCode-python/releases/download/1.4.2/ecocode-python-plugin-1.4.2.jar +1.4.2.changelogUrl=https://github.com/green-code-initiative/ecoCode-python/releases/tag/1.4.2 \ No newline at end of file From 2fb321aa0727715198330dd3b688a50b69766b3d Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 16 Jan 2024 20:31:06 +0100 Subject: [PATCH 11/14] upgrade Python ecocode plugin to 1.4.2 : correction old versions and homepage url --- ecocodepython.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecocodepython.properties b/ecocodepython.properties index e73b34cd..a322a9e7 100644 --- a/ecocodepython.properties +++ b/ecocodepython.properties @@ -1,6 +1,6 @@ category=External Analysers description=Provide a list of static code analyzers (for Python language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. -homepageUrl=https://github.com/green-code-initiative/ecoCode +homepageUrl=https://github.com/green-code-initiative/ecoCode-python publicVersions=1.4.2 archivedVersions=1.2.1,1.3.0 @@ -8,13 +8,13 @@ defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-python-plugin 1.2.1.description=Initial Marketplace publication of plugin for SonarQube 9.9.+ LTS -1.2.1.sqVersions=[9.9,10.1] +1.2.1.sqVersions=[9.9,LATEST] 1.2.1.date=2023-04-14 1.2.1.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.2.1/ecocode-python-plugin-1.2.1.jar 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 -1.3.0.description=Updates rules tags�; adds rules (EC10, EC66, EC203, EC404)�; upgrade librairies to SonarQube 10.0.0�; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,10.1] +1.3.0.description=Updates rules tags; adds rules (EC10, EC66, EC203, EC404); upgrade librairies to SonarQube 10.0.0; clean-up plugins and dependencies +1.3.0.sqVersions=[9.9,LATEST] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-python-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 From d26561069941f7c5820a090f3386919bd845ee0a Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Tue, 16 Jan 2024 20:42:10 +0100 Subject: [PATCH 12/14] upgrade Python ecocode plugin to 1.4.2 : roll back modification on old versions (build crash) --- ecocodepython.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecocodepython.properties b/ecocodepython.properties index a322a9e7..373b99f4 100644 --- a/ecocodepython.properties +++ b/ecocodepython.properties @@ -8,13 +8,13 @@ defaults.mavenGroupId=io.ecocode defaults.mavenArtifactId=ecocode-python-plugin 1.2.1.description=Initial Marketplace publication of plugin for SonarQube 9.9.+ LTS -1.2.1.sqVersions=[9.9,LATEST] +1.2.1.sqVersions=[9.9,10.1] 1.2.1.date=2023-04-14 1.2.1.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.2.1/ecocode-python-plugin-1.2.1.jar 1.2.1.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.2.1 1.3.0.description=Updates rules tags; adds rules (EC10, EC66, EC203, EC404); upgrade librairies to SonarQube 10.0.0; clean-up plugins and dependencies -1.3.0.sqVersions=[9.9,LATEST] +1.3.0.sqVersions=[9.9,10.3] 1.3.0.date=2023-07-04 1.3.0.downloadUrl=https://github.com/green-code-initiative/ecoCode/releases/download/1.3.0/ecocode-python-plugin-1.3.0.jar 1.3.0.changelogUrl=https://github.com/green-code-initiative/ecoCode/releases/tag/1.3.0 From 51aae8aae9be8ed5544a8c7a617f447b7971b8e5 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 17 Jan 2025 16:05:24 +0100 Subject: [PATCH 13/14] Creedengo iOS : first submit to MarketPlace --- creedengoios.properties | 15 +++++++++++++++ update-center-source.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 creedengoios.properties diff --git a/creedengoios.properties b/creedengoios.properties new file mode 100644 index 00000000..74088dd2 --- /dev/null +++ b/creedengoios.properties @@ -0,0 +1,15 @@ +category=External Analysers +description=Provide a list of static code analyzers (for iOS language) to highlight code structures that may have a negative ecological impact: energy and resources over-consumption, "fatware", shortening terminals' lifespan, etc. +homepageUrl=https://github.com/green-code-initiative/creedengo-ios +archivedVersions= +publicVersions=2.0.0 + +defaults.mavenGroupId=org.green-code-initiative +defaults.mavenArtifactId=creedengo-ios-plugin + +2.0.0.description=Initial Marketplace publication of plugin for iOS +2.0.0.sqcb=[24.12,24.12.*] +2.0.0.sqVersions=[9.9,10.7] +2.0.0.date=2025-01-17 +2.0.0.downloadUrl=https://github.com/green-code-initiative/creedengo-ios/releases/download/2.0.0/creedengo-ios-2.0.0.jar +2.0.0.changelogUrl=https://github.com/green-code-initiative/creedengo-ios/releases/tag/2.0.0 \ No newline at end of file diff --git a/update-center-source.properties b/update-center-source.properties index 1feeffc9..ee96cc32 100644 --- a/update-center-source.properties +++ b/update-center-source.properties @@ -1,4 +1,4 @@ -plugins=aemrules,ansible,apigee,authaad,authgoogleoauth,authoidc,checkstyle,clover,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,creedengojava,creedengophp,creedengopython,dependencycheck,devon4j,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,sonargraphintegration,webdriver,yaml +plugins=aemrules,ansible,apigee,authaad,authgoogleoauth,authoidc,checkstyle,clover,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,creedengoios,creedengojava,creedengophp,creedengopython,dependencycheck,devon4j,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,sonargraphintegration,webdriver,yaml scanners=scannercli,scannermsbuild,scannerant,scannermaven,scannergradle,scannerazure,scannerjenkins From 5058b4bd6d305218b3d9821e09549a1c0d935216 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 31 Jan 2025 15:23:26 +0100 Subject: [PATCH 14/14] merge master - bis --- update-center-source.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-center-source.properties b/update-center-source.properties index 73a8341e..7c27ef73 100644 --- a/update-center-source.properties +++ b/update-center-source.properties @@ -1,4 +1,4 @@ -plugins=aemrules,ansible,apigee,authaad,authgoogleoauth,authoidc,checkstyle,clover,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,creedengojava,creedengojavascript,creedengophp,creedengopython,dependencycheck,devon4j,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,sonargraphintegration,webdriver,yaml +plugins=aemrules,ansible,apigee,authaad,authgoogleoauth,authoidc,checkstyle,clover,codehawk,communitybsl,communitydelphi,communitygosu,communityrust,creedengoios,creedengojava,creedengojavascript,creedengophp,creedengopython,dependencycheck,devon4j,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,findbugs,groovy,hadolint,ibmixaemrules,jdepend,jqassistant,l10nde,l10nfr,l10nel,l10nes,l10nit,l10nja,l10nko,l10nru,l10nzh,l10nzhtw,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,sonargraphintegration,webdriver,yaml scanners=scannercli,scannermsbuild,scannerant,scannermaven,scannergradle,scannerazure,scannerjenkins