Skip to content

Commit

Permalink
Removal of deprecated list of plugins. (#631)
Browse files Browse the repository at this point in the history
* Release 1.4.0

* Adding outlierdetector plugin to repo list.

* Fix of jar version number.

* Java compliance level changed from 13 to 1.8.

* Json fix

* Formatting issues.

* Addition of ApdexCalculator to the list.

* Adding Results Comparator plugin.

* Adding ResultsComaparator version 2.1.

* Typo fix and changes field.

* JSON typo fix.

* Update various.json

Adding new version of plugins for CLI execution in CI/CD.

* Update of libs for Selenium 4.5

* Addition of missoing lib.

* Webdriver update to 4.6.0

* Addition of components for Edge driver and upgrade to Selenium 4.7.2

* Opentelemetry version fix.

* Update to Selenium 4.8.0.

* Upgrade to Selenium 4.8.1 and UI bug fix in FF (Proxy tab).

* Typo error fix causing Plugin Manager to misbehave.

* Webdriver update to 4.8.3.1.

* Changes for Java 1.8 compatibility.

* Update to Selenium 4.9.1

* Update of WebDriver to Selenium 4.10.0

* Fix of opentelemetry file downloads.

* Addition of new plugins for Outlier detection, Apdex and Results Comparison.

* Addition of "deprecated" marker to the deprecated plugins.

* Removal of obsolete webdriver versions.
Addition of new entry for version 4.13.0.

* Restoration of deleted versions as they may still be used by some people.

* Fix of typo error on failed downloaded jar.

* Update various.json

Removal of deprecated plugins as the github repo doesn't exist anymore.

---------

Co-authored-by: Andrey Pohilko <apc4@ya.ru>
  • Loading branch information
rbourga and undera authored Jan 12, 2024
1 parent 96c8dba commit 3261820
Showing 1 changed file with 0 additions and 163 deletions.
163 changes: 0 additions & 163 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,169 +1161,6 @@
}
}
},
{
"id" : "apdexcalculator",
"name" : "Apdex Score Calculator (Deprecated)",
"description" : "[Deprecated in favor of Apdex & Coefficient of Variation] Calculates the Apdex score and rating of Samplers for a given satisfied threshold.",
"screenshotUrl" : "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/apdexcalculator/src/site/img/wiki/apdex_Calculate.PNG",
"helpUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/apdexcalculator/src/site/dat/wiki/ApdexScoreCalculator.wiki",
"vendor": "Robert Bourgault du Coudray",
"markerClass": "kg.apc.jmeter.vizualisers.ApdexScoreCalculatorGui",
"componentClasses": [
"kg.apc.jmeter.vizualisers.ApdexScoreCalculatorGui",
"kg.apc.cmdtools.ApdexScoreCalculatorTool"
],
"versions" : {
"2.0.2": {
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/jmeter-plugins-apdexcalculator-2.0.2.jar",
"changes": "Please UNINSTALL this plugin and replace with Apdex & Coefficient of Variation plugin.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/rbourga-jmeter-plugins-comm-1.0.jar"
},
"depends": [
"jmeter-core"
]
},
"2.0.1": {
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/jmeter-plugins-apdexcalculator-2.0.1.jar",
"changes": "Addition of Pass/Fail threshold when running the plugin from CLI in CI/CD.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/rbourga-jmeter-plugins-comm-1.0.jar"
},
"depends": [
"jmeter-core"
]
},
"1.0.1" : {
"downloadUrl" : "https://github.com/rbourga/jmeter-plugins-2/releases/download/V2.0.0/jmeter-plugins-apdexcalculator-1.0.1.jar",
"libs" : {
"jmeter-plugins-cmn-jmeter>=0.6": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar"
},
"depends" : [
"jmeter-core"
]
}
}
},
{
"id": "outlierdetector",
"name": "Right Tail Outlier Detector (Deprecated)",
"description": "[Deprecated in favor of Upper Outlier Removal] A Jmeter plugin that detects and removes outliers in the right tail using Tukey fences.",
"screenshotUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/outlierdetector/src/site/img/wiki/rtod_Principle.jpg",
"helpUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/outlierdetector/src/site/dat/wiki/RightTailOutlierDetection.wiki",
"vendor": "Robert Bourgault du Coudray",
"markerClass": "kg.apc.jmeter.vizualizers.RightTailOutlierDetectorGui",
"componentClasses": [
"kg.apc.jmeter.vizualizers.RightTailOutlierDetectorGui",
"kg.apc.cmdtools.RightTailOutlierDetectorTool"
],
"versions": {
"1.0.5": {
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/jmeter-plugins-outlierdetector-1.0.5.jar",
"changes": "Please UNINSTALL this plugin and replace with Upper Outlier Removal plugin.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/rbourga-jmeter-plugins-comm-1.0.jar"
},
"depends": [
"jmeter-core"
]
},
"1.0.4": {
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/jmeter-plugins-outlierdetector-1.0.4.jar",
"changes": "Addition of Pass/Fail threshold when running the plugin from CLI in CI/CD.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/rbourga-jmeter-plugins-comm-1.0.jar"
},
"depends": [
"jmeter-core"
]
},
"1.0.2": {
"changes": "Changed Java compliance level to 1.8.",
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/V1.0.2/jmeter-plugins-outlierdetector-1.0.2.jar",
"depends": [
"jmeter-core"
],
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar"
}
},
"1.0.1": {
"changes": "Fix of HelpLink and of jar version number",
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/V1.0.1/jmeter-plugins-outlierdetector-1.0.1.jar",
"depends": [
"jmeter-core"
]
},
"1.0.0": {
"changes": "Initial version.",
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v1.0.0/jmeter-plugins-outlierdetector-1.0.jar",
"depends": [
"jmeter-core"
]
}
}
},
{
"id" : "resultscomparator",
"name" : "Results Comparator (Deprecated)",
"description" : "[Deprecated in favor of Cohen's d Comparator] Compares the results of two test runs using Cohen's d effect size.",
"screenshotUrl" : "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/resultscomparator/src/site/img/wiki/rc_Compare.PNG",
"helpUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/resultscomparator/src/site/dat/wiki/ResultsComparator.wiki",
"vendor": "Robert Bourgault du Coudray",
"markerClass": "kg.apc.jmeter.vizualizers.ResultsComparatorGui",
"componentClasses": [
"kg.apc.jmeter.vizualizers.ResultsComparatorGui",
"kg.apc.cmdtools.ResultsComparatorTool"
],
"versions" : {
"3.1.3": {
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/jmeter-plugins-resultscomparator-3.1.3.jar",
"changes": "Please UNINSTALL this plugin and replace with Cohen's d Comparator plugin.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/rbourga-jmeter-plugins-comm-1.0.jar"
},
"depends": [
"jmeter-core"
]
},
"3.1.2": {
"downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/jmeter-plugins-resultscomparator-3.1.2.jar",
"changes": "Addition of Pass/Fail threshold when running the plugin from CLI in CI/CD.",
"libs": {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar",
"rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/rbourga-jmeter-plugins-comm-1.0.jar"
},
"depends": [
"jmeter-core"
]
},
"2.1" : {
"changes": "Addition of Pass/Fail testing criteria.",
"downloadUrl" : "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.1.0/jmeter-plugins-resultscomparator-2.1.jar",
"libs" : {
"jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar"
},
"depends" : [
"jmeter-core"
]
},
"1.0.1" : {
"downloadUrl" : "https://github.com/rbourga/jmeter-plugins-2/releases/download/V3.0.0/jmeter-plugins-resultscomparator-1.0.1.jar",
"libs" : {
"jmeter-plugins-cmn-jmeter>=0.6": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.6/jmeter-plugins-cmn-jmeter-0.6.jar"
},
"depends" : [
"jmeter-core"
]
}
}
},
{
"id": "awsmeter",
"name": "AWS Support",
Expand Down

0 comments on commit 3261820

Please sign in to comment.