Skip to content

Commit

Permalink
skip-ci: Release: 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamcity committed Apr 12, 2024
1 parent 242aa36 commit 972bfee
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 59 deletions.
48 changes: 48 additions & 0 deletions adapter/0.1.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/**
* Copyright © 2016-2022 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
* "container": [<names of new property>],
* "model": [<names of new property>],
* "view": [<names of new property>],
* "field": {
* "<type>": [<names of new property>]
* }
* },
* "delete": {
* "entity": [<names of new property>],
* "container": [<names of new property>],
* "model": [<names of new property>],
* "view": [<names of new property>],
* "field": {
* "<type>": [<names of new property>]
* }
* },
* "modify": {
* "entity": [
* {
* "from": { <properties that identify record> },
* "to": { <properties that need to be changed> }
* }
* ],
* "container": [],
* "model": [],
* "view": [],
* "field": []
* },
* }
*/
{
"modify": {
"container": [["validateContainer", "name", "code"]],
"entity": [["validateEntity", "collectionName", "code"]],
"field": [["validateField", "name", "code"]]
}
}
2 changes: 1 addition & 1 deletion forward_engineering/api.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CouchbaseV7Plus",
"version": "0.1.2",
"version": "0.1.3",
"versionDate": "2024-03-08",
"author": "hackolade",
"engines": {
Expand Down
7 changes: 0 additions & 7 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ making sure that you maintain a proper JSON format.
{
"lowerTab": "Details",
"structure": [
{
"propertyKeyword": "name",
"validation": {
"regex": "^(^\\b_default\\b$|(?!(_|%))[a-zA-Z0-9%_\\-]{1,251})$",
"required": true
}
},
{
"propertyKeyword": "code",
"validation": {
Expand Down
7 changes: 0 additions & 7 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ making sure that you maintain a proper JSON format.
{
"lowerTab": "Details",
"structure": [
{
"propertyKeyword": "collectionName",
"validation": {
"regex": "^(^\\b_default\\b$|(?!(_|%))[a-zA-Z0-9%_\\-]{1,251})$",
"required": true
}
},
{
"propertyKeyword": "code",
"validation": {
Expand Down
42 changes: 0 additions & 42 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ making sure that you maintain a proper JSON format.
"lowerTab": "JsonDetails",
"structure": {
"string": [
{
"fieldKeyword": "name",
"validation": {
"regex": "^(\\$id|\\$ref|\\$db|(?![\\s\\S]*\\.)(?!\\$[\\s\\S]*)([\\s\\S]*))$",
"required": true
}
},
{
"fieldKeyword": "code",
"validation": {
Expand All @@ -149,13 +142,6 @@ making sure that you maintain a proper JSON format.
"comments"
],
"number": [
{
"fieldKeyword": "name",
"validation": {
"regex": "^(\\$id|\\$ref|\\$db|(?![\\s\\S]*\\.)(?!\\$[\\s\\S]*)([\\s\\S]*))$",
"required": true
}
},
{
"fieldKeyword": "code",
"validation": {
Expand Down Expand Up @@ -184,13 +170,6 @@ making sure that you maintain a proper JSON format.
"comments"
],
"boolean": [
{
"fieldKeyword": "name",
"validation": {
"regex": "^(\\$id|\\$ref|\\$db|(?![\\s\\S]*\\.)(?!\\$[\\s\\S]*)([\\s\\S]*))$",
"required": true
}
},
{
"fieldKeyword": "code",
"validation": {
Expand All @@ -207,13 +186,6 @@ making sure that you maintain a proper JSON format.
"comments"
],
"object": [
{
"fieldKeyword": "name",
"validation": {
"regex": "^(\\$id|\\$ref|\\$db|(?![\\s\\S]*\\.)(?!\\$[\\s\\S]*)([\\s\\S]*))$",
"required": true
}
},
{
"fieldKeyword": "code",
"validation": {
Expand All @@ -231,13 +203,6 @@ making sure that you maintain a proper JSON format.
"comments"
],
"array": [
{
"fieldKeyword": "name",
"validation": {
"regex": "^(\\$id|\\$ref|\\$db|(?![\\s\\S]*\\.)(?!\\$[\\s\\S]*)([\\s\\S]*))$",
"required": true
}
},
{
"fieldKeyword": "code",
"validation": {
Expand All @@ -256,13 +221,6 @@ making sure that you maintain a proper JSON format.
"comments"
],
"null": [
{
"fieldKeyword": "name",
"validation": {
"regex": "^(\\$id|\\$ref|\\$db|(?![\\s\\S]*\\.)(?!\\$[\\s\\S]*)([\\s\\S]*))$",
"required": true
}
},
{
"fieldKeyword": "code",
"validation": {
Expand Down
2 changes: 1 addition & 1 deletion reverse_engineering/api.js

Large diffs are not rendered by default.

0 comments on commit 972bfee

Please sign in to comment.