4268 Commits

Author SHA1 Message Date
nickAS21
d0d47f96db refactoring: tests fix bug testSaveEntityView 2022-07-07 04:40:47 +03:00
nickAS21
2301a918a7 refactoring: tests RuleChain add with ActionType.ASSIGNED_TO_EDGE 2022-07-06 19:30:46 +03:00
Igor Kulikov
a0c83317d3 Multiple bug fixes 2022-07-06 18:54:34 +03:00
nickAS21
de74ded2d2 refactoring: tests RuleChain 2022-07-06 16:57:27 +03:00
nickAS21
f42d2cc894 Merge branch 'develop/3.4' into refactoring_tests_14 2022-07-06 16:42:05 +03:00
Igor Kulikov
a22e9d580f Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into develop/3.4 2022-07-06 14:43:51 +03:00
Igor Kulikov
44bb0aa210 Fix test testUpdateQueueConfigForIsolatedTenant 2022-07-06 14:43:37 +03:00
nickAS21
6a2c379a7e Merge branch 'develop/3.4' into refactoring_tests_14 2022-07-06 14:04:54 +03:00
nickAS21
f2dd904522 refactoring: tests add sgErrorNotFound 2022-07-06 14:03:33 +03:00
Igor Kulikov
28858f0f83
Merge pull request #6875 from YevhenBondarenko/fix/device-profile
[3.4] added device-profile read permissions for the customer
2022-07-06 14:01:15 +03:00
ivankozka
a3ffd81348 remove redundant imports 2022-07-06 13:46:02 +03:00
nickAS21
1e1f8edb1f refactoring: tests EntityOtaPackageController 2022-07-06 13:40:13 +03:00
ivankozka
33b502e156 add timeoutExecutor to prevent deadlocks; fix not using timeout from configuration in TbSendEmailNode 2022-07-06 13:32:30 +03:00
nickAS21
30fda83ad5 Merge branch 'develop/3.4' into refactoring_tests_14 2022-07-06 05:47:17 +03:00
nickAS21
fc0fae6c83 refactoring: tests EntityView: License Headers 2022-07-05 23:08:46 +03:00
Volodymyr Babak
a35f8b9a38 Code review updates 2022-07-05 17:41:54 +03:00
Andrii Shvaika
24c1424335 Improve hash algorithm to affect only specific tenant queues 2022-07-05 17:27:49 +03:00
Volodymyr Babak
82f9eed985 Add handling of failed remote js responses. Do not block script due to timeout message because of queue connectivity 2022-07-05 17:22:11 +03:00
Andrii Shvaika
faf024b610 Merge branch 'resolve-partitions-improvements' of github.com:YevhenBondarenko/thingsboard into develop/3.4 2022-07-05 15:06:43 +03:00
nickAS21
35275d73c3 refactoring: tests EntityView: save ADD change 2022-07-05 13:45:44 +03:00
YevhenBondarenko
265e2606f7 fixed print dispersion 2022-07-05 12:14:05 +02:00
YevhenBondarenko
0e9eee4f66 resolving partition idx by hash function 2022-07-05 11:32:09 +02:00
nickAS21
b1ee3415a6 refactoring: tests EntityView 2022-07-05 12:07:57 +03:00
Andrew Shvayka
04d962c18c
Merge pull request #6872 from thingsboard/refactoring_tests_11
[3.4] refactoring: tests EntityRelation
2022-07-05 10:36:12 +03:00
Andrew Shvayka
0c2a838336
Merge pull request #6852 from volodymyr-babak/feature/edge-queues-support
[3.4] New functionality - queues are propagated to edge
2022-07-05 10:26:48 +03:00
Andrew Shvayka
935760b215
Merge pull request #6858 from volodymyr-babak/bug/edge-push-to-rule-chain-node
[3.4] Edge push to rule chain node
2022-07-05 10:23:34 +03:00
nickAS21
31908b44cb refactoring: tests EntityRelation 2022-07-04 14:05:22 +03:00
YevhenBondarenko
a2a046ccdd added device profile test for permissin check 2022-07-04 12:59:29 +02:00
YevhenBondarenko
ac51c0064a added device-profile read permissions for the customer 2022-07-04 12:47:21 +02:00
ivankozka
8efb0dddab add corresponding tests 2022-07-04 13:15:04 +03:00
Viacheslav Klimov
a86eb53038 Keep data order when getting chunked messages 2022-07-01 17:09:12 +03:00
nickAS21
d4907856e6 refactoring: tests Edge 2022-07-01 15:13:11 +03:00
Igor Kulikov
61d28e53d5 Handle async request timeout exception 2022-07-01 13:40:25 +03:00
ivankozka
dd9dd6bae0 implement support for timeout in DefaultMailService 2022-07-01 12:58:23 +03:00
Volodymyr Babak
6809c6237b Added default queue id into device profile 2022-07-01 12:02:38 +03:00
Volodymyr Babak
eb7c52974c Refactoring to contain list of rulenodes for PE 2022-06-30 18:07:39 +03:00
Volodymyr Babak
0b01d73ba7 Improved update of checkpoint rule node configuration 2022-06-30 17:27:51 +03:00
nickAS21
5a706c59fc Merge branch 'develop/3.4' into refactoring_tests_10 2022-06-30 17:10:59 +03:00
nickAS21
bbbe6f043a refactoring: tests DeviceProfile 2022-06-30 17:07:06 +03:00
Volodymyr Babak
9209607870 Fixed checkpoint rule node config for 3.3.0 edge 2022-06-30 16:37:51 +03:00
Volodymyr Babak
9b104ba67e Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into bug/edge-push-to-rule-chain-node 2022-06-30 16:11:32 +03:00
Volodymyr Babak
96cdf6607e Code review changes 2022-06-30 16:09:57 +03:00
Volodymyr Babak
4e388c6cdc Added support of different edge version for checkpoint rule node 2022-06-30 15:56:21 +03:00
Andrew Shvayka
7e985a4251
Merge pull request #6857 from thingsboard/fix_bug_alarm_delete
[3.4]fix bug check Alarm delete
2022-06-30 15:51:43 +03:00
Andrii Shvaika
f7d8033499 Auto-commit for Widget Bundles 2022-06-30 15:43:22 +03:00
Andrii Shvaika
8a73755a37 Auto-commit fix for Widget Types 2022-06-30 14:16:10 +03:00
Andrii Shvaika
240e1ffc3b Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into develop/3.4 2022-06-30 13:34:14 +03:00
Andrii Shvaika
f0dd3db39e Fix EntityView and Rule Chain auto-commit 2022-06-30 13:33:54 +03:00
nickAS21
79ec083175 fix bug check Alarm delete 2022-06-30 12:28:33 +03:00
Andrew Shvayka
fff137b8db
Merge pull request #6816 from thingsboard/refactoring_tests_08
[3.4]Refactoring tests 08
2022-06-30 12:09:48 +03:00