Skip to content

Commit cf4418b

Browse files
author
Teamcity
committed
skip-ci: Release: 0.1.17
1 parent 983ec97 commit cf4418b

File tree

1,216 files changed

+148
-64724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,216 files changed

+148
-64724
lines changed

central_pane/dtdAbbreviation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"bool": "{0/1}",
77
"bytes": "{BYTES}",
88
"null": "{null}"
9-
}
9+
}

forward_engineering/api.js

+1-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forward_engineering/package.js

-8
This file was deleted.

jsonSchemaProperties.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2-
"unneededFieldProps": ["collectionName", "name", "users", "indexes", "collectionUsers", "additionalPropertieserties"],
2+
"unneededFieldProps": [
3+
"collectionName",
4+
"name",
5+
"users",
6+
"indexes",
7+
"collectionUsers",
8+
"additionalPropertieserties"
9+
],
310
"removeIfPropsNegative": ["partitionKey", "sortKey"]
4-
}
11+
}

localization/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@
141141
"CONTEXT_MENU___CONVERT_TO_PATTERN_FIELD": "Convert to Pattern Column",
142142
"CONTEXT_MENU___CONVERT_PATTERN_TO_REGULAR_FIELD": "Convert to Regular Column",
143143
"CENTRAL_PANE___FE_SCRIPT": "HBase Script"
144-
}
144+
}

package.json

+54-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,56 @@
11
{
2-
"name": "HBase",
3-
"version": "0.1.16",
4-
"versionDate": "2022-02-06",
5-
"author": "hackolade",
6-
"engines": {
7-
"hackolade": "2.3.2",
8-
"hackoladePlugin": "1.0.0"
9-
},
10-
"contributes": {
11-
"target": {
12-
"applicationTarget": "HBase",
13-
"title": "HBase",
14-
"versions": [
15-
"1.1.x",
16-
"1.2.x",
17-
"1.3.x",
18-
"2.0.x"
19-
]
20-
},
21-
"features": {
22-
"nestedCollections": false,
23-
"jaySchemaHasRequiredPatternField": true,
24-
"enableReverseEngineering": true,
25-
"enableForwardEngineering": true
26-
}
27-
},
28-
"description": "Hackolade plugin for Apache HBase"
2+
"name": "HBase",
3+
"version": "0.1.17",
4+
"author": "hackolade",
5+
"engines": {
6+
"hackolade": "2.3.2",
7+
"hackoladePlugin": "1.0.0"
8+
},
9+
"contributes": {
10+
"target": {
11+
"applicationTarget": "HBase",
12+
"title": "HBase",
13+
"versions": [
14+
"1.1.x",
15+
"1.2.x",
16+
"1.3.x",
17+
"2.0.x"
18+
]
19+
},
20+
"features": {
21+
"nestedCollections": false,
22+
"jaySchemaHasRequiredPatternField": true,
23+
"enableReverseEngineering": true,
24+
"enableForwardEngineering": true
25+
}
26+
},
27+
"description": "Hackolade plugin for Apache HBase",
28+
"scripts": {
29+
"lint": "eslint . --max-warnings=0",
30+
"package": "node esbuild.package.js"
31+
},
32+
"dependencies": {
33+
"async": "^3.2.4",
34+
"node-fetch": "2.7.0"
35+
},
36+
"devDependencies": {
37+
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
38+
"esbuild": "0.19.2",
39+
"esbuild-plugin-clean": "1.0.1",
40+
"eslint": "8.48.0",
41+
"eslint-config-prettier": "9.0.0",
42+
"eslint-plugin-prettier": "5.0.0",
43+
"fs-extra": "11.1.1",
44+
"lint-staged": "14.0.1",
45+
"prettier": "3.0.2",
46+
"simple-git-hooks": "2.9.0"
47+
},
48+
"lint-staged": {
49+
"*.{js,json}": "prettier --write"
50+
},
51+
"simple-git-hooks": {
52+
"pre-commit": "npx lint-staged",
53+
"pre-push": "npx eslint ."
54+
},
55+
"release": true
2956
}

properties_pane/container_level/containerLevelConfig.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@ making sure that you maintain a proper JSON format.
8383
[
8484
{
8585
"lowerTab": "Details",
86-
"containerLevelKeys": [{
87-
"labelName": "Row Key",
88-
"propertyName": "Row Key",
89-
"propertyKeyword": "Row Key",
90-
"defaultName": "Row Key",
91-
"propertyPrimaryKey": true,
92-
"propertyType": "text",
93-
"typeName": "Data type",
94-
"typeOptions": [
95-
"string"
96-
],
97-
"defaultType": "string",
98-
"valueType": "string",
99-
"disabledFieldOption": true
100-
}],
86+
"containerLevelKeys": [
87+
{
88+
"labelName": "Row Key",
89+
"propertyName": "Row Key",
90+
"propertyKeyword": "Row Key",
91+
"defaultName": "Row Key",
92+
"propertyPrimaryKey": true,
93+
"propertyType": "text",
94+
"typeName": "Data type",
95+
"typeOptions": ["string"],
96+
"defaultType": "string",
97+
"valueType": "string",
98+
"disabledFieldOption": true
99+
}
100+
],
101101
"structure": [
102102
{
103103
"propertyName": "Description",

properties_pane/defaultData.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
"viewOn": "",
3333
"pipeline": ""
3434
}
35-
}
35+
}

properties_pane/entity_level/entityLevelConfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ making sure that you maintain a proper JSON format.
9595
}
9696
]
9797
}
98-
]
98+
]

properties_pane/field_level/fieldLevelConfig.json

+10-27
Original file line numberDiff line numberDiff line change
@@ -92,32 +92,19 @@ making sure that you maintain a proper JSON format.
9292
"propertyName": "Data block encoding",
9393
"propertyKeyword": "dataBlockEncoding",
9494
"propertyType": "select",
95-
"options": [
96-
"NONE",
97-
"PREFIX",
98-
"DIFF",
99-
"FAST_DIFF",
100-
"PREFIX_TREE"
101-
]
95+
"options": ["NONE", "PREFIX", "DIFF", "FAST_DIFF", "PREFIX_TREE"]
10296
},
10397
{
10498
"propertyName": "Bloomfilter",
10599
"propertyKeyword": "bloomfilter",
106100
"propertyType": "select",
107-
"options": [
108-
"NONE",
109-
"ROW",
110-
"ROWCOL"
111-
]
101+
"options": ["NONE", "ROW", "ROWCOL"]
112102
},
113103
{
114104
"propertyName": "Replication scope",
115105
"propertyKeyword": "replicationScope",
116106
"propertyType": "select",
117-
"options": [
118-
"0",
119-
"1"
120-
]
107+
"options": ["0", "1"]
121108
},
122109
{
123110
"propertyName": "Versions",
@@ -131,13 +118,7 @@ making sure that you maintain a proper JSON format.
131118
"propertyName": "Compression",
132119
"propertyKeyword": "compression",
133120
"propertyType": "select",
134-
"options": [
135-
"NONE",
136-
"SNAPPY",
137-
"LZO",
138-
"LZ4",
139-
"GZ"
140-
]
121+
"options": ["NONE", "SNAPPY", "LZO", "LZ4", "GZ"]
141122
},
142123
{
143124
"propertyName": "Time-to-Live",
@@ -156,7 +137,7 @@ making sure that you maintain a proper JSON format.
156137
"allowNegative": false
157138
},
158139
{
159-
"propertyName": "Kepp deleted cells",
140+
"propertyName": "Keep deleted cells",
160141
"propertyKeyword": "keepDeletedCells",
161142
"propertyType": "checkbox"
162143
},
@@ -208,10 +189,12 @@ making sure that you maintain a proper JSON format.
208189
"propertyType": "text",
209190
"arrayItemDisabled": true,
210191
"enableForReference": true,
211-
"disabledOnCondition": [{
192+
"disabledOnCondition": [
193+
{
212194
"key": "key",
213195
"value": true
214-
}, {
196+
},
197+
{
215198
"key": "documentKind",
216199
"value": true
217200
}
@@ -247,4 +230,4 @@ making sure that you maintain a proper JSON format.
247230
"array": "array",
248231
"null": "null"
249232
}
250-
}
233+
}

properties_pane/model_level/modelLevelConfig.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ making sure that you maintain a proper JSON format.
9090
"shouldValidate": false,
9191
"propertyTooltip": "DB vendor",
9292
"propertyType": "select",
93-
"options": [
94-
"HBase"
95-
],
93+
"options": ["HBase"],
9694
"disabledOption": true
9795
},
9896
{
@@ -101,12 +99,7 @@ making sure that you maintain a proper JSON format.
10199
"shouldValidate": false,
102100
"propertyTooltip": "DB version",
103101
"propertyType": "select",
104-
"options": [
105-
"1.1.x",
106-
"1.2.x",
107-
"1.3.x",
108-
"2.0.x"
109-
],
102+
"options": ["1.1.x", "1.2.x", "1.3.x", "2.0.x"],
110103
"disabledOption": false
111104
},
112105
{
@@ -134,4 +127,4 @@ making sure that you maintain a proper JSON format.
134127
}
135128
]
136129
}
137-
]
130+
]

properties_pane/view_level/viewLevelConfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ making sure that you maintain a proper JSON format.
9494
}
9595
]
9696
}
97-
]
97+
]

0 commit comments

Comments
 (0)