Skip to content

Commit 36ccaa7

Browse files
author
Teamcity
committed
Release: 0.2.1
1 parent a3f3c27 commit 36ccaa7

File tree

1,367 files changed

+1220
-184384
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,367 files changed

+1220
-184384
lines changed

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

adapter/0.1.17.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
21
/**
32
* Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved.
43
*
54
* The copyright to the computer software herein is the property of IntegrIT S.A.
6-
* The software may be used and/or copied only with the written permission of
7-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
8-
* the agreement/contract under which the software has been supplied.
9-
*
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+
*
109
* {
1110
* "add": {
1211
* "entity": [<names of new property>],
@@ -40,20 +39,20 @@
4039
* },
4140
* }
4241
*/
43-
{
42+
{
4443
"delete": {
4544
"field": {
46-
"number": [ "index_options" ],
47-
"date": [ "index_options" ],
48-
"boolean": [ "index_options" ],
49-
"binary": [ "index_options" ],
50-
"range": [ "index_options" ],
51-
"geo-point": [ "index_options" ],
52-
"geo-shape": [ "index_options" ],
53-
"array": [ "index_options" ],
54-
"nested": [ "index_options" ],
55-
"null": [ "index_options" ],
56-
"object": [ "index_options" ]
45+
"number": ["index_options"],
46+
"date": ["index_options"],
47+
"boolean": ["index_options"],
48+
"binary": ["index_options"],
49+
"range": ["index_options"],
50+
"geo-point": ["index_options"],
51+
"geo-shape": ["index_options"],
52+
"array": ["index_options"],
53+
"nested": ["index_options"],
54+
"null": ["index_options"],
55+
"object": ["index_options"]
5756
}
5857
},
5958
"modify": {
@@ -69,4 +68,4 @@
6968
}
7069
]
7170
}
72-
}
71+
}

adapter/0.1.9.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
21
/**
32
* Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved.
43
*
54
* The copyright to the computer software herein is the property of IntegrIT S.A.
6-
* The software may be used and/or copied only with the written permission of
7-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
8-
* the agreement/contract under which the software has been supplied.
9-
*
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+
*
109
* {
1110
* "add": {
1211
* "entity": [<names of new property>],
@@ -40,11 +39,9 @@
4039
* },
4140
* }
4241
*/
43-
{
44-
"add": {
45-
},
46-
"delete": {
47-
},
42+
{
43+
"add": {},
44+
"delete": {},
4845
"modify": {
4946
"container": [
5047
{
@@ -78,4 +75,4 @@
7875
}
7976
]
8077
}
81-
}
78+
}

central_pane/dtdAbbreviation.json

Lines changed: 1 addition & 1 deletion
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)