3255 Commits (7155140a39ed1e58f52014a7f82a94de258b4a9d)

Author SHA1 Message Date
Sergey Matvienko 8c92d7bf6e docker images upgraded 2 years ago
ViacheslavKlimov 285b8803da Limit notification request errors stats to 100 2 years ago
Andrii Landiak bba7f738eb Change method name 2 years ago
Sergey Matvienko ce24f2e765 revert test logback for dao 2 years ago
Sergey Matvienko d11bc722b5 bouncycastle.version 1.78 to be compatible with ext 2 years ago
ViacheslavKlimov baf36bc2ea Refactor CleanUpService 2 years ago
ViacheslavKlimov 023f6e9f1d Increase max stats size for notification request 2 years ago
Sergey Matvienko e3f2974fcd dependency: bouncycastle jdk15on moved to jdk18on 2 years ago
Sergey Matvienko da3b496a68 dependency updated to fix userSettingsDao.findByTypeAndPath: hypersistence-utils-hibernate-63:3.7.4 for hibernate-core:6.4.4. Test and notes added 2 years ago
Sergey Matvienko f471f1351e alarm repository UUID.fromString for non-blank assigneeId 2 years ago
Sergey Matvienko b0b54b26dd alarm repository UUID.fromString for non-null assigneeId 2 years ago
Sergey Matvienko baed75173c rollback jakarta.el.version 2 years ago
Sergey Matvienko 38f3a16a31 ThingsboardPostgreSQLDialect fixed with type cast to text. SqlExceptionHelper - ERROR: operator does not exist: character varying ~~* bytea. Hint: No operator matches the given name and argument types. You might need to add explicit type casts. 2 years ago
Sergey Matvienko c4918d97c9 hibernate UUID cast removed for AlarmRepository and DeviceRepository 2 years ago
Sergey Matvienko 767edd4608 ElasticsearchAuditLogSink refactored performRequestAsync to be compatible with 8.x.x version 2 years ago
Sergey Matvienko 60ccd97832 org.apache.commons.collections replaced with org.apache.commons.collections4 2 years ago
Sergey Matvienko a3e7e0b4a1 major dependency update 2 years ago
ViacheslavKlimov 3803081b57 Refactor alarms deletion; separate tenant entities deletion task 2 years ago
Igor Kulikov 6f29073556 OAuth2 fix: Detect client registration method according to new spring security API. 2 years ago
ViacheslavKlimov 49a1a37b06 Refactor deletion events handling 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
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
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