3474 Commits

Author SHA1 Message Date
YevhenBondarenko
7c7b3eade0 created TbDeviceService 2022-04-26 12:47:47 +02:00
Igor Kulikov
c93309a496
Merge pull request #6213 from desoliture1/unresolverDynamicValuesOnExportDevicesFilterFix
[3.3.4] Fix unresolved dynamic values on API request
2022-03-08 18:19:06 +02:00
Igor Kulikov
8d51431cd5
Merge pull request #6204 from desoliture1/alarmCustomerPermissionsFix
[3.3.4] Customer alarm permission checker fix
2022-03-08 17:59:55 +02:00
Igor Kulikov
1189630702 Fix upgrade script 2022-03-08 17:25:37 +02:00
desoliture
89c838e560 add corresponding tests 2022-03-07 15:39:18 +02:00
desoliture
6b5966a579 fix unresolved dynamic values in queryService on api request 2022-03-07 15:29:20 +02:00
Igor Kulikov
a35bb0fb97
Merge pull request #6180 from ViacheslavKlimov/fix/lwm2m-import
[3.3.4] Fix LwM2M devices import
2022-03-07 14:50:25 +02:00
Igor Kulikov
53323077ae Update delete device profile warning text to mention associated OTA updates 2022-03-07 14:33:42 +02:00
Igor Kulikov
7621a39320 Merge branch 'fix/ota-device-profile' of https://github.com/ViacheslavKlimov/thingsboard into ViacheslavKlimov-fix/ota-device-profile 2022-03-07 12:00:22 +02:00
desoliture
37f6dd33de tests refactoring
fix not removing differentTenant at test teardown, add new corresponding tests and refactor existing ones
2022-03-06 14:48:14 +02:00
desoliture
30f21fa36c add corresponding tests 2022-03-05 23:21:34 +02:00
desoliture
fa9e43a377 refactor checkers to be more 'fancy' 2022-03-05 23:21:15 +02:00
desoliture
460a19d5f3 add customerAlarmPermissionChecker 2022-03-05 23:18:38 +02:00
Igor Kulikov
f3c61f48f8
Merge pull request #6123 from ArtemDzhereleiko/bug-fix/dev-table/edit-action
[3.3.4] UI: Fixed edit action on Device Admin Table
2022-03-03 18:40:30 +02:00
Viacheslav Klimov
5bf9107deb Merge branch 'master' into fix/ota-device-profile
# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/install/SqlDatabaseUpgradeService.java
2022-03-02 17:32:41 +02:00
Igor Kulikov
363fa9b5e9 Update ui help assets url to release-3.3.4 2022-03-02 14:32:35 +02:00
Andrii Shvaika
17b127b6b8 Performance improvements to launch sequence 2022-03-02 08:02:03 +02:00
Andrii Shvaika
a7196c4fa7 Automatic conversion of rule chain metadata on the back end 2022-02-28 17:17:31 +02:00
Andrew Shvayka
fd6bf9b0fd
Merge pull request #6139 from volodymyr-babak/validators-refactoring
[3.3.4][Edge] Refactoring validators - moved them to a separate classes. Added device profile validation in edge processor
2022-02-28 11:10:03 +02:00
Volodymyr Babak
b75f949004 Fixed error msg logging 2022-02-23 14:48:32 +02:00
Volodymyr Babak
890abe9f98 Added testDeviceReachedMaximumAllowedOnCloud 2022-02-23 14:45:42 +02:00
Volodymyr Babak
3c2f65386b Code reformat 2022-02-22 17:07:43 +02:00
Volodymyr Babak
8d89a4fe52 Import fixes 2022-02-22 17:01:16 +02:00
Volodymyr Babak
8863003f4c Added functionality to remove device profile from edge in case removal from cloud 2022-02-22 16:56:49 +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
ArtemDzhereleiko
a937b3694c UI: Added to action deleting deviceProfileId if type was changed 2022-02-17 15:30:52 +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