Skip to content

Commit

Permalink
Elasticsearch versions at major level rather than minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Aug 28, 2018
1 parent 53ceac3 commit f007ef2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
16 changes: 3 additions & 13 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit f007ef2

Please sign in to comment.