Skip to content

Commit

Permalink
Revert "Feature/hck 3426 re couchbase 7 instance re (#5)"
Browse files Browse the repository at this point in the history
This reverts commit a4b6668.
  • Loading branch information
chulanovskyi-bs authored Feb 7, 2024
1 parent a4b6668 commit e1ea261
Show file tree
Hide file tree
Showing 31 changed files with 195 additions and 34,596 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.idea
node_modules
reverse_engineering/node_modules
reverse_engineering/antlr/parser
forward_engineering/node_modules
build
release
2 changes: 1 addition & 1 deletion buildConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

const DEFAULT_RELEASE_FOLDER_PATH = path.resolve(__dirname, 'release');

const EXCLUDED_EXTENSIONS = ['.js', '.g4', '.interp', '.tokens', '.ts'];
const EXCLUDED_EXTENSIONS = ['.js', '.g4', '.interp', '.tokens'];
const EXCLUDED_FILES = [
'.github',
'.DS_Store',
Expand Down
2 changes: 1 addition & 1 deletion localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"MODAL_WINDOW___SUBDOCUMENT_IN_CHILD": "Sub-document in child",
"MODAL_WINDOW___ARRAY_IN_PARENT": "Array in parent",
"MODAL_WINDOW___CREATE_COLLECTION": "Create Couchbase Collection",
"MODAL_WINDOW___INCLUDE_EMPTY_COLLECTION": "Include empty collections",
"MODAL_WINDOW___INCLUDE_EMPTY_COLLECTION": "Include empty documents",
"MODAL_WINDOW___CREATE_BUCKET": "Create Couchbase Scope",
"MODAL_WINDOW___ALL_COLLECTIONS": "and all nested collections",
"MODAL_WINDOW___COLLECTION_NAME_ERROR": "Collection name is empty or is a reserved word",
Expand Down
48 changes: 0 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,20 @@
]
},
"features": {
"nestedCollections": false,
"forwardEngineering": {
"jsonSchema": {
"keepParentType": {
"binary": {}
}
}
},
"enableReverseEngineering": true,
"enableForwardEngineering": true,
"enableArrayCollections": false
"enableReverseEngineeringDetectionSchemaByContent": false,
"enableReversingDateTypeAsISODate": true,
"supportInferRelationships": true,
"enableREQueryAndSortCriteria": true
}
},
"description": "Hackolade plugin for Couchbase v7+ with scopes and collections",
Expand All @@ -34,7 +46,6 @@
},
"devDependencies": {
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
"@types/couchbase": "2.4.9",
"esbuild": "0.19.12",
"esbuild-plugin-clean": "1.0.1",
"eslint": "8.56.0",
Expand All @@ -43,10 +54,5 @@
"lint-staged": "14.0.1",
"prettier": "3.2.4",
"simple-git-hooks": "2.9.0"
},
"dependencies": {
"antlr4": "4.9.2",
"async": "3.2.5",
"lodash": "4.17.21"
}
}
18 changes: 1 addition & 17 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ making sure that you maintain a proper JSON format.
[
{
"lowerTab": "Details",
"containerLevelKeys": [],
"structure": [
{
"propertyKeyword": "name",
Expand Down Expand Up @@ -341,23 +342,6 @@ making sure that you maintain a proper JSON format.
"shouldValidate": false,
"propertyType": "checkbox"
}
],
"containerLevelKeys": [
{
"labelName": "Key",
"propertyName": "Key",
"propertyKeyword": "key",
"defaultName": "KEY",
"propertyPrimaryKey": true,
"propertyType": "text",
"typeName": "type",
"typeOptions": ["string"],
"defaultType": "string",
"disabledFieldOption": true,
"validation": {
"disableNameValidationForReservedWords": true
}
}
]
}
]
9 changes: 0 additions & 9 deletions reverse_engineering/antlr/antlrErrorListener.js

This file was deleted.

23 changes: 0 additions & 23 deletions reverse_engineering/antlr/buildParser.sh

This file was deleted.

Loading

0 comments on commit e1ea261

Please sign in to comment.