2184 Commits

Author SHA1 Message Date
Andrii Shvaika
c6ebf049a2 Version Control Service refactoring 2022-05-18 14:46:54 +03:00
Andrii Shvaika
7ec45fd5f1 Rename Data structures. Create separate module. 2022-05-18 10:40:02 +03:00
Andrii Shvaika
0905aff7a0 Merge with develop/3.4 2022-05-17 17:00:25 +03:00
Andrew Shvayka
89ca417b10
Merge pull request #6558 from ViacheslavKlimov/feature/entities-vc
Entity Version Control
2022-05-17 16:38:12 +03:00
Andrii Shvaika
a352452093 Move Device Cache to common package 2022-05-13 10:11:06 +03:00
Andrii Shvaika
94155d55fd Organize imports 2022-05-11 10:23:12 +03:00
Andrii Shvaika
274cfa986d Session Cache 2022-05-10 16:14:41 +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
eb6458738d Device Cache Impl 2022-05-09 17:13:23 +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
Andrii Shvaika
9f3f2985ab Redis Cache implementation 2022-05-06 19:12:41 +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
Andrii Shvaika
15104028ea Investigating the cache issues 2022-04-29 16:12:22 +03:00
Andrew Shvayka
761e36be7f
Merge pull request #6431 from smatvienko-tb/tests-speedup-tenant
[3.4] Tests performance improvements
2022-04-28 15:15:11 +03:00
Andrew Shvayka
b9b813385f
Merge pull request #5671 from ViacheslavKlimov/smpp-sms-sender
[3.4] SMPP SMS provider
2022-04-28 12:03:57 +03:00
Andrew Shvayka
559cf9ac8c
Merge pull request #6422 from smatvienko-tb/in-memory-storage-improvements-develop34
[3.4] In memory storage improvements
2022-04-27 15:04:49 +03:00
Sergey Matvienko
5c6a5bcb6a
Merge branch 'develop/3.4' into tests-speedup-tenant 2022-04-26 14:37:01 +03:00
Andrew Shvayka
215a646fde
Merge pull request #6451 from volodymyr-babak/edge-event-make-async
[3.4] Make save edge event method async
2022-04-25 13:05:37 +03:00
Andrew Shvayka
84dc8881ba
Merge pull request #6240 from ShvaykaD/feature/6233
[3.4] MQTT added ability to send PUBACK instead of close session on publish request data validation exception
2022-04-25 13:03:46 +03:00
Sergey Matvienko
c744e2cd2e Swagger disabled for the test profile 2022-04-21 14:23:47 +03:00
Volodymyr Babak
f8687cb983 Make save edge event method async 2022-04-20 17:17:46 +03:00
Sergey Matvienko
b2fa263027 revert extra log on poll InMemoryTbQueueConsumer 2022-04-19 15:59:29 +03:00
Sergey Matvienko
b6911bda41 Revert "BurstTbRuleEngineSubmitStrategy debug notes to fix the long-running testTheCopyOfAttrsIntoTSForTheView"
This reverts commit 1600fa7f65a25454d52fff8ac1542f770551e06a.
2022-04-19 15:57:02 +03:00
Sergey Matvienko
1600fa7f65 BurstTbRuleEngineSubmitStrategy debug notes to fix the long-running testTheCopyOfAttrsIntoTSForTheView 2022-04-19 13:03:45 +03:00
Sergey Matvienko
f6e71e4b93 AbstractWebTest exception wrapper into runtime exception to use in async futures without try/catch overhead 2022-04-19 12:54:45 +03:00
Sergey Matvienko
bf98d1b68b QueueToRuleEngineMsg improved toString with call super 2022-04-19 12:50:52 +03:00
Viacheslav Klimov
119430ff9a Minor improvements 2022-04-18 14:32:43 +03:00
Volodymyr Babak
fe16336bbb Merge EdgeUtils and EdgeEventUtils 2022-04-18 11:51:51 +03:00
Sergey Matvienko
8436e759ee DefaultInMemoryStorage fixed license header 2022-04-15 16:48:04 +03:00
Sergey Matvienko
f8a6751182 InMemoryStorage performance improved. Many test cases added since it is essential piece of code. 2022-04-15 16:46:19 +03:00
Sergey Matvienko
b9b4d06376 DefaultInMemoryStorageTest test added on Poll before improvement 2022-04-15 16:46:15 +03:00
Sergey Matvienko
d18533a88f InMemoryStorage extracted 2022-04-15 16:46:09 +03:00
Sergey Matvienko
9a2bc5ab9d InMemoryStorage refactored from the static singleton to the Spring Bean 2022-04-14 13:20:34 +03:00
Viacheslav Klimov
c04a0ff3a6 More tests for export/import api; improvements 2022-04-12 13:04:25 +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
9b8fca9973 Export/import api improvements 2022-04-05 10:45:13 +03:00
Viacheslav Klimov
e37a075031 Export/import API: refactor, rename packages 2022-04-01 15:22:44 +03:00
Viacheslav Klimov
ab5d6f3c0d Entities export/import API refactoring 2022-03-30 13:31:43 +03:00
Viacheslav Klimov
040b6a31ad Rename packages for export/import 2022-03-25 15:54:07 +02:00
Viacheslav Klimov
5ee056ff8d Export/import API refactoring 2022-03-25 15:32:54 +02:00
nickAS21
f3fd2c4987 coap:fix bug test 2022-03-23 12:52:15 +02:00
Viacheslav Klimov
01ad35d864 Get rid of boilerplate in import services 2022-03-16 20:02:51 +02:00
Viacheslav Klimov
849513541e Entities export/import API refactoring: permission checks and entity lifecycle events 2022-03-16 17:35:34 +02:00
Viacheslav Klimov
4062dc70fb Initial export/import API for devices, device profiles, assets, rule chains, dashboards and customers 2022-03-16 15:03:55 +02:00
Yevhen
5d82d738ee updated spring and netty versions 2022-03-15 21:44:27 +01:00
Igor Kulikov
d7efbd6eba Merge with master 2022-03-15 12:42:18 +02:00
ShvaykaD
d4e6c013d2 added fixes after review 2022-03-14 13:01:46 +02:00