2517 Commits

Author SHA1 Message Date
dashevchenko
a0f46e2e24 fixed test 2023-03-15 18:37:42 +02:00
ViacheslavKlimov
0d07d70818 Merge remote-tracking branch 'origin/feature/notification-system' into feature/notification-system 2023-03-15 12:32:43 +02:00
ViacheslavKlimov
ba8f27fa76 Notification system refactoring and improvements 2023-03-15 12:32:23 +02:00
YevhenBondarenko
eea8f977b1 added tenant profile type to the entityTableMap (EntityQuery) 2023-03-14 16:44:31 +01:00
YevhenBondarenko
0be3c0b5bb removed countEntitiesByTypes and added ability to use Entity count query for sysadmin 2023-03-14 16:26:55 +01:00
Vladyslav_Prykhodko
88128640e9 Merge branch 'feature/notification-system' of github.com:thingsboard/thingsboard into feature/notification-system 2023-03-14 16:37:50 +02:00
YevhenBondarenko
76c92c9070 Merge branch 'feature/notification-system' of github.com:thingsboard/thingsboard into feature/home-page 2023-03-14 13:59:01 +01:00
dashevchenko
210aae6a86 updated alarm comment deletion 2023-03-14 14:15:37 +02:00
Oleksandra Matviienko
c73fc3e0fc Merge remote-tracking branch 'upstream/develop/3.5' into feature/test_dependency_refactor
# Conflicts:
#	dao/src/test/java/org/thingsboard/server/dao/service/BaseDeviceServiceTest.java
#	dao/src/test/java/org/thingsboard/server/dao/service/BaseOtaPackageServiceTest.java
2023-03-14 10:34:46 +01:00
Oleksandra Matviienko
3841deae24 BaseTbResourceServiceTest, BaseDeviceServiceTest: Rule ExpectedException refactored with AssertJ Exception Assertions 2023-03-13 23:08:19 +01:00
Oleksandra Matviienko
5cb1b7d275 BaseOtaPackageServiceTest: Rule ExpectedException refactored with AssertJ Exception Assertions 2023-03-13 22:09:16 +01:00
Sergey Matvienko
7a0c58a18e revert entityDaoServicesMap = new HashMap<>() 2023-03-13 18:52:17 +01:00
Andrii Shvaika
ab5769a252 Merge with develop/3.5 2023-03-13 15:52:06 +02:00
YevhenBondarenko
b936d48419 implemented countEntitiesByTypes for SysAdmin 2023-03-13 10:57:04 +01:00
ViacheslavKlimov
378ae47acb Alarm comments rule trigger config, NotificationInfo stateEntityId 2023-03-13 10:41:40 +02:00
OleksandraMatviienko
67b0d24910 the creation and deletion of a tenant moved to the AbstractServiceTest 2023-03-10 21:16:18 +01:00
Oleksandra Matviienko
9904c9ccc2 uncommon dependency refactoring in AbstractServiceTest in dao package 2023-03-10 18:00:16 +01:00
Sergey Matvienko
add0a342c4 EntityRegistryService: PostConstrust replaced with event listener ContextRefreshedEvent. This will guarantee that all EntityDaoService's beans created. Otherwise, the Bean may discover beans that not created yet (reproducible on dao tests) 2023-03-10 16:38:53 +01:00
Andrii Landiak
e665917758 Merge branch 'develop/3.5' of github.com:AndriiLandiak/thingsboard into feature/x509-device-cert-impr 2023-03-10 15:46:42 +02:00
Andrew Shvayka
e058786956
Merge pull request #8174 from zzzeebra/feature/junit5-migration-exceptions
[3.5] junit5 migration - exception annotation refactoring
2023-03-10 12:51:03 +02:00
ViacheslavKlimov
8fcbe876e8 Merge branch 'develop/3.5' into feature/notification-system
# Conflicts:
#	pom.xml
2023-03-08 18:16:16 +02:00
Andrii Shvaika
316ae13428 Fix the configuration of consistency level 2023-03-08 18:13:16 +02:00
Andrii Shvaika
85f317b99b Set default value to 0 for assign_ts for backward-compatibility 2023-03-08 15:19:18 +02:00
ViacheslavKlimov
a56261ac9d Merge with develop/3.5 2023-03-08 13:11:31 +02:00
Oleksandra Matviienko
906b4083dd testSaveTenantWithIsolatedProfileInMonolithSetup deleted because isolated tenant in monolith is allowed since queue config feature in tenant profile 2023-03-06 17:30:37 +01:00
Andrii Shvaika
aadf7f8295 Merge with develop/3.5 2023-03-06 17:59:37 +02:00
Oleksandra Matviienko
3ebd9e8992 testSaveTenantWithIsolatedProfileInMonolithSetup ignored because Tenant validator have no such validation since queue config feature 2023-03-06 16:33:36 +01:00
Oleksandra Matviienko
c9bac631f4 junit5: BaseDeviceProfileServiceTest annotation exceptions refactoring 2023-03-06 15:10:14 +01:00
Oleksandra Matviienko
695720b190 junit5: BaseAdminSettingsServiceTest annotation exceptions refactoring 2023-03-06 15:05:57 +01:00
Oleksandra Matviienko
3ecb2627d5 junit5: BaseRelationServiceTest annotation exceptions refactoring 2023-03-06 15:01:33 +01:00
Oleksandra Matviienko
7e2dabdfc4 junit5: BaseCustomerServiceTest annotation exceptions refactoring 2023-03-06 14:58:56 +01:00
Andrew Shvayka
07d985f20f
Merge pull request #8110 from dashevchenko/passwordHistoryTable
Moved password history from tb_user to user_credentials
2023-03-06 15:52:40 +02:00
Oleksandra Matviienko
7dd65888ca junit5: BaseEdgeServiceTest annotation exceptions refactoring 2023-03-06 14:36:32 +01:00
Oleksandra Matviienko
71c187542e junit5: BaseAssetServiceTest annotation exceptions refactoring 2023-03-06 14:27:02 +01:00
Oleksandra Matviienko
1c23d5978e junit5: BaseWidgetTypeServiceTest annotation exceptions refactoring 2023-03-06 14:13:19 +01:00
Oleksandra Matviienko
6de73fc6ba junit5: BaseAssetProfileServiceTest annotation exceptions refactoring 2023-03-06 14:02:40 +01:00
Oleksandra Matviienko
c8ccd522a5 junit5: BaseOAuth2ServiceTest annotation exceptions refactoring 2023-03-06 13:59:09 +01:00
Oleksandra Matviienko
1fb9ddc1db junit5: BaseOAuth2ConfigTemplateServiceTest annotation exceptions refactoring 2023-03-06 13:55:41 +01:00
Oleksandra Matviienko
84e4c8f231 junit5: BaseRuleChainServiceTest annotation exceptions refactoring 2023-03-06 13:49:01 +01:00
Oleksandra Matviienko
605e856deb junit5: BaseTenantProfileServiceTest annotation exceptions refactoring 2023-03-06 13:39:44 +01:00
Oleksandra Matviienko
8c253ec352 junit5: BaseQueueServiceTest annotation exceptions refactoring 2023-03-06 13:34:22 +01:00
Oleksandra Matviienko
25e046dc79 junit5: BaseTenantServiceTest annotation exceptions refactoring, testSaveTenantWithIsolatedProfileInMonolithSetup issue 2023-03-06 13:08:49 +01:00
Oleksandra Matviienko
99b60dff4e junit5: BaseWidgetsBundleServiceTest annotation exceptions refactoring 2023-03-06 12:30:30 +01:00
Oleksandra Matviienko
1c5bebbf7e junit5: BaseDeviceServiceTest refactoring 2023-03-06 12:25:50 +01:00
Oleksandra Matviienko
4c20ec93df junit5: BaseDashboardServiceTest annotation exceptions refactoring 2023-03-06 11:51:32 +01:00
Oleksandra Matviienko
8646526446 junit5: BaseUserServiceTest annotation exceptions refactoring 2023-03-06 11:34:50 +01:00
Oleksandra Matviienko
fe93ab0687 junit5: BaseDeviceCredentialsServiceTest annotation exceptions refactoring 2023-03-06 11:28:33 +01:00
Volodymyr Babak
8222282451 Refactoring after code review - removed utils method and move logic into entity classes 2023-03-06 11:46:56 +02:00
Vladyslav_Prykhodko
069ef4de5b Merge remote-tracking branch 'upstream/develop/3.5' into feature/notification-system 2023-03-06 10:21:41 +02:00
Oleksandra Matviienko
d0e1418318 junit5: BaseDeviceServiceTest test annotation exceptions refactoring 2023-03-06 00:33:35 +01:00