From f007ef25f55dc1d38f9a546f556b79a87f94d787 Mon Sep 17 00:00:00 2001 From: Pascal Desmarets Date: Tue, 28 Aug 2018 09:53:51 +0200 Subject: [PATCH] Elasticsearch versions at major level rather than minor --- package.json | 20 +++++-------------- .../model_level/modelLevelConfig.json | 16 +++------------ 2 files changed, 8 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index ecd0191..57b09a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Elasticsearch", - "version": "0.1.7", - "versionDate": "2018-08-09", + "version": "0.1.8", + "versionDate": "2018-08-28", "author": "hackolade", "engines": { "hackolade": "1.12.7", @@ -12,19 +12,9 @@ "applicationTarget": "ELASTICSEARCH", "title": "Elasticsearch", "versions": [ - "2.3.x", - "2.4.x", - "5.0.x", - "5.1.x", - "5.2.x", - "5.3.x", - "5.4.x", - "5.5.x", - "5.6.x", - "6.0.x", - "6.1.x", - "6.2.x", - "6.3.x" + "2.x", + "5.x", + "6.x" ] }, "features": { diff --git a/properties_pane/model_level/modelLevelConfig.json b/properties_pane/model_level/modelLevelConfig.json index 08dd107..34157f2 100644 --- a/properties_pane/model_level/modelLevelConfig.json +++ b/properties_pane/model_level/modelLevelConfig.json @@ -102,19 +102,9 @@ making sure that you maintain a proper JSON format. "propertyTooltip": "DB version", "propertyType": "select", "options": [ - "2.3.x", - "2.4.x", - "5.0.x", - "5.1.x", - "5.2.x", - "5.3.x", - "5.4.x", - "5.5.x", - "5.6.x", - "6.0.x", - "6.1.x", - "6.2.x", - "6.3.x" + "2.x", + "5.x", + "6.x" ], "disabledOption": false },