3535 Commits (a4a23b9f387654428caf3ba7672f954a42bc05a1)

Author SHA1 Message Date
Sergey Matvienko 771d15a6dd BaseTimeseriesServiceTest: 3 findLatest related tests added 2 years ago
Sergey Matvienko 3003fccf3b BaseTimeseriesServiceTest refactored 2 years ago
ViacheslavKlimov c47946948a Single entity deletion event when tenant is deleted 2 years ago
ViacheslavKlimov a80d4650ea Delete customers last on tenant deletion; tests fixes 2 years ago
ShvaykaD 27d026821a fixed adter review 2 years ago
ViacheslavKlimov 881a8048ce Fix EntityDaoRegistry init 2 years ago
ViacheslavKlimov 40d9789035 More tests 2 years ago
ViacheslavKlimov 0b18de1482 Refactor entities deletion 2 years ago
ViacheslavKlimov 9064bfaa76 Delete tenant entities in batches with id offset 2 years ago
ViacheslavKlimov 6c592a249e 3.6.3 to 3.6.4 upgrade script 2 years ago
Andrii Landiak 5191143c3f Provide support for Notification to Edge 2 years ago
ViacheslavKlimov feb629f2c2 Alarms deletion in batches with id offset 2 years ago
Shvaika Dmytro cad3011938
Replacement of local cache in rule nodes with cached entity service APIs. (#9552) 2 years ago
IrynaMatveieva 864b862fc7 used Optional.ofNullable 2 years ago
Andrii Landiak d041faae89 Micro refactoring: using java 17 2 years ago
IrynaMatveieva d152e0b24b moved tests to RuleChainServiceTest class 2 years ago
IrynaMatveieva 4c984dc82c removed unnecessary method creation 2 years ago
dashevchenko 140f8dc489 attribute scope is prepared correctly for rule engine message metadata 2 years ago
Sergey Matvienko 44096a7cb7 TS latest dao put to Redis WIP 2 years ago
Andrii Landiak 9e1c195e59 Fix comment 2 years ago
Andrii Landiak 0252ab851a Micro improvement: fix logic for filteringKeys containsAll latestValues && entityFields. Improve test 2 years ago
Andrii Landiak 2fced834fd Improvement to entity data query: add optimization, add fetching by 1024 max 2 years ago
Oleksandra Matviienko e00b14bf84 validateId refactoring 2 years ago
Sergey Matvienko 6ca90a80b2 Deprecated old methods in Validator in favour the fastest ones 2 years ago
Sergey Matvienko 93adbd116c Validator: some old method usage replaced with a new ones with functions 2 years ago
Sergey Matvienko f82d6b9db5 ValidatorTest fixed imports 2 years ago
Oleksandra Matviienko 1e83e458f6 Changes in validateIds method. Validate method for id,ids added. Minor changes in code formatting. 2 years ago
Oleksandra Matviienko c785c8acfd Minor changes of validation methods and code formatting. 2 years ago
Oleksandra Matviienko a993f2133a Changes according to comments 2 years ago
Oleksandra Matviienko 816f6e35c5 Changed the usage of validate methods in Validator from methods with an errorMessage to methods with functions. 2 years ago
Oleksandra Matviienko 4eeb0b2883 UPD. Refactoring and changes according to comments. 2 years ago
Oleksandra Matviienko c2b53479fb UPD. Refactoring and changes according to comments. 2 years ago
Oleksandra Matviienko 85e80a56ae Tests for Validator are added. 2 years ago
Oleksandra Matviienko 5e39af738b In Validator a Function provided to build an error message only if necessary. 2 years ago
Sergey Matvienko 9466578c91 WIP CachedRedisSqlTimeseriesLatestDao.java 2 years ago
Andrii Landiak fe5b4606eb Improvement: do not use 2 queries for single_entity 2 years ago
Andrii Landiak 87e564f8c0 Use stringUtils to check if search text is not null and is not empty 2 years ago
Andrii Landiak 596d0f1135 Improvement optimization is not perfroming while text search is not null 2 years ago
Andrii Landiak 2888ac5db9 Improve EntityDataQuery using 2 query: filter and sort to find entityIds and using entityIds as List to map with telemetry and entity fields 2 years ago
ViacheslavKlimov 9d1f751f3a Fix race condition on tenant creation; refactoring 2 years ago
IrynaMatveieva 841729bca3 removed unnecessary object creation 2 years ago
dashevchenko 1f1a9c5a25 updated asset/device delete methods to delete only alarms originated by entity 2 years ago
Sergey Matvienko d9b7725113 WIP Redis junit5 test container 2 years ago
Igor Kulikov 8a890a4512 Fix compilation error 2 years ago
ViacheslavKlimov 8a58fd49b5 Fix import in DefaultEntityServiceRegistry 2 years ago
IrynaMatveieva e29a470856 used assertj instead of junit 2 years ago
ViacheslavKlimov ed44db6d25 Add delivery_method column to notification; persist mobile notifications 2 years ago
IrynaMatveieva e879f63376 fixed error message for problem with external id 2 years ago
ViacheslavKlimov a529abeced Fix attributes removal by entity id 2 years ago
dashevchenko ab638cfa19 add defaultSorting by default 2 years ago