1875 Commits

Author SHA1 Message Date
Viacheslav Klimov
d5219bdd0a
Merge pull request #11121 from irynamatveieva/improvements/change-originator-node
Change originator node: added tests
2024-08-21 12:17:33 +03:00
IrynaMatveieva
7da0855180 renamed enum 2024-08-21 12:10:07 +03:00
dashevchenko
f58376e312 fixed tests 2024-08-20 11:25:29 +03:00
IrynaMatveieva
b149957e43 added checks on init() and provided upgrade for existing nodes 2024-08-15 16:23:26 +03:00
IrynaMatveieva
a34088fcfb added verification on init 2024-08-15 10:17:47 +03:00
IrynaMatveieva
4721ed275d added checks for null for fetchMode and OrderBy 2024-08-13 14:08:25 +03:00
IrynaMatveieva
feb51793b1 added check for originator source for null 2024-08-13 10:47:22 +03:00
Artem Dzhereleiko
58c88c0983 UI: Update rule node config 2024-08-12 14:36:09 +03:00
Andrew Shvayka
61a56529df
Merge pull request #10961 from smatvienko-tb/rule-engine-quick-optimizations
Rule engine memory optimizations
2024-08-09 17:01:39 +03:00
IrynaMatveieva
46a147792e created enum for originator source values 2024-08-09 16:07:16 +03:00
Viacheslav Klimov
2c0947d84f
Merge pull request #11306 from irynamatveieva/improvements/rabbitmq-node
Rabbitmq node: added tests
2024-08-09 15:31:43 +03:00
Viacheslav Klimov
a687e28324
Merge pull request #11194 from irynamatveieva/improvements/device-profile-node
Device profile node: improvements
2024-08-09 15:26:24 +03:00
Viacheslav Klimov
1fc5d80cd9
Merge pull request #10958 from irynamatveieva/improvements/mqtt-node
Mqtt and Azure iot hub nodes: added tests
2024-08-09 15:04:52 +03:00
Viacheslav Klimov
743d55e793
Merge pull request #11093 from irynamatveieva/improvements/attributes-node
Related device attributes node: added tests
2024-08-09 15:02:41 +03:00
Viacheslav Klimov
2b39bb8cd8
Merge pull request #11037 from irynamatveieva/improvements/kafka-node
Kafka node: added tests
2024-08-09 15:00:11 +03:00
Viacheslav Klimov
a7e81e7ca7
Merge pull request #11027 from irynamatveieva/improvements/gcp-pubsub-node
PubSub node: added tests
2024-08-09 14:58:37 +03:00
IrynaMatveieva
f5598d6d07 fixed error message 2024-08-09 09:36:50 +03:00
IrynaMatveieva
a91caa3d09 added additional tests and moved currentTimeMillis to separate method to have control over time in tests 2024-08-09 09:10:25 +03:00
IrynaMatveieva
7977d50410 added test for negative case to the checkpoint node 2024-08-08 17:33:53 +03:00
IrynaMatveieva
dcdba9e75b changed access modifiers and added aqdditional tests 2024-08-08 17:03:28 +03:00
IrynaMatveieva
ec1c2e307c used getNormalName() method instead of name() 2024-08-08 12:13:02 +03:00
IrynaMatveieva
c806685734 fixed exceptions 2024-08-08 11:51:19 +03:00
IrynaMatveieva
2e5708b6c2 removed unnecessary init() method 2024-08-08 10:26:16 +03:00
IrynaMatveieva
a5ae204b58 changed initialization for test 2024-08-07 13:17:24 +03:00
IrynaMatveieva
80a53a840c removed getMqttConfig method 2024-08-07 12:20:43 +03:00
IrynaMatveieva
62699900bb moved properties creation to init() method 2024-08-07 10:08:48 +03:00
IrynaMatveieva
ed319dd5e3 changed access modifiers 2024-08-06 18:24:40 +03:00
IrynaMatveieva
333e7927df changed access modifier 2024-08-06 17:49:34 +03:00
IrynaMatveieva
8e81bd80e6 added tests for flow type rule nodes 2024-08-02 17:41:51 +03:00
IrynaMatveieva
9bcfc75a77 reduced usage of reflection 2024-08-02 15:11:28 +03:00
Viacheslav Klimov
5443897172
Merge pull request #11334 from AndriiLandiak/optimize-imports
Optimize imports
2024-08-02 11:22:12 +03:00
Andrew Shvayka
eb622ae7be
Merge pull request #11340 from ArtemDzhereleiko/AD/rule-core/update-config
Update rule node core config
2024-08-01 17:21:22 +03:00
Artem Dzhereleiko
7a9abc98ff UI: Update rule node core config 2024-08-01 15:32:27 +03:00
Viacheslav Klimov
cb7542abdc
Merge pull request #11181 from irynamatveieva/fix/time-series-node-name
Timeseries node: change name
2024-08-01 13:57:02 +03:00
Andrii Landiak
0c0c2fc5fc Merge remote-tracking branch 'upstream/master' into optimize-imports 2024-08-01 12:52:17 +03:00
Iryna Matveieva
7480e5f099
Created AWS Lambda node (#10646)
* created aws lambda node

* updated logic for processing input keys

* removed logic for parsing mappings

* added possibility to pass qualifier using patterns

* added check for function name and invocation type

* tests refactoring after review

* removed ability to pass invocation type to the config

* added node teplatization doc

* changed title for documenatation

* added uiResources and configDirective

* changed names of classes

* removed false param from TbNodeException in init method

---------

Co-authored-by: ShvaykaD <dshvaika@thingsboard.io>
2024-08-01 11:38:31 +03:00
Andrii Landiak
5ca6ad03e3 CE: optimize java imports 2024-08-01 11:12:10 +03:00
irynamatveieva
649a8b65fd fixed conflicts 2024-07-31 15:02:41 +03:00
Viacheslav Klimov
9d700b381a
Merge pull request #11224 from thingsboard/hotfix/3.7
Hotfix/3.7
2024-07-30 14:09:10 +03:00
IrynaMatveieva
7eafd4a9d2 reduced use of reflection 2024-07-29 18:21:10 +03:00
IrynaMatveieva
f56e72d1e1 reduced use of reflection 2024-07-29 17:55:12 +03:00
IrynaMatveieva
2ce75c5d16 added tests for rabbitmq node 2024-07-29 15:36:38 +03:00
IrynaMatveieva
82801e25ae updated script 2024-07-25 15:30:05 +03:00
Volodymyr Babak
b6cfc32b6b TbHttpClient - fixed proxy ssl configuration 2024-07-17 12:19:53 +03:00
Sergey Matvienko
097429b816
Merge pull request #11199 from thingsboard/hotfix/3.7
Hotfix/3.7
2024-07-11 18:47:36 +02:00
IrynaMatveieva
9699c98af6 provided upgrade to make impossible enable fetchAlarmRulesStateOnStart when persistAlarmRulesState is disabled 2024-07-11 13:36:31 +03:00
YevhenBondarenko
196ec5e59d fixed tests 2024-07-11 11:33:29 +02:00
YevhenBondarenko
58185d4a4c hotfix Connection reset 2024-07-11 11:23:03 +02:00
YevhenBondarenko
65789f2e7b fixed adding body condition and content-type creation 2024-07-11 11:03:37 +02:00
IrynaMatveieva
b7508db08f changes timeseries to time series 2024-07-10 12:16:27 +03:00