2055 Commits

Author SHA1 Message Date
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
Andrii Shvaika
15104028ea Investigating the cache issues 2022-04-29 16:12:22 +03:00
Sergey Matvienko
8adc0c739f removed sql test suites in favour independent test run, fixed NoSqlDaoServiceTestSuite 2022-04-28 18:45:58 +03:00
Sergey Matvienko
5c6a5bcb6a
Merge branch 'develop/3.4' into tests-speedup-tenant 2022-04-26 14:37:01 +03:00
Sergey Matvienko
fcb0cd93e3 nosql-test.properties added Main queue to handle the init issue 2022-04-26 14:29:39 +03:00
Viacheslav Klimov
0c15bc8b01 Merge remote-tracking branch 'origin/develop/3.4' into rate-limits-to-tenant-profile 2022-04-26 12:13:19 +03:00
Sergey Matvienko
e760d45bd6 application-test.properties low latency to speed up tests 2022-04-26 11:49:30 +03:00
YevhenBondarenko
9b19da096f removed max queues and max partitions per queue in tenant profile 2022-04-21 09:51:25 +02:00
Volodymyr Babak
d3eda0c473 Added edge_event config to yml file 2022-04-21 10:42:39 +03:00
Volodymyr Babak
878d9743ce Organize imports 2022-04-20 18:11:29 +03:00
Volodymyr Babak
f8687cb983 Make save edge event method async 2022-04-20 17:17:46 +03:00
Andrii Shvaika
9dacc93c2d Merge remote-tracking branch 'origin/master' into develop/3.4 2022-04-20 11:49:21 +03:00
Andrii Shvaika
349f331890 Merge PR #6320 2022-04-20 11:45:17 +03:00
YevhenBondarenko
75e2b60eb8 Implemented isolated rule engine queue consumers 2022-04-19 23:02:33 +02:00
Sergey Matvienko
92f141e2ca CustomerServiceSqlTest refactored in async manner to improve performance 2022-04-19 17:20:58 +03:00
Viacheslav Klimov
119430ff9a Minor improvements 2022-04-18 14:32:43 +03:00
YevhenBondarenko
4e4ac0012c used queueId instead of queueName in DeviceProfile and TbMsg 2022-04-13 21:55:03 +02:00
Yuriy Lytvynchuk
e1b9f8211b getValueForSQLQuery: valueParameter.ToString() -> String.valueOf(valueParameter) 2022-04-13 17:55:38 +03:00
Yuriy Lytvynchuk
4b8e2efc38 logQuery: Log format modification 2022-04-13 17:19:11 +03:00
Yuriy Lytvynchuk
cecbacfad4 Query: add SQL string with parameters 2022-04-12 18:20:55 +03:00
Yuriy Lytvynchuk
1a4cf21bb1 Query: add SQL string with parameters 2022-04-11 20:00:07 +03:00
Yuriy Lytvynchuk
1f029983d1 Query: add SQL string with parameters 2022-04-11 19:33:59 +03:00
YevhenBondarenko
3592351a63 Used Queue entity 2022-04-11 11:03:14 +02:00
Yuriy Lytvynchuk
ee4a3b90cc Query: add SQL string with parameters 2022-04-08 23:12:07 +03:00
Andrew Shvayka
126e8b9639
Merge pull request #6265 from YevhenBondarenko/feature/update-versions
[3.4] updated spring, netty and jackson versions
2022-04-08 14:30:04 +03:00
Viacheslav Klimov
1b48a98fa0 Save relations after all other entities are saved on import; refactoring 2022-04-08 13:53:28 +03:00
van_vanich
4e8bd88fb3 Merge remote-tracking branch 'ce/develop/3.4' into aggregationTsDao_fix 2022-04-07 11:48:46 +03:00
Viacheslav Klimov
cecf49a67d Fix dashboard import to update entity aliases 2022-04-05 18:55:20 +03:00
Yuriy
5809b0d6a8 QUERY: add SQL string with parameters 2022-04-05 17:53:54 +03:00
Viacheslav Klimov
7c00cd449f Add option to find existing entity by name when importing; refactoring 2022-04-05 17:12:51 +03:00
Viacheslav Klimov
18b2fd4664 Fix permission checks for export/import api 2022-04-05 15:01:26 +03:00
Viacheslav Klimov
9b8fca9973 Export/import api improvements 2022-04-05 10:45:13 +03:00
YevhenBondarenko
5c2ee4434c added consumerPerPartition to Queue entity 2022-04-04 17:06:40 +02:00
Viacheslav Klimov
2a77c90d13 More tests for export/import api; refactoring 2022-04-04 15:09:46 +03:00