Skip to content

Commit 249c3ee

Browse files
author
Teamcity
committed
Release: 0.2.1
1 parent 8979a07 commit 249c3ee

File tree

3,750 files changed

+483
-326268
lines changed

Some content is hidden

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

3,750 files changed

+483
-326268
lines changed

.github/workflows/fake-pr-tests.yml

-18
This file was deleted.

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

adapter/0.1.1.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
5-
* The software may be used and/or copied only with the written permission of
6-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7-
* the agreement/contract under which the software has been supplied.
8-
*
5+
* The software may be used and/or copied only with the written permission of
6+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7+
* the agreement/contract under which the software has been supplied.
8+
*
99
* {
1010
* "add": {
1111
* "entity": [<names of new property>],
@@ -39,11 +39,9 @@
3939
* },
4040
* }
4141
*/
42-
{
43-
"add": {
44-
},
45-
"modify": {
46-
},
42+
{
43+
"add": {},
44+
"modify": {},
4745
"delete": {
4846
"model": ["analyticalDataStored"]
4947
}

adapter/0.1.17.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
5-
* The software may be used and/or copied only with the written permission of
6-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7-
* the agreement/contract under which the software has been supplied.
8-
*
5+
* The software may be used and/or copied only with the written permission of
6+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7+
* the agreement/contract under which the software has been supplied.
8+
*
99
* {
1010
* "add": {
1111
* "entity": [<names of new property>],
@@ -39,7 +39,7 @@
3939
* },
4040
* }
4141
*/
42-
{
42+
{
4343
"add": {
4444
"container": [
4545
{
@@ -60,4 +60,4 @@
6060
}
6161
]
6262
}
63-
}
63+
}

adapter/0.1.21.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
5-
* The software may be used and/or copied only with the written permission of
6-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7-
* the agreement/contract under which the software has been supplied.
8-
*
5+
* The software may be used and/or copied only with the written permission of
6+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7+
* the agreement/contract under which the software has been supplied.
8+
*
99
* {
1010
* "add": {
1111
* "entity": [<names of new property>],
@@ -39,7 +39,7 @@
3939
* },
4040
* }
4141
*/
42-
{
42+
{
4343
"add": {
4444
"container": ["capacityMode"]
4545
}

adapter/0.1.5.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
5-
* The software may be used and/or copied only with the written permission of
6-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7-
* the agreement/contract under which the software has been supplied.
8-
*
5+
* The software may be used and/or copied only with the written permission of
6+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7+
* the agreement/contract under which the software has been supplied.
8+
*
99
* {
1010
* "add": {
1111
* "entity": [<names of new property>],
@@ -39,11 +39,8 @@
3939
* },
4040
* }
4141
*/
42-
{
42+
{
4343
"modify": {
44-
"container": [
45-
["convertPathToFieldLink", ["partitionKey"]],
46-
["convertCosmosDbIndexes"]
47-
]
44+
"container": [["convertPathToFieldLink", ["partitionKey"]], ["convertCosmosDbIndexes"]]
4845
}
4946
}

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+
}

0 commit comments

Comments
 (0)