dashevchenko
|
ba2e877a08
|
refactoring: moved proto files and converter classes to separate module - proto
|
3 years ago |
dashevchenko
|
fbec7aab25
|
moved pubsub executors to pubsubSettings
|
3 years ago |
dashevchenko
|
08727b4c36
|
added executor provider for pubsub queue, added env variable to manage pubsub queue executor provider thread pool
|
3 years ago |
ShvaykaD
|
5f10163dce
|
fixed copy string values from msg to md in TbCopyKeysNode
|
3 years ago |
dashevchenko
|
4f22ef9733
|
created PubSubExecutor to use each time publisher is created and do not produce too much threads created
|
3 years ago |
Andrii Shvaika
|
df24c363ce
|
Version set to 3.6.2-SNAPSHOT
|
3 years ago |
dashevchenko
|
ccb0fc8cad
|
updated TbPubSubNode publisher to use one thread for publishing
|
3 years ago |
ShvaykaD
|
92178384ea
|
added TbNodeUpgradeUtils && fixed upgrade when config is null or NullNode
|
3 years ago |
Igor Kulikov
|
8c25e00c2f
|
Update rule nodes UI
|
3 years ago |
Vladyslav_Prykhodko
|
e007865ccf
|
Updated rulenode-core-config.js
|
3 years ago |
Andrii Landiak
|
cb2d95cdf6
|
After review: update logic for method invoc, update parametrized test
|
3 years ago |
Andrii Landiak
|
950f4a184f
|
Fix TbHttpClientTest
|
3 years ago |
Andrii Landiak
|
98661b5388
|
Add test on upgrade script for TbRestApiCallNode
|
3 years ago |
Andrii Landiak
|
fb8b211878
|
Add upgrade script for TbRestApiCallNode
|
3 years ago |
Andrii Landiak
|
4ca4973b58
|
Add paramether of config to handle if need to process parse to json or not
|
3 years ago |
Andrii Landiak
|
bdd8f2e8fc
|
Rewrite logic to correct handle specific symbols after json.stringify
|
3 years ago |
Igor Kulikov
|
039e563622
|
Update rule nodes config UI
|
3 years ago |
Andrii Landiak
|
f01cbe0e36
|
Refactoring ToCoreNotificationMsg: implement replacement for raw bytes messages
|
3 years ago |
YevhenBondarenko
|
cf32544e71
|
added SslUtil and tests
|
3 years ago |
YevhenBondarenko
|
9d19a15413
|
used bouncycastle for parsing cert pem credentials
|
3 years ago |
Volodymyr Babak
|
919e0c5081
|
Code review. Minor refactoring: Sync -> EdgeId. Logging updates. Avoid usage of OBJECT_MAPPER.
|
3 years ago |
YevhenBondarenko
|
79d655eedc
|
removed deprecadted methods
|
3 years ago |
Igor Kulikov
|
8cefca23ac
|
Version set to 3.6.1-SNAPSHOT
|
3 years ago |
Igor Kulikov
|
f5b21f1a85
|
Update rule nodes UI
|
3 years ago |
Vladyslav_Prykhodko
|
d5b5c48ded
|
Updated rule node ui
|
3 years ago |
YevhenBondarenko
|
902a7a07b4
|
fixed alarm severity change
|
3 years ago |
Sergey Matvienko
|
6e3f1995bf
|
TbVersionedNode removed in favour of RuleNode.version() annotation
|
3 years ago |
Vladyslav_Prykhodko
|
975054b573
|
Rule nodes UI: Updated Save attributes
|
3 years ago |
ShvaykaD
|
b4aa911319
|
fix typo in rule nodes upgrade log & added empty line to the end of test class
|
3 years ago |
ShvaykaD
|
23ed25b293
|
fixed upgrade script for get attributes based nodes for case when fetchToData is null
|
3 years ago |
Sergey Matvienko
|
21ce51c50d
|
TbMsgAttributesNode tests added for filterChangedAttr method
|
3 years ago |
Sergey Matvienko
|
9e5d2635bc
|
TbMsgAttributesNode refactored as suggested Shvaika Dmytro
|
3 years ago |
Igor Kulikov
|
98c245e293
|
Switch to version 3.6.0
|
3 years ago |
Sergey Matvienko
|
c2d17b631b
|
TbMsgAttributesNode implements TbVersionedNode
|
3 years ago |
Sergey Matvienko
|
cc9a47a763
|
TbMsgAttributesNode updateAttributesOnValueChange renamed with updateAttributesOnlyOnValueChange
|
3 years ago |
Sergey Matvienko
|
125385b582
|
TbMsgAttributesNode default config setUpdateAttributesOnValueChange(true), rule-chains template version 1
|
3 years ago |
Sergey Matvienko
|
5bb70d84af
|
TbMsgAttributesNode implements TbVersionedNode with upgrade method and tests from version 0
|
3 years ago |
Sergey Matvienko
|
1569ac6daf
|
updateAttributesOnValueChange is true for rule chain templates
|
3 years ago |
Sergey Matvienko
|
8da76e4b21
|
save attribute node will skip attributes overwrites - refactor and filter improvement, description added
|
3 years ago |
Sergey Matvienko
|
6ba8a390bf
|
Added functionality to update attributes on value change Volodymyr Babak 06.07.23, 14:57
|
3 years ago |
Vladyslav_Prykhodko
|
3ba7309ea8
|
Updated rule node after delete unnecessary component
|
3 years ago |
ShvaykaD
|
b662d3d4e6
|
fix default config argument name issue because UI have strict order of arguments
|
3 years ago |
Sergey Matvienko
|
bbef1cdf3f
|
TbMathNode: test optimized
|
3 years ago |
Sergey Matvienko
|
c28e4157e7
|
TbMathNode: call processMsgAsync via BiFunction this::processMsgAsync
|
3 years ago |
Sergey Matvienko
|
168d0980f0
|
TbMathNode: test added concurrentBySingleOriginator_SingleMsg_manyNodesWithDifferentOutput
|
3 years ago |
Sergey Matvienko
|
b82a5381e3
|
MathNodeTest: assertThrown replaced with tellFailure verification
|
3 years ago |
Sergey Matvienko
|
923e41c029
|
MathNode: tellFailure and process the next message in the queue in case we are the last consumer
|
3 years ago |
ViacheslavKlimov
|
ba2ded02b1
|
Notification to sysadmin when default JWT signing key is used
|
3 years ago |
Sergey Matvienko
|
1c45a6288e
|
TbMathNode tests refactored with parametrized method sources
|
3 years ago |
Sergey Matvienko
|
a5dabae023
|
TbMathNode tests refactored
|
3 years ago |