3446 Commits

Author SHA1 Message Date
Volodymyr Babak
890abe9f98 Added testDeviceReachedMaximumAllowedOnCloud 2022-02-23 14:45:42 +02:00
Volodymyr Babak
1b9d70f2fe Refactoring validators - moved them to a separate classes 2022-02-21 19:18:27 +02:00
Igor Kulikov
f69d1147a6 Fix tests 2022-02-18 20:15:33 +02:00
Andrii Shvaika
c577b50e9d Correct logging and thread pool names 2022-02-18 18:09:24 +02:00
Andrii Shvaika
d0e7c34659 Improvement of the page link 2022-02-18 17:18:11 +02:00
Andrii Shvaika
f991716dd9 Merge branch 'issue/6056' 2022-02-18 17:11:25 +02:00
Andrii Shvaika
9ca1055d54 Remove incomplete test 2022-02-18 17:05:13 +02:00
Igor Kulikov
c3dde26c69 Implement events batch insert. Remove 'region' filter from tenant find queries. 2022-02-18 16:57:48 +02:00
Andrii Shvaika
bd700665e8 Optimize imports 2022-02-18 16:40:12 +02:00
Andrii Shvaika
45df14e39e Device State Service improvements and race condition fix 2022-02-18 16:33:51 +02:00
Andrii Shvaika
878b75aff9 Issue 6056. Refactoring of duplicated code to abstract class 2022-02-18 13:57:59 +02:00
Andrii Shvaika
b33d28eedf Correct executor for the service 2022-02-18 12:44:22 +02:00
Andrii Shvaika
a7da56c270 Merge branch 'usage-service-improvements' of https://github.com/YevhenBondarenko/thingsboard 2022-02-18 12:34:37 +02:00
Andrii Shvaika
64d3f5c803 Remove redundant event types from cleanup procedure 2022-02-18 12:12:39 +02:00
Andrii Shvaika
7cc2508479 Improvement to events cleanup script 2022-02-18 12:08:43 +02:00
YevhenBondarenko
b2e063ba1e added tests for DefaultTbApiUsageStateService 2022-02-16 17:01:22 +02:00
Andrii Shvaika
fcbcae7f19 Fix the floating bug in testTwoRuleChainsWithTwoRules 2022-02-15 19:04:22 +02:00
Andrew Shvayka
282a6bc990
Merge pull request #6035 from volodymyr-babak/edge-ce-refactoring
[3.3.4] Edge Community Edition support
2022-02-15 17:29:01 +02:00
Andrew Shvayka
78246cf7cd
Merge pull request #5969 from thingsboard/lwm2m_tests_securities
[3.3.4] lwm2m: tests with different security mode:
2022-02-15 17:23:47 +02:00
YevhenBondarenko
073ce69872 handling of PartitionChangeEvent is not more synchronous 2022-02-15 16:04:20 +02:00
Volodymyr Babak
90ba0de432 Added drop of edge_license_key and cloud_endpoint columns during upgrade 2022-02-14 17:34:13 +02:00
Andrii Shvaika
d10e65095f Workaround for KAFKA-4090 2022-02-14 15:54:54 +02:00
Andrii Shvaika
ebd563d9f5 Merge branch 'master' of github.com:thingsboard/thingsboard 2022-02-14 15:38:15 +02:00
Andrii Shvaika
24829c29f7 Workaround for KAFKA-4090 2022-02-14 15:38:03 +02:00
Volodymyr Babak
6356e998a3 Removed @Slf4j annotation 2022-02-10 22:45:24 +02:00
Volodymyr Babak
8e91560f69 Base Edge test refactored into multiple independent tests 2022-02-10 22:04:00 +02:00
Volodymyr Babak
1363a385f8 Changed order of edge sync cursor fetchers 2022-02-10 22:03:41 +02:00
Volodymyr Babak
7c6a245bfb Fixed permissions - user must have WRITE to assing/unassing rule chain to edge 2022-02-10 22:03:21 +02:00
Volodymyr Babak
95f6fcfe33 Merge branch 'master' of github.com:thingsboard/thingsboard into edge-ce-refactoring 2022-02-10 20:13:12 +02:00
Igor Kulikov
8bca3b4fce Merge branch 'feature/map/circle' of https://github.com/vvlladd28/thingsboard into vvlladd28-feature/map/circle 2022-02-10 15:41:45 +02:00
nickAS21
4140801fb0 lwm2m: remove import 2022-02-10 13:07:01 +02:00
nickAS21
5d839ab75f lwm2m: fix bug of commits 2022-02-10 13:00:59 +02:00
nickAS21
28fa1cc6a7 lwm2m: Checking licenses... 2 2022-02-10 08:42:45 +02:00
nickAS21
a072e9e1af lwm2m: Checking licenses... 2022-02-09 19:34:59 +02:00
nickAS21
f704f9bcbc lwm2m: fix bugs: init client after connect Lwm2m Server -> awaitClientAfterStartConnectLw() and null pointer exception in getObjectModel (continue) 2022-02-09 18:27:38 +02:00
nickAS21
b6f317a3b7 lwm2m: fix bugs: init client after connect Lwm2m Server -> awaitClientAfterStartConnectLw() and null pointer exception in getObjectModel 2022-02-09 18:11:02 +02:00
Vladyslav_Prykhodko
23b0bac76d UI: Add to support circle in map; change default settings polygon; fix incorrect resize polygon in image-map; fix snap in cut mode; fix tooltip text in action button; fix resize in edi mode; fix loss tooltip in rectangle after cut 2022-02-09 14:40:53 +02:00
nickAS21
974d4cb338 lwm2m: fix bug: client.destroy after newClientCreate and client registered on the server 2022-02-08 16:10:14 +02:00
Andrew Shvayka
869b5607f2
Merge pull request #5977 from YevhenBondarenko/lwm2m-client-serialization
[3.3.4] LwM2mClient is no more serializable
2022-02-08 14:57:43 +02:00
YevhenBondarenko
a7d911c9c0 changed upgrade version 2022-02-07 12:39:50 +02:00
Andrii Shvaika
99afad3f6f Merge branch 'master' of github.com:thingsboard/thingsboard 2022-02-07 12:14:05 +02:00
Andrii Shvaika
c7aafe4ddd Fix max_alarm_queries_per_refresh_interval configuration parameter. Change default value from 3 to 10. 2022-02-07 12:13:07 +02:00
Igor Kulikov
6134374003 3.3.3 to 3.3.4 upgrade 2022-02-07 09:57:15 +02:00
Igor Kulikov
312924a19b Version set to 3.3.4-SNAPSHOT 2022-02-07 09:55:37 +02:00
Igor Kulikov
cc6cd2cb2a UI: Add slide toggle control widget 2022-02-04 20:06:23 +02:00
Volodymyr Babak
ffcc5be0ae Removed edge license and cloud endpoint from edge instance - refactoring edge ce 2022-02-04 17:34:46 +02:00
YevhenBondarenko
c6475226e4 added test for LwM2MClientSerDes 2022-02-04 16:34:40 +02:00
nickAS21
29a551d048 lwm2m: fix bug: add afterClass "await (3 sec, closed all ports lwm2server and bootstrapServer)" 2022-02-04 15:59:12 +02:00
YevhenBondarenko
50b096c35b Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into lwm2m-client-serialization 2022-02-04 14:01:13 +02:00
nickAS21
acc52c7864 lwm2m: fix bug create new client (from TcpPort to UdpPort) 2022-02-03 18:01:12 +02:00