3775 Commits

Author SHA1 Message Date
Artem Babak
94437d84fb Merge remote-tracking branch 'origin/feature/edge' into feature/edge 2020-11-04 16:01:16 +02:00
Volodymyr Babak
efaca8e7f2 Code clean up 2020-10-28 19:33:42 +02:00
YevhenBondarenko
c2a2b8cc4f base url improvements 2020-10-28 12:13:28 +02:00
ShvaykaD
606ae2e534 fix typo 2020-10-27 18:21:50 +02:00
ShvaykaD
b78d9ca189 fix AlarmNodeTests 2020-10-27 18:21:50 +02:00
ShvaykaD
702a091329 fix/AlarmActionEvents 2020-10-27 18:21:50 +02:00
YevhenBondarenko
8bd617e3b5 created tests for rule chain metadata validator 2020-10-27 18:18:46 +02:00
YevhenBondarenko
44a700e89a rule chain circles validation improvements 2020-10-27 18:18:46 +02:00
YevhenBondarenko
174570610b added circles validation in BaseRuleChainService 2020-10-27 18:18:46 +02:00
YevhenBondarenko
b9cc400a15 base url improvements 2020-10-26 12:55:27 +02:00
YevhenBondarenko
d6c2eefe05 base url improvements 2020-10-26 12:55:27 +02:00
Volodymyr Babak
23d4c5ee99 Merge fix 2020-10-26 12:39:06 +02:00
Volodymyr Babak
c0a5ae5e7b Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-10-26 12:19:23 +02:00
Volodymyr Babak
8aa51ee6f7 Added coverage for merge functionality 2020-10-26 12:19:11 +02:00
Volodymyr Babak
c452cae853 Added test for auto generated code 2020-10-23 22:32:24 +03:00
Volodymyr Babak
4b1500390e Added test for autogenerated code of protobuf 2020-10-23 19:28:36 +03:00
Volodymyr Babak
3efe0beb07 Added relation request message 2020-10-23 17:25:04 +03:00
Volodymyr Babak
43b37b67da Added device attribute update test case 2020-10-23 16:01:43 +03:00
Volodymyr Babak
1929f4142c Added attributes request msg 2020-10-23 11:00:11 +03:00
Volodymyr Babak
f08ae3fb68 Added test for rule chain connections 2020-10-23 10:40:22 +03:00
Artem Babak
2836de1bb1 server.js 2020-10-23 05:11:56 +03:00
Artem Babak
032655c839 LoadEdgeInfo() removed 1 usage 2020-10-23 05:09:21 +03:00
Volodymyr Babak
51e53462de Added RPC response test 2020-10-22 18:17:30 +03:00
Volodymyr Babak
800e5d9ba5 Added RPC call test 2020-10-22 17:58:56 +03:00
Artem Babak
99bd0ece91 fixed isPublic issue with assets and edges 2020-10-22 16:06:20 +03:00
Volodymyr Babak
b5b867ad41 Added ATTRIBUTES_DELETED action and service test 2020-10-22 16:00:55 +03:00
Andrii Shvaika
04727e81b4 Detecting rule nodes that cause timeout
(cherry picked from commit 35feb2fea43bbb8d39071af63fa6426f25502dd5)
2020-10-22 15:58:11 +03:00
Andrii Shvaika
2ea2b57f3c Top 5 rule nodes statistics
(cherry picked from commit 445350b1f800b90193f50ee38556e5187acff9e7)
2020-10-22 15:58:11 +03:00
Artem Babak
a0c7e68ee3 Modified edge-fieldset.tpl.html 2020-10-22 15:50:19 +03:00
Artem Babak
7b5060fc81 Removed 2 scope.loadEdgeInfo() lines 2020-10-22 15:32:44 +03:00
Artem Babak
1aa834cca8 Merge remote-tracking branch 'origin/feature/edge' into feature/edge 2020-10-22 15:05:32 +03:00
Volodymyr Babak
ad4b9c5b35 Licenes header fix 2020-10-22 14:32:54 +03:00
Volodymyr Babak
cee4e5e8d8 Improve logging 2020-10-22 14:27:34 +03:00
Volodymyr Babak
173eda71ed Fixed fetch without TS updates 2020-10-22 13:46:37 +03:00
Volodymyr Babak
cffb9dd52e Icon update. Uppercase for menu 2020-10-22 13:36:39 +03:00
Volodymyr Babak
fd5367b51f Code review changes 2020-10-22 13:10:18 +03:00
Artem Babak
0ef1711b28 Replaced copy edge id and key buttons 2020-10-20 16:08:59 +03:00
Volodymyr Babak
63e29c24cf Revert file 2020-10-20 13:12:49 +03:00
Volodymyr Babak
d825a2a6be Code review changes 2020-10-20 12:12:54 +03:00
Volodymyr Babak
b98422bd67 Simplified 2020-10-20 11:39:44 +03:00
Volodymyr Babak
055a91fca1 EdgeEventActionType introduced 2020-10-20 11:36:28 +03:00
Volodymyr Babak
7af1c86e17 Merge branch 'develop/2.5.5' into feature/edge 2020-10-18 15:33:45 +03:00
ShvaykaD
b63be05ffa revert the enqueue(root rule chain) method changes 2020-10-09 18:44:03 +03:00
ShvaykaD
560b950a8f added null check for queueName 2020-10-09 18:44:03 +03:00
ShvaykaD
b3f6938cf0 fix duplicates 2020-10-09 18:44:03 +03:00
YevhenBondarenko
bec23b4190 refactored 2020-10-09 18:42:03 +03:00
YevhenBondarenko
62748eef60 added deviceCreationTime to the DeviceStateData 2020-10-09 18:42:03 +03:00
YevhenBondarenko
1423074485 fixed sending inactivity event after device creation. 2020-10-09 18:42:03 +03:00
Volodymyr Babak
0a7d8e8640 Disconnect client on error 2020-10-09 15:50:05 +03:00
Volodymyr Babak
160fd94666 Moved service to base class. Change sync button icon 2020-10-09 15:47:59 +03:00