1826 Commits

Author SHA1 Message Date
Igor Kulikov
c4bdee92db PSQL annotation and dialect cleanup. 2022-06-15 14:04:13 +03:00
Igor Kulikov
0c1d3611cd
Merge pull request #5983 from amarkevich/PostgreSQL10Dialect
switch to PostgreSQL10Dialect
2022-06-15 13:07:23 +03:00
dlandiak
fd53c24346 fixing slow queries logging 2022-06-10 13:24:20 +03:00
Igor Kulikov
e49da1035b Fix backward compatibility for defaultQueueName field of device profile 2022-06-06 15:13:15 +03:00
Igor Kulikov
0e9acbec7a Improve upgrade scripts 2022-06-02 17:39:19 +03:00
Andrew Shvayka
309ac0b1ec
Merge pull request #6534 from YevhenBondarenko/feature/queue-entity
[3.4] Queues API and UI
2022-06-02 13:21:35 +03:00
Andrii Shvaika
d4bf9dd5d9 Adding @TbCoreComponent to the 2FA services to fix rule-engine msa 2022-06-02 13:05:17 +03:00
YevhenBondarenko
44403cd2c2 merge with develop/3.4 2022-06-01 21:55:34 +02:00
Viacheslav Klimov
906d421f2d Merge branch 'develop/3.4' into feature/2fa 2022-05-26 17:44:38 +03:00
YevhenBondarenko
0b556f1763 fixed tests 2022-05-24 15:04:42 +02:00
YevhenBondarenko
b6cbe0ca77 added additional info to queue configutation 2022-05-24 12:02:43 +02:00
YevhenBondarenko
6c1031536d merge with develop/3.4 2022-05-19 17:17:04 +02:00
YevhenBondarenko
92117d1280 used scheduler instead of thread sleep 2022-05-18 22:23:20 +02:00
Viacheslav Klimov
41fede9b43 Add checks for SMS and mail service when setting up 2FA provider; 2Fa verification mail template 2022-05-17 18:31:49 +03:00
Andrii Shvaika
4f6ef91d33 Fix race conditions in WS test client 2022-05-17 12:49:54 +03:00
YevhenBondarenko
f32847a869 typo fix 2022-05-16 13:03:21 +02:00
YevhenBondarenko
b037fb09b0 merge with develop/3.4 2022-05-16 12:59:19 +02:00
Andrii Shvaika
a352452093 Move Device Cache to common package 2022-05-13 10:11:06 +03:00
Andrii Shvaika
8c07aca7ef Fix tests 2022-05-12 10:21:50 +03:00
YevhenBondarenko
321730ed02 added upgrade for queues 2022-05-11 23:02:03 +02:00
Andrii Shvaika
7ca1f5068b No Transactional with Supports propogation 2022-05-11 16:40:18 +03:00
Andrii Shvaika
69e31075e4 License headers 2022-05-11 12:28:06 +03:00
Andrii Shvaika
c96b70fcb4 Improve Default Device Profile creation 2022-05-11 12:15:12 +03:00
Andrii Shvaika
94155d55fd Organize imports 2022-05-11 10:23:12 +03:00
YevhenBondarenko
d5ef34cfb8 added additional info to Queue 2022-05-10 19:44:58 +02:00
Andrii Shvaika
274cfa986d Session Cache 2022-05-10 16:14:41 +03:00
Andrii Shvaika
96a9b22a67 Device Credentials service 2022-05-10 15:35:04 +03:00
Andrii Shvaika
5243b873e0 No more redundant EntityCacheManager 2022-05-10 13:35:19 +03:00
Andrii Shvaika
c69ba6d02d Device Profile Cache 2022-05-10 13:27:02 +03:00
Andrii Shvaika
ffe5b5ee91 OTA Package cache 2022-05-10 12:07:19 +03:00
Andrii Shvaika
29396864f2 Edge cache 2022-05-10 11:47:09 +03:00
Andrii Shvaika
0ff53a928d Entity View Cache 2022-05-10 10:56:08 +03:00
Andrii Shvaika
08ae3e9b83 Tenant Profile Cache 2022-05-10 10:20:12 +03:00
Andrii Shvaika
d9d68a0682 Asset Cache implementation 2022-05-10 09:42:36 +03:00
YevhenBondarenko
3382ac4807 created Queue validator 2022-05-09 23:28:04 +02:00
YevhenBondarenko
dc3c2cfec2 merge with develop/3.4 2022-05-09 22:27:21 +02:00
Andrii Shvaika
eb6458738d Device Cache Impl 2022-05-09 17:13:23 +03:00
Andrii Shvaika
14e16cc6f3 Redis Tests Suite to run all the SQL tests with Redis instead of Caffeine 2022-05-09 10:54:22 +03:00
Andrii Shvaika
a3b8021ec5 Redis Cache for RelationsService 2022-05-07 15:07:54 +03:00
Andrii Shvaika
a6f38902b7 Start of the RelationService refactoring 2022-05-07 12:56:27 +03:00
YevhenBondarenko
7dcb572dfd added queue constraint processing 2022-05-06 21:18:48 +02:00
Andrii Shvaika
9f3f2985ab Redis Cache implementation 2022-05-06 19:12:41 +03:00
Viacheslav Klimov
a85dcdbd3c Merge branch 'develop/3.4' into feature/2fa
# Conflicts:
#	application/src/test/java/org/thingsboard/server/controller/AbstractWebTest.java
#	pom.xml
#	ui-ngx/src/assets/locale/locale.constant-en_US.json
2022-05-06 11:42:10 +03:00
Andrii Shvaika
7eaa70e472 Transactional Redis Cache interface 2022-05-05 19:16:45 +03:00
Andrii Shvaika
3bb52b0250 Advanced TransactionCacheManager 2022-05-05 17:41:16 +03:00
Viacheslav Klimov
bcc736991e Multiple used 2FA providers for account 2022-05-04 14:29:36 +03:00
YevhenBondarenko
659cb0d3d6 fixed isolated tenant tests 2022-05-03 11:09:27 +02:00
YevhenBondarenko
f4353e2db5 added TbTenantProfileService 2022-05-02 10:04:20 +02:00
YevhenBondarenko
f74f3a9293 created TbQueueService and improvements 2022-05-02 08:23:16 +02:00
Sergey Matvienko
66a5222fcd @Transactional(propagation = Propagation.SUPPORTS) for the BaseRelationService 2022-04-29 18:13:33 +03:00