@truedat/dq 5.4.2 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/src/components/__tests__/__snapshots__/EditRule.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/ImplementationSearchResults.spec.js.snap +9 -9
- package/src/components/__tests__/__snapshots__/ImplementationSummary.spec.js.snap +42 -42
- package/src/components/__tests__/__snapshots__/Rule.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/RuleActions.spec.js.snap +5 -5
- package/src/components/__tests__/__snapshots__/RuleCrumbs.spec.js.snap +4 -4
- package/src/components/__tests__/__snapshots__/RuleFormImplementations.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/RuleImplementationProperties.spec.js.snap +11 -11
- package/src/components/__tests__/__snapshots__/RuleImplementationsActions.spec.js.snap +6 -6
- package/src/components/__tests__/__snapshots__/RuleImplementationsFromRuleLoader.spec.js.snap +9 -9
- package/src/components/__tests__/__snapshots__/RuleImplementationsLoader.spec.js.snap +8 -8
- package/src/components/__tests__/__snapshots__/RuleImplementationsSearch.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/RuleImplementationsTable.spec.js.snap +18 -18
- package/src/components/__tests__/__snapshots__/RuleRangePercentage.spec.js.snap +44 -44
- package/src/components/__tests__/__snapshots__/RuleSearch.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/Rules.spec.js.snap +20 -20
- package/src/components/__tests__/__snapshots__/RulesActions.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/Subscription.spec.js.snap +11 -11
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/FiltersField.spec.js.snap +11 -11
- package/CHANGELOG.md +0 -1619
|
@@ -14,12 +14,12 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 1`] = `
|
|
|
14
14
|
</ListHeader>
|
|
15
15
|
<ListDescription>
|
|
16
16
|
<ComponentEnhancer(Range)
|
|
17
|
-
activeDotStyle={
|
|
17
|
+
activeDotStyle={{}}
|
|
18
18
|
allowCross={true}
|
|
19
19
|
className=""
|
|
20
20
|
count={1}
|
|
21
21
|
defaultValue={
|
|
22
|
-
|
|
22
|
+
[
|
|
23
23
|
0,
|
|
24
24
|
80,
|
|
25
25
|
90,
|
|
@@ -27,27 +27,27 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 1`] = `
|
|
|
27
27
|
]
|
|
28
28
|
}
|
|
29
29
|
disabled={true}
|
|
30
|
-
dotStyle={
|
|
30
|
+
dotStyle={{}}
|
|
31
31
|
dots={false}
|
|
32
32
|
handle={[Function]}
|
|
33
33
|
handleStyle={
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
[
|
|
35
|
+
{
|
|
36
36
|
"backgroundColor": "#d95c5c",
|
|
37
37
|
"borderColor": "#d95c5c",
|
|
38
38
|
"cursor": "default",
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
{
|
|
41
41
|
"backgroundColor": "#feca03",
|
|
42
42
|
"borderColor": "#feca03",
|
|
43
43
|
"cursor": "default",
|
|
44
44
|
},
|
|
45
|
-
|
|
45
|
+
{
|
|
46
46
|
"backgroundColor": "#78be20",
|
|
47
47
|
"borderColor": "#78be20",
|
|
48
48
|
"cursor": "default",
|
|
49
49
|
},
|
|
50
|
-
|
|
50
|
+
{
|
|
51
51
|
"backgroundColor": "#78be20",
|
|
52
52
|
"borderColor": "#78be20",
|
|
53
53
|
"cursor": "default",
|
|
@@ -56,23 +56,23 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 1`] = `
|
|
|
56
56
|
}
|
|
57
57
|
included={true}
|
|
58
58
|
marks={
|
|
59
|
-
|
|
60
|
-
"0":
|
|
59
|
+
{
|
|
60
|
+
"0": {
|
|
61
61
|
"label": "0%",
|
|
62
|
-
"style":
|
|
62
|
+
"style": {
|
|
63
63
|
"bottom": "",
|
|
64
64
|
},
|
|
65
65
|
},
|
|
66
|
-
"100":
|
|
66
|
+
"100": {
|
|
67
67
|
"label": "100%",
|
|
68
|
-
"style":
|
|
68
|
+
"style": {
|
|
69
69
|
"bottom": "",
|
|
70
70
|
},
|
|
71
71
|
},
|
|
72
72
|
"80": "quality.threshold",
|
|
73
|
-
"90":
|
|
73
|
+
"90": {
|
|
74
74
|
"label": "quality.goal",
|
|
75
|
-
"style":
|
|
75
|
+
"style": {
|
|
76
76
|
"paddingTop": "0px",
|
|
77
77
|
},
|
|
78
78
|
},
|
|
@@ -86,29 +86,29 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 1`] = `
|
|
|
86
86
|
prefixCls="rc-slider"
|
|
87
87
|
pushable={false}
|
|
88
88
|
railStyle={
|
|
89
|
-
|
|
89
|
+
{
|
|
90
90
|
"boxShadow": "0px 1px 3px lightgrey",
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
reverse={false}
|
|
94
94
|
step={1}
|
|
95
95
|
style={
|
|
96
|
-
|
|
96
|
+
{
|
|
97
97
|
"backgroundColor": "white",
|
|
98
98
|
"margin": "25px",
|
|
99
99
|
"maxWidth": "600px",
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
tabIndex={
|
|
102
|
+
tabIndex={[]}
|
|
103
103
|
trackStyle={
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
[
|
|
105
|
+
{
|
|
106
106
|
"backgroundColor": "#d95c5c",
|
|
107
107
|
},
|
|
108
|
-
|
|
108
|
+
{
|
|
109
109
|
"backgroundColor": "#feca03",
|
|
110
110
|
},
|
|
111
|
-
|
|
111
|
+
{
|
|
112
112
|
"backgroundColor": "#78be20",
|
|
113
113
|
},
|
|
114
114
|
]
|
|
@@ -165,12 +165,12 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 2`] = `
|
|
|
165
165
|
</ListHeader>
|
|
166
166
|
<ListDescription>
|
|
167
167
|
<ComponentEnhancer(Range)
|
|
168
|
-
activeDotStyle={
|
|
168
|
+
activeDotStyle={{}}
|
|
169
169
|
allowCross={true}
|
|
170
170
|
className=""
|
|
171
171
|
count={1}
|
|
172
172
|
defaultValue={
|
|
173
|
-
|
|
173
|
+
[
|
|
174
174
|
0,
|
|
175
175
|
80,
|
|
176
176
|
90,
|
|
@@ -178,27 +178,27 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 2`] = `
|
|
|
178
178
|
]
|
|
179
179
|
}
|
|
180
180
|
disabled={true}
|
|
181
|
-
dotStyle={
|
|
181
|
+
dotStyle={{}}
|
|
182
182
|
dots={false}
|
|
183
183
|
handle={[Function]}
|
|
184
184
|
handleStyle={
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
[
|
|
186
|
+
{
|
|
187
187
|
"backgroundColor": "#78be20",
|
|
188
188
|
"borderColor": "#78be20",
|
|
189
189
|
"cursor": "default",
|
|
190
190
|
},
|
|
191
|
-
|
|
191
|
+
{
|
|
192
192
|
"backgroundColor": "#78be20",
|
|
193
193
|
"borderColor": "#78be20",
|
|
194
194
|
"cursor": "default",
|
|
195
195
|
},
|
|
196
|
-
|
|
196
|
+
{
|
|
197
197
|
"backgroundColor": "#feca03",
|
|
198
198
|
"borderColor": "#feca03",
|
|
199
199
|
"cursor": "default",
|
|
200
200
|
},
|
|
201
|
-
|
|
201
|
+
{
|
|
202
202
|
"backgroundColor": "#d95c5c",
|
|
203
203
|
"borderColor": "#d95c5c",
|
|
204
204
|
"cursor": "default",
|
|
@@ -207,22 +207,22 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 2`] = `
|
|
|
207
207
|
}
|
|
208
208
|
included={true}
|
|
209
209
|
marks={
|
|
210
|
-
|
|
211
|
-
"0":
|
|
210
|
+
{
|
|
211
|
+
"0": {
|
|
212
212
|
"label": "0%",
|
|
213
|
-
"style":
|
|
213
|
+
"style": {
|
|
214
214
|
"bottom": "",
|
|
215
215
|
},
|
|
216
216
|
},
|
|
217
|
-
"100":
|
|
217
|
+
"100": {
|
|
218
218
|
"label": "100%",
|
|
219
|
-
"style":
|
|
219
|
+
"style": {
|
|
220
220
|
"bottom": "",
|
|
221
221
|
},
|
|
222
222
|
},
|
|
223
|
-
"80":
|
|
223
|
+
"80": {
|
|
224
224
|
"label": "quality.goal",
|
|
225
|
-
"style":
|
|
225
|
+
"style": {
|
|
226
226
|
"paddingTop": "0px",
|
|
227
227
|
},
|
|
228
228
|
},
|
|
@@ -237,29 +237,29 @@ exports[`<RuleRangePercentage /> matches the latest snapshot 2`] = `
|
|
|
237
237
|
prefixCls="rc-slider"
|
|
238
238
|
pushable={false}
|
|
239
239
|
railStyle={
|
|
240
|
-
|
|
240
|
+
{
|
|
241
241
|
"boxShadow": "0px 1px 3px lightgrey",
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
reverse={false}
|
|
245
245
|
step={1}
|
|
246
246
|
style={
|
|
247
|
-
|
|
247
|
+
{
|
|
248
248
|
"backgroundColor": "white",
|
|
249
249
|
"margin": "25px",
|
|
250
250
|
"maxWidth": "600px",
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
tabIndex={
|
|
253
|
+
tabIndex={[]}
|
|
254
254
|
trackStyle={
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
[
|
|
256
|
+
{
|
|
257
257
|
"backgroundColor": "#78be20",
|
|
258
258
|
},
|
|
259
|
-
|
|
259
|
+
{
|
|
260
260
|
"backgroundColor": "#feca03",
|
|
261
261
|
},
|
|
262
|
-
|
|
262
|
+
{
|
|
263
263
|
"backgroundColor": "#d95c5c",
|
|
264
264
|
},
|
|
265
265
|
]
|
|
@@ -77,35 +77,35 @@ exports[`<Rules /> matches the latest snapshot 1`] = `
|
|
|
77
77
|
>
|
|
78
78
|
<RuleRow
|
|
79
79
|
columns={
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
[
|
|
81
|
+
{
|
|
82
82
|
"fieldDecorator": [Function],
|
|
83
83
|
"fieldSelector": [Function],
|
|
84
84
|
"name": "name",
|
|
85
|
-
"sort":
|
|
85
|
+
"sort": {
|
|
86
86
|
"name": "name.raw",
|
|
87
87
|
},
|
|
88
88
|
"width": 3,
|
|
89
89
|
},
|
|
90
|
-
|
|
90
|
+
{
|
|
91
91
|
"fieldSelector": [Function],
|
|
92
92
|
"name": "domain",
|
|
93
|
-
"sort":
|
|
93
|
+
"sort": {
|
|
94
94
|
"name": "domain.name.raw",
|
|
95
95
|
},
|
|
96
96
|
"width": 3,
|
|
97
97
|
},
|
|
98
|
-
|
|
98
|
+
{
|
|
99
99
|
"fieldSelector": [Function],
|
|
100
100
|
"name": "business_concept",
|
|
101
|
-
"sort":
|
|
101
|
+
"sort": {
|
|
102
102
|
"name": "current_business_concept_version.name.raw",
|
|
103
103
|
},
|
|
104
104
|
"width": 3,
|
|
105
105
|
},
|
|
106
|
-
|
|
106
|
+
{
|
|
107
107
|
"name": "updated_at",
|
|
108
|
-
"sort":
|
|
108
|
+
"sort": {
|
|
109
109
|
"name": "updated_at",
|
|
110
110
|
},
|
|
111
111
|
"width": 3,
|
|
@@ -114,7 +114,7 @@ exports[`<Rules /> matches the latest snapshot 1`] = `
|
|
|
114
114
|
}
|
|
115
115
|
key="0"
|
|
116
116
|
rule={
|
|
117
|
-
|
|
117
|
+
{
|
|
118
118
|
"business_concept_id": "2D2B3",
|
|
119
119
|
"description": "desc1",
|
|
120
120
|
"id": 123,
|
|
@@ -126,35 +126,35 @@ exports[`<Rules /> matches the latest snapshot 1`] = `
|
|
|
126
126
|
/>
|
|
127
127
|
<RuleRow
|
|
128
128
|
columns={
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
[
|
|
130
|
+
{
|
|
131
131
|
"fieldDecorator": [Function],
|
|
132
132
|
"fieldSelector": [Function],
|
|
133
133
|
"name": "name",
|
|
134
|
-
"sort":
|
|
134
|
+
"sort": {
|
|
135
135
|
"name": "name.raw",
|
|
136
136
|
},
|
|
137
137
|
"width": 3,
|
|
138
138
|
},
|
|
139
|
-
|
|
139
|
+
{
|
|
140
140
|
"fieldSelector": [Function],
|
|
141
141
|
"name": "domain",
|
|
142
|
-
"sort":
|
|
142
|
+
"sort": {
|
|
143
143
|
"name": "domain.name.raw",
|
|
144
144
|
},
|
|
145
145
|
"width": 3,
|
|
146
146
|
},
|
|
147
|
-
|
|
147
|
+
{
|
|
148
148
|
"fieldSelector": [Function],
|
|
149
149
|
"name": "business_concept",
|
|
150
|
-
"sort":
|
|
150
|
+
"sort": {
|
|
151
151
|
"name": "current_business_concept_version.name.raw",
|
|
152
152
|
},
|
|
153
153
|
"width": 3,
|
|
154
154
|
},
|
|
155
|
-
|
|
155
|
+
{
|
|
156
156
|
"name": "updated_at",
|
|
157
|
-
"sort":
|
|
157
|
+
"sort": {
|
|
158
158
|
"name": "updated_at",
|
|
159
159
|
},
|
|
160
160
|
"width": 3,
|
|
@@ -163,7 +163,7 @@ exports[`<Rules /> matches the latest snapshot 1`] = `
|
|
|
163
163
|
}
|
|
164
164
|
key="1"
|
|
165
165
|
rule={
|
|
166
|
-
|
|
166
|
+
{
|
|
167
167
|
"business_concept_id": "2D2B4",
|
|
168
168
|
"description": "desc2",
|
|
169
169
|
"id": 122,
|
|
@@ -8,7 +8,7 @@ exports[`<Subscription /> matches the latest snapshot 1`] = `
|
|
|
8
8
|
flowing={true}
|
|
9
9
|
on="click"
|
|
10
10
|
pinned={false}
|
|
11
|
-
popperModifiers={
|
|
11
|
+
popperModifiers={[]}
|
|
12
12
|
position="bottom right"
|
|
13
13
|
trigger={
|
|
14
14
|
<Button
|
|
@@ -39,20 +39,20 @@ exports[`<Subscription /> matches the latest snapshot 1`] = `
|
|
|
39
39
|
handleDelete={[Function]}
|
|
40
40
|
handleSubmit={[Function]}
|
|
41
41
|
subscription={
|
|
42
|
-
|
|
42
|
+
{
|
|
43
43
|
"id": 2,
|
|
44
44
|
"periodicity": "daily",
|
|
45
|
-
"scope":
|
|
46
|
-
"events":
|
|
45
|
+
"scope": {
|
|
46
|
+
"events": [
|
|
47
47
|
"rule_result_created",
|
|
48
48
|
],
|
|
49
49
|
"resource_id": 2,
|
|
50
50
|
"resource_type": "rule",
|
|
51
|
-
"status":
|
|
51
|
+
"status": [
|
|
52
52
|
"warn",
|
|
53
53
|
],
|
|
54
54
|
},
|
|
55
|
-
"subscriber":
|
|
55
|
+
"subscriber": {
|
|
56
56
|
"id": 3,
|
|
57
57
|
"identifier": "2",
|
|
58
58
|
"type": "user",
|
|
@@ -64,20 +64,20 @@ exports[`<Subscription /> matches the latest snapshot 1`] = `
|
|
|
64
64
|
<SubscriptionContent
|
|
65
65
|
setSubscription={[Function]}
|
|
66
66
|
subscription={
|
|
67
|
-
|
|
67
|
+
{
|
|
68
68
|
"id": 2,
|
|
69
69
|
"periodicity": "daily",
|
|
70
|
-
"scope":
|
|
71
|
-
"events":
|
|
70
|
+
"scope": {
|
|
71
|
+
"events": [
|
|
72
72
|
"rule_result_created",
|
|
73
73
|
],
|
|
74
74
|
"resource_id": 2,
|
|
75
75
|
"resource_type": "rule",
|
|
76
|
-
"status":
|
|
76
|
+
"status": [
|
|
77
77
|
"warn",
|
|
78
78
|
],
|
|
79
79
|
},
|
|
80
|
-
"subscriber":
|
|
80
|
+
"subscriber": {
|
|
81
81
|
"id": 3,
|
|
82
82
|
"identifier": "2",
|
|
83
83
|
"type": "user",
|
package/src/components/ruleImplementationForm/__tests__/__snapshots__/FiltersField.spec.js.snap
CHANGED
|
@@ -4,8 +4,8 @@ exports[`<FiltersField /> matches the latest snapshot 1`] = `
|
|
|
4
4
|
<lazy
|
|
5
5
|
active={false}
|
|
6
6
|
defaultFilters={
|
|
7
|
-
|
|
8
|
-
"class.raw":
|
|
7
|
+
{
|
|
8
|
+
"class.raw": [
|
|
9
9
|
"field",
|
|
10
10
|
],
|
|
11
11
|
}
|
|
@@ -16,33 +16,33 @@ exports[`<FiltersField /> matches the latest snapshot 1`] = `
|
|
|
16
16
|
onClick={[Function]}
|
|
17
17
|
onDelete={[Function]}
|
|
18
18
|
selectedStructure={
|
|
19
|
-
|
|
20
|
-
"structure":
|
|
19
|
+
{
|
|
20
|
+
"structure": {
|
|
21
21
|
"structure": "1",
|
|
22
22
|
},
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
structureSelectorOverwriteColumns={
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
[
|
|
27
|
+
{
|
|
28
28
|
"name": "name",
|
|
29
|
-
"sort":
|
|
29
|
+
"sort": {
|
|
30
30
|
"name": "name.sort",
|
|
31
31
|
},
|
|
32
32
|
"width": 2,
|
|
33
33
|
},
|
|
34
|
-
|
|
34
|
+
{
|
|
35
35
|
"fieldSelector": [Function],
|
|
36
36
|
"name": "system",
|
|
37
|
-
"sort":
|
|
37
|
+
"sort": {
|
|
38
38
|
"name": "system.name.sort",
|
|
39
39
|
},
|
|
40
40
|
"width": 1,
|
|
41
41
|
},
|
|
42
|
-
|
|
42
|
+
{
|
|
43
43
|
"fieldDecorator": [Function],
|
|
44
44
|
"name": "path",
|
|
45
|
-
"sort":
|
|
45
|
+
"sort": {
|
|
46
46
|
"name": "path_sort",
|
|
47
47
|
},
|
|
48
48
|
},
|