4380 Commits

Author SHA1 Message Date
YevhenBondarenko
86db82170e changed notifyDevice default value to false 2020-09-30 12:24:39 +03:00
YevhenBondarenko
b925149e7a added field notifyDevice for TbMsgAttributesNode in demo data 2020-09-30 12:24:39 +03:00
YevhenBondarenko
e41d69b1a8 shared Attributes update improvements (If the update of the shared attributes is originated by the user's REST API call - we push it to the device, if the update arrives from the device, we will not push it back to the device by default.) 2020-09-30 12:24:39 +03:00
Bohdan Smetaniuk
64e60de9bc processing future + attributes node refactoring 2020-09-29 17:10:09 +03:00
Bohdan Smetaniuk
8059274002 fixed attributes saving 2020-09-29 15:24:18 +03:00
Bohdan Smetaniuk
9e21525158 code coverage for processors and telemetry constructor 2020-09-29 13:43:35 +03:00
Vladyslav_Prykhodko
e740e4368a Added parameter filter for transport type in deviceProfile API 2020-09-29 10:18:32 +03:00
zbeacon
70b8647ef4 Refactoring to use provision data only from device profile 2020-09-28 15:16:38 +03:00
zbeacon
1e44303473 removed debuging 2020-09-28 14:24:46 +03:00
Volodymyr Babak
02585823fc Properly hanlde gRPC session timeout 2020-09-28 11:04:02 +03:00
Volodymyr Babak
7644aa4342 Added edge update config handler 2020-09-25 17:29:33 +03:00
Volodymyr Babak
8f5fefa0a0 Compilation fix 2020-09-25 16:59:47 +03:00
Volodymyr Babak
78a7e67641 Test fixed 2020-09-25 16:42:00 +03:00
Volodymyr Babak
f28721cc47 Added additional info 2020-09-25 16:04:10 +03:00
Volodymyr Babak
ca587ae7cc Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-09-25 15:22:10 +03:00
Volodymyr Babak
b67e21604b Added edge license key and cloud endpoint 2020-09-25 15:22:03 +03:00
Bohdan Smetaniuk
fd32ba1761 concurrency fixes 2020-09-25 12:04:38 +03:00
Bohdan Smetaniuk
199c175396 deleted logs and wildcard imports 2020-09-24 19:06:28 +03:00
Bohdan Smetaniuk
8eda901fee added countDownLatch for saving time 2020-09-24 19:03:02 +03:00
Bohdan Smetaniuk
afacaf2547 switched EDGES_RPC_ENABLED to false 2020-09-24 15:25:38 +03:00
Bohdan Smetaniuk
43b913ffdb edge services test 2020-09-24 12:59:58 +03:00
zbeacon
073225ab9f Working version with provision data only in device profile 2020-09-23 15:19:06 +03:00
zbeacon
8a8695f260 Working version for provision feature with provision credentials on device level 2020-09-23 14:24:44 +03:00
vzikratyi
e841f10b49 Added 'enabled' field to ClientRegistration 2020-09-23 13:15:56 +03:00
vzikratyi
12e2d2efb7 Packed domain objects to ClientParams 2020-09-23 12:49:30 +03:00
Bohdan Smetaniuk
a6ae072bc9 edge services code coverage 2020-09-22 12:41:49 +03:00
zbeacon
15be6d60a3 Added strategy checking 2020-09-22 08:36:08 +03:00
vzikratyi
e778b3155a Remove OAuth2Config functionality from Tenant 2020-09-21 17:33:27 +03:00
Volodymyr Babak
8980efd62e Added sleep for correct sequence of edge events 2020-09-18 18:45:31 +03:00
Volodymyr Babak
4a71e8e6a4 Rename edgeEventAction and edgeEventType to action and type 2020-09-18 17:32:04 +03:00
Volodymyr Babak
6aa5655e6f Fixes for upgrade functionality 2020-09-18 17:18:49 +03:00
zbeacon
d228208072 Provision init 2020-09-18 16:11:49 +03:00
Vladyslav_Prykhodko
26bb51f0e4 Updated OAuth2 templated 2020-09-17 19:31:01 +03:00
Volodymyr Babak
6d7c28c88f Added TbCore annotation 2020-09-17 18:52:12 +03:00
Volodymyr Babak
fc8b138cfd Added correct future callbacks 2020-09-17 18:42:42 +03:00
Volodymyr Babak
4bb56df51a Added cassandra edge dao. Tests fixed 2020-09-17 12:53:38 +03:00
vzikratyi
a3f93554ee Updated OAuth2Templates 2020-09-17 11:37:22 +03:00
vzikratyi
0cab032585 Added loginButton label and icon to OAuth2Template 2020-09-17 11:35:42 +03:00
vzikratyi
42a80efdbb Moved OAuth2Template endpoints to separate controller 2020-09-17 11:18:57 +03:00
vzikratyi
bfc3e75fc9 Unpacked Domain objects from ClientParams 2020-09-17 11:14:27 +03:00
vzikratyi
c3407bfddc Group ClientRegistrations by Domain 2020-09-16 16:43:59 +03:00
vzikratyi
14939c27e6 Added 'deleteByDomain' for OAuth2Service 2020-09-16 16:43:57 +03:00
Igor Kulikov
e9d0574918
Merge pull request #3456 from ShvaykaD/fix/ttlCleanUpServices
[2.5.5] added autoclose resultSet to TTL cleanUp Service
2020-09-16 12:13:51 +03:00
Igor Kulikov
692f575661 Merge with master 2020-09-16 12:12:59 +03:00
Igor Kulikov
827a1e3092
Merge pull request #3406 from ShvaykaD/improvements/queue-reprocessing-strategy-3.2
[3.2] Improvements/queue reprocessing strategy
2020-09-16 12:08:59 +03:00
Igor Kulikov
7604b78f0e
Merge pull request #3405 from ShvaykaD/improvements/queue-reprocessing-strategy
[2.5.5] Improvements/queue reprocessing strategy
2020-09-16 12:08:44 +03:00
Vladyslav_Prykhodko
70ca190f59 UI add rule-chain autocompleted 2020-09-15 19:51:57 +03:00
Andrii Shvaika
4a3b28d331 Method to create default rule chain for device profile 2020-09-15 18:17:06 +03:00
Andrii Shvaika
e353ab3c81 Merge branch 'develop/3.2' of github.com:thingsboard/thingsboard into develop/3.2 2020-09-15 16:13:48 +03:00
Andrii Shvaika
4d012ac62d DeviceProfile rule node draft 2020-09-15 16:13:39 +03:00