2777 Commits (feature/controller-logging)

Author SHA1 Message Date
Igor Kulikov 7310f438eb Increase widget type and widgets bundle description field size to 1024. 3 years ago
YevhenBondarenko 069efc06c3 widget test service improvements 3 years ago
dashevchenko 2c7b8b66e0 updated db schema versio from 3.5.2 to 3.6.0 3 years ago
YevhenBondarenko 82f4723898 fixed delete all types from widgets bundle 3 years ago
Volodymyr Babak 16e3a6e177 edge tests stability: seq_id column - remove maxvalue. increased timeout for waiting on edge imitator respones 3 years ago
Andrii Shvaika e369218a1f Fix rule node query performance 3 years ago
dashevchenko 66f598b4d8 refactored KvUtils.validate method 3 years ago
dashevchenko 88a17e3cfa added validation on space key 3 years ago
dashevchenko a249d81a49 removed default http ports in device connectivity commands 3 years ago
Sergey Matvienko eaa9a9b9cc Tests added to validate DefaultRuleChains and EdgeDefaultRuleChains json templates 3 years ago
YevhenBondarenko 43584d4012 download cert improvements 3 years ago
Igor Kulikov 98c245e293 Switch to version 3.6.0 3 years ago
Sergey Matvienko e36231364d DataValidator: validateName renamed to validateString 3 years ago
Sergey Matvienko e69009c112 WidgetTypeDataValidator - removed bundleAlias validation because it removed from WidgetTypeDetails 3 years ago
Sergey Matvienko 71434dbb46 WidgetTypeDataValidator resolver merge conflicts 3 years ago
Sergey Matvienko f27ac2cc51 DataValidator validateQueueNameOrTopic added check for non-empty string with test 3 years ago
Sergey Matvienko 8224051d35 DataValidator: refactored validateName to have an exception Prefix to feet many entity types needs 3 years ago
Sergey Matvienko 77d4a29f2e DataValidatorTest: validateEmail refactored using parameterized tests 3 years ago
Sergey Matvienko 608d3a6621 DataValidator: extracted validateName method from Asset and Device to use in all other validators. Tests added 3 years ago
Sergey Matvienko f46ba5aa93 Asset validator: validate that trimmed name has length (same as device validator) 3 years ago
Sergey Matvienko 9e7a6500d2 Asset validator: validation that name does not contain 0x00 symbols 3 years ago
Sergey Matvienko c14719a4f8 Asset tests: name validation added. validate name contains 0x00 as well to crush tests before fix 3 years ago
Sergey Matvienko f621c10260 Tests added for JpaDeviceDao and DeviceService 3 years ago
Sergey Matvienko 22c9aa3776 DeviceDataValidator: invalidate name containing 0x00 symbols 3 years ago
Sergey Matvienko 7177f8143c DeviceDataValidatorTest implemented to expose 0x00 problem in the device name 3 years ago
YevhenBondarenko a05bb3cd8f fixed tests 3 years ago
YevhenBondarenko 15d53a95cc added ON DELETE CASCADE and improvements 3 years ago
Igor Kulikov c783e44ac6 UI: Add widget panel: implement all widgets mode. 3 years ago
YevhenBondarenko 58859208ec refactoring 3 years ago
Igor Kulikov 875c8d526b Widget Bundles to Wudget Types Many to Many support for UI 3 years ago
Igor Kulikov 1fb9ba622e Widget -> Widget Bundle Many to Many support. 3 years ago
ViacheslavKlimov 724300c076 Fix tenant profile Java serialization; add test 3 years ago
YevhenBondarenko 1c87dabac2 improvements 3 years ago
YevhenBondarenko e1496f3284 download mqtts cert improvements 3 years ago
Igor Kulikov acdf5ad48c Implement ability to move widget types between widget bundles. Ability to deprecate widget type. 3 years ago
YevhenBondarenko ffa00bd94a refactoring due to comments 3 years ago
ViacheslavKlimov c55ac0efc6 Improvements for system notifications; add test 3 years ago
Igor Kulikov c57cb2b754 Switch to unique widget type FQN. 3 years ago
imbeacon b83a3b3eed Fix for gateway docker run command 3 years ago
ViacheslavKlimov ba2ded02b1 Notification to sysadmin when default JWT signing key is used 3 years ago
imbeacon c4d12c6ba9 Refactored DefaultTbAlarmService, added improvements for alarm unassignment on user removing, updated namings and tests. 3 years ago
imbeacon 1ce4214b79 Added test for DeleteEntityEvent 3 years ago
imbeacon 35b86999b1 Added timestamp to entity deleted event, to have correct assign ts in alarms after unassignment 3 years ago
imbeacon 4b8db9f37d Refactored repository method for getting assigned alarms, added limitations, logs and adopted tests for event based model alarms unassigning on user removing 3 years ago
Andrii Landiak 308674ddc7
Create entity on edge and send to cloud 3 years ago
imbeacon 19c5e50884 Updated due to comments 3 years ago
ViacheslavKlimov d8896fe9dd Minor refactoring for user notification settings 3 years ago
YevhenBondarenko 1c17b00513 added alarm_types table 3 years ago
Sergey Matvienko 3f2578b6d0 JpaNotificationDao: JavaDoc added for countUnreadByRecipientId for the reference to the idx_notification_recipient_id_unread 3 years ago
Sergey Matvienko a8f5602036 SQL partial index added idx_notification_recipient_id_unread for cheap and fast notification count on UI 3 years ago