Sergey Matvienko
|
89713558cf
|
MqttClient use Promise<V> extends Future<V> to have full async capabilities provided by Netty (addListener, etc)
|
2 years ago |
Artem Dzhereleiko
|
ac2da12054
|
UI: Update rule core config
|
2 years ago |
Dmytro Skarzhynets
|
acd7829290
|
Fix 'create alarm' node not sending 'ENTITY_CREATED' if severity has changed.
|
2 years ago |
Andrii Shvaika
|
5acf527f1a
|
Version set to 3.7.0-SNAPSHOT
|
2 years ago |
Andrii Landiak
|
43e6a40290
|
Send alarm comment without rule node pushToEdge
|
2 years ago |
Andrii Landiak
|
1478383db6
|
Fix tests. Improve TbMsgPushNode toCloud and toEdge description
|
2 years ago |
Andrii Landiak
|
1256f09e7e
|
Introduce edge support for alarm comment
|
2 years ago |
dashevchenko
|
5ecd9b6238
|
fixed tests
|
2 years ago |
YevhenBondarenko
|
560baa7a0e
|
license:format
|
2 years ago |
dashevchenko
|
56f9dce242
|
updated BaseAttributeService, InternalTelemetryService, RuleEngineTelemetryService to store old methods for backward compatibility
|
2 years ago |
Igor Kulikov
|
c5a72ed8df
|
Update license header to 2024 year.
|
2 years ago |
Artem Dzhereleiko
|
09a270cf27
|
UI: Update rule node core config
|
2 years ago |
Andrii Landiak
|
05f5961fac
|
Remove unnecessary isSupportedOriginator for TbPushNode in order not to support 2 places of possible types: there is check after fetching during processing edge events from db
|
2 years ago |
devaskim
|
c46b777618
|
Add Event and Audit Logs services to TbContext.
|
2 years ago |
dashevchenko
|
c92a7ecf3a
|
deleted attribute_kv_dictionary table (used ts_kv_dictionary instead), renamed ts_kv_dictionary to key_dictionary
|
2 years ago |
Igor Kulikov
|
f11ee730b5
|
Update rule nodes UI
|
2 years ago |
Igor Kulikov
|
bc35df1dd7
|
Version set to 3.6.3-SNAPSHOT
|
2 years ago |
YevhenBondarenko
|
1fc704bae1
|
test fixes and minor refactoring
|
2 years ago |
Vladyslav_Prykhodko
|
5616dbf3d9
|
Updated rulenode-core-config.js
|
2 years ago |
YevhenBondarenko
|
fe6ca79c41
|
minor improvements
|
3 years ago |
dashevchenko
|
e779c06ec1
|
changed AttributeService interface to accept AttributeScope instead of String
|
3 years ago |
Igor Kulikov
|
e659ae28c0
|
Update rule nodes UI
|
3 years ago |
YevhenBondarenko
|
4101fc3963
|
added upgrade tests, and minor fixes
|
3 years ago |
dashevchenko
|
b30bbf9d80
|
attribute_kv optimization: deleted entity_type column, updated attribute_type and attribute_key columns
|
3 years ago |
Volodymyr Babak
|
4e366f5f66
|
TbKafkaNode - replace \ and n symbols with new line symbol \n in SSL PEM configuration properties
|
3 years ago |
ShvaykaD
|
c128a7aecb
|
added additional fix after check bugs on UI
|
3 years ago |
ShvaykaD
|
b3bfe28cc8
|
added hotfix upgrade for transformation rule nodes with TbMsgSource
|
3 years ago |
YevhenBondarenko
|
1e2c7f9579
|
refactoring
|
3 years ago |
YevhenBondarenko
|
e8dc2ddc2d
|
used TbNodeUpgradeUtils instead of rule-node upgrade
|
3 years ago |
YevhenBondarenko
|
b65391e6ac
|
fixed TbMsgDeduplicationNodeTest
|
3 years ago |
YevhenBondarenko
|
3fea0f88f3
|
moved queueName from rule-node config to rule-node
|
3 years ago |
Igor Kulikov
|
f5bfec6115
|
Update ui help url to version 3.6.2. Update rule nodes UI.
|
3 years ago |
YevhenBondarenko
|
a537ad9b20
|
fixed flaky tests
|
3 years ago |
ViacheslavKlimov
|
5191b690b7
|
Resolve entity's owner users in TbNotificationNode
|
3 years ago |
Vladyslav_Prykhodko
|
00c5e8feba
|
Updated design transformation rule node
|
3 years ago |
ShvaykaD
|
f2955621cc
|
removed resolved todo
|
3 years ago |
ShvaykaD
|
5a97b6dc63
|
refactoring after additional review
|
3 years ago |
ShvaykaD
|
057c26f8ea
|
added see examples templatization docs && refactoring after review
|
3 years ago |
dashevchenko
|
ba2e877a08
|
refactoring: moved proto files and converter classes to separate module - proto
|
3 years ago |
ShvaykaD
|
84ba42908b
|
moved save attributes node upgrade to sql file && minor changes to tests
|
3 years ago |
ShvaykaD
|
ea69f09b85
|
replaced method source values
|
3 years ago |
ShvaykaD
|
0fe841a454
|
removed ExtendWith annotation && added beforeEach method
|
3 years ago |
ShvaykaD
|
6852879fe9
|
replaced upgrade script tests with parameterized test
|
3 years ago |
ShvaykaD
|
af52ea282c
|
updated sql upgrade script & fixed rule chain templates & fixed upgrade in rule node & minor changes to the tests
|
3 years ago |
dashevchenko
|
fbec7aab25
|
moved pubsub executors to pubsubSettings
|
3 years ago |
ShvaykaD
|
9d97d0c0b5
|
save attributes node: fixed escaped boolean parameters && minor refactoring to notify device logic
|
3 years ago |
ShvaykaD
|
cb1b817b49
|
added backward-compatibility test for notifyDevice feature
|
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 |