Skip to content

Commit 9cb23ce

Browse files
committed
Bug fixing, turn ON elsint
1 parent 1b2f29c commit 9cb23ce

File tree

5 files changed

+176
-224
lines changed

5 files changed

+176
-224
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.3.1 (July 23, 2021)
1+
## 1.3.0 (July 23, 2021)
22
* Implemented support of maester storage in `Re-assembled message` action (maester-client library 3.3.0)
33

44
## 1.2.0 (July 9, 2021)

component.json

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Splitter",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Splits a message into multiple messages.",
55
"buildType":"docker",
66
"actions": {
@@ -42,47 +42,14 @@
4242
"link": "/components/splitter/index.html#re-assemble-messages"
4343
},
4444
"main": "./lib/actions/reassemble.js",
45-
"fields": {},
46-
"metadata": {
47-
"in": {
48-
"type": "object",
45+
"dynamicMetadata": true,
46+
"fields": {
47+
"mode": {
48+
"viewClass": "SelectView",
49+
"label": "Select option",
4950
"required": true,
50-
"properties": {
51-
"groupSize": {
52-
"type": "number",
53-
"required": false,
54-
"title": "Number of messages produced by splitter",
55-
"order": 3
56-
},
57-
"groupId": {
58-
"type": "string",
59-
"required": true,
60-
"title": "Unique ID to describe the group",
61-
"order": 5
62-
},
63-
"messageId": {
64-
"type": "string",
65-
"required": true,
66-
"title": "Unique ID to describe this message",
67-
"order": 4
68-
},
69-
"messageData": {
70-
"title": "Message Data",
71-
"required": false,
72-
"type": "object",
73-
"properties": {},
74-
"order": 1
75-
},
76-
"timersec": {
77-
"type": "number",
78-
"required": false,
79-
"help":{
80-
"description": "Time the process waits when no incoming messages before emiting(Maximum 20,000 milliseconds)"
81-
},
82-
"title": "Delay timer(in ms)",
83-
"order": 2
84-
}
85-
}
51+
"model": {"groupSize": "Use Group Size", "timeout": "Use Timeout", "groupSize&timeout": "Use Group Size and Timeout"},
52+
"prompt": "Select type"
8653
}
8754
}
8855
}

0 commit comments

Comments
 (0)