Skip to content

Commit

Permalink
remove primary key options
Browse files Browse the repository at this point in the history
  • Loading branch information
mtseluiko committed Sep 17, 2020
1 parent afa787a commit 62e8ad5
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 255 deletions.
52 changes: 52 additions & 0 deletions adapter/0.1.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/**
* Copyright © 2016-2020 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": []
* },
* }
*/
{
"add": {
},
"modify": {
},
"delete": {
"field": [
"primaryKeyOptions"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Synapse",
"version": "0.1.3",
"version": "0.1.4",
"versionDate": "2020-08-10",
"author": "hackolade",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
* Copyright © 2016-2020 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
Expand Down
252 changes: 1 addition & 251 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
* Copyright © 2016-2020 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
Expand Down Expand Up @@ -458,56 +458,6 @@ making sure that you maintain a proper JSON format.
]
}
},
{
"propertyName": "Primary key options",
"propertyType": "block",
"propertyKeyword": "primaryKeyOptions",
"enableForReference": true,
"propertyTooltip": "Primary key options",
"dependency": {
"type": "and",
"values": [
{
"key": "primaryKey",
"value": true
},
{
"type": "or",
"values": [{
"key": "compositePrimaryKey",
"value": false
}, {
"key": "compositePrimaryKey",
"exist": false
}]
},
{
"type": "or",
"values": [{
"key": "compositeUniqueKey",
"value": false
}, {
"key": "compositeUniqueKey",
"exist": false
}]
}
]
},
"structure": [
{
"propertyName": "Clustered",
"propertyKeyword": "clusteredDisabled",
"propertyType": "checkbox",
"disabled": true
},
{
"propertyName": "Enforced",
"propertyKeyword": "enforced",
"propertyType": "checkbox",
"disabled": true
}
]
},
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
Expand Down Expand Up @@ -765,56 +715,6 @@ making sure that you maintain a proper JSON format.
]
}
},
{
"propertyName": "Primary key options",
"propertyType": "block",
"propertyKeyword": "primaryKeyOptions",
"enableForReference": true,
"propertyTooltip": "Primary key options",
"dependency": {
"type": "and",
"values": [
{
"key": "primaryKey",
"value": true
},
{
"type": "or",
"values": [{
"key": "compositePrimaryKey",
"value": false
}, {
"key": "compositePrimaryKey",
"exist": false
}]
},
{
"type": "or",
"values": [{
"key": "compositeUniqueKey",
"value": false
}, {
"key": "compositeUniqueKey",
"exist": false
}]
}
]
},
"structure": [
{
"propertyName": "Clustered",
"propertyKeyword": "clusteredDisabled",
"propertyType": "checkbox",
"disabled": true
},
{
"propertyName": "Enforced",
"propertyKeyword": "enforced",
"propertyType": "checkbox",
"disabled": true
}
]
},
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
Expand Down Expand Up @@ -1038,56 +938,6 @@ making sure that you maintain a proper JSON format.
]
}
},
{
"propertyName": "Primary key options",
"propertyType": "block",
"propertyKeyword": "primaryKeyOptions",
"enableForReference": true,
"propertyTooltip": "Primary key options",
"dependency": {
"type": "and",
"values": [
{
"key": "primaryKey",
"value": true
},
{
"type": "or",
"values": [{
"key": "compositePrimaryKey",
"value": false
}, {
"key": "compositePrimaryKey",
"exist": false
}]
},
{
"type": "or",
"values": [{
"key": "compositeUniqueKey",
"value": false
}, {
"key": "compositeUniqueKey",
"exist": false
}]
}
]
},
"structure": [
{
"propertyName": "Clustered",
"propertyKeyword": "clusteredDisabled",
"propertyType": "checkbox",
"disabled": true
},
{
"propertyName": "Enforced",
"propertyKeyword": "enforced",
"propertyType": "checkbox",
"disabled": true
}
]
},
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
Expand Down Expand Up @@ -1287,56 +1137,6 @@ making sure that you maintain a proper JSON format.
]
}
},
{
"propertyName": "Primary key options",
"propertyType": "block",
"propertyKeyword": "primaryKeyOptions",
"enableForReference": true,
"propertyTooltip": "Primary key options",
"dependency": {
"type": "and",
"values": [
{
"key": "primaryKey",
"value": true
},
{
"type": "or",
"values": [{
"key": "compositePrimaryKey",
"value": false
}, {
"key": "compositePrimaryKey",
"exist": false
}]
},
{
"type": "or",
"values": [{
"key": "compositeUniqueKey",
"value": false
}, {
"key": "compositeUniqueKey",
"exist": false
}]
}
]
},
"structure": [
{
"propertyName": "Clustered",
"propertyKeyword": "clusteredDisabled",
"propertyType": "checkbox",
"disabled": true
},
{
"propertyName": "Enforced",
"propertyKeyword": "enforced",
"propertyType": "checkbox",
"disabled": true
}
]
},
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
Expand Down Expand Up @@ -1503,56 +1303,6 @@ making sure that you maintain a proper JSON format.
]
}
},
{
"propertyName": "Primary key options",
"propertyType": "block",
"propertyKeyword": "primaryKeyOptions",
"enableForReference": true,
"propertyTooltip": "Primary key options",
"dependency": {
"type": "and",
"values": [
{
"key": "primaryKey",
"value": true
},
{
"type": "or",
"values": [{
"key": "compositePrimaryKey",
"value": false
}, {
"key": "compositePrimaryKey",
"exist": false
}]
},
{
"type": "or",
"values": [{
"key": "compositeUniqueKey",
"value": false
}, {
"key": "compositeUniqueKey",
"exist": false
}]
}
]
},
"structure": [
{
"propertyName": "Clustered",
"propertyKeyword": "clusteredDisabled",
"propertyType": "checkbox",
"disabled": true
},
{
"propertyName": "Enforced",
"propertyKeyword": "enforced",
"propertyType": "checkbox",
"disabled": true
}
]
},
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
* Copyright © 2016-2020 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
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/view_level/viewLevelConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
* Copyright © 2016-2020 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
Expand Down

0 comments on commit 62e8ad5

Please sign in to comment.