dashevchenko
03b2399c44
fixed list of required fields for entities
3 years ago
YevhenBondarenko
3be53a3605
fixed saveDeviceWithCredentials api
3 years ago
dashevchenko
eab633632a
added cache for TBResourceInfo
3 years ago
ViacheslavKlimov
d0cbf4efd1
Add acknowledged and cleared properties to AlarmNotificationInfo
3 years ago
Volodymyr Babak
4a0ff8b968
Edge event seq ( #82 )
* edge event - added seq id auto generated column to fix issue with concurrent write of multiple edge events with the same created time
* kotlin Pair replaced by springframework class
* Handle cases when seq_id column started new cycle
* Added check for null in case entity was deleted
* GeneralEdgeEventFetched - sort order by seqId and not created time
* Edge event table - added migration script to add seq_id column
* Code review updates to be in sync with PE
* Improved handling cases when edge_event.seqId started new cycle
* Edge event table - seq_id column make to be cycled
* Improved handling of cases when seq_id column of edge_event table started new cycle
* Improved stability by properly handling exceptions
3 years ago
ViacheslavKlimov
0bd7f74c47
Fix issues
3 years ago
ViacheslavKlimov
b77078c24e
Notifications deduplication improvements
3 years ago
Andrii Shvaika
d34a65eada
Resources access for Customer Users
3 years ago
dashevchenko
a85f5b4330
added initial implementation
3 years ago
dashevchenko
87786ef72d
refactoring
3 years ago
dashevchenko
29384170d7
added tests
3 years ago
dashevchenko
f356a94b81
added new hash_code column to resource table
3 years ago
ViacheslavKlimov
2f560315d1
Exceeded rate limits notifications; their deduplication; refactoring
3 years ago
ViacheslavKlimov
f5cd8a9a52
Notification system - less async operations
3 years ago
ViacheslavKlimov
67656a2757
Notifications deduplication
3 years ago
Andrii Shvaika
aecea7d6a5
Removed SearchTextEntity
3 years ago
Andrii Shvaika
56338924a1
Remove Additional info from entities that do not have such field
3 years ago
Andrii Shvaika
be41ec8bef
Fix minor issues. Merged with develop/3.5.2
3 years ago
imbeacon
24b82939c3
Fixes for models in Swagger
3 years ago
nickAS21
4edf1ade2f
search_text: equals byteAdditionalInfo == null 3
3 years ago
nickAS21
7c1924446b
search_text: equals byteAdditionalInfo == null 2
3 years ago
nickAS21
08b9bf9f14
search_text: equals byteAdditionalInfo == null
3 years ago
nickAS21
ca2b2cfdd4
search_text: rollback additionalInfo == null
3 years ago
nickAS21
1d35acd340
search_text: additionalInfo == null
3 years ago
nickAS21
35bbff3cac
regactoring text_search for entity
3 years ago
Andrii Shvaika
f05f2e2053
Remove SearchText from Device
3 years ago
ShvaykaD
cca276dcbf
added configuration version to component descriptor
3 years ago
dashevchenko
9b461272c4
fixed xxe vulnerability
3 years ago
dashevchenko
7e7b5b17e7
refactoring
3 years ago
dashevchenko
9ef6501225
refactoring
3 years ago
ShvaykaD
21e5a1a130
added logic update to the rule nodes upgrade script
3 years ago
dashevchenko
b083ab98e0
updated GET /resources api to filter resources by type
3 years ago
dashevchenko
f28dd12bab
fixed NPE
3 years ago
dashevchenko
a6c52809cd
added sms disabled feature for tenant profile configuration
3 years ago
ViacheslavKlimov
b7f19a12cf
Version control for notification configs
3 years ago
ViacheslavKlimov
5cec1b8af2
Ability to disable notification rule
3 years ago
ViacheslavKlimov
36743eb5af
Branch name validation
3 years ago
YevhenBondarenko
fbf9773a61
optimize imports
3 years ago
ViacheslavKlimov
a4281fd6d3
Deduplication for new platform version notification
3 years ago
Igor Kulikov
1f334d58ad
Introduce SystemParams object holding necessary UI system parameters
3 years ago
Andrii Shvaika
89efe12c45
Fix Equals And HashCode issue for Device/Asset/EntityView Info
3 years ago
ViacheslavKlimov
bf7454ad3c
Move rate limiting to one service
3 years ago
Andrii Shvaika
7a385e34d1
DeviceInfo for Edge support
3 years ago
Andrii Shvaika
dcbc4c5c7d
Device Info Filter
3 years ago
ViacheslavKlimov
c542bb9b16
Notification system API description for Swagger
3 years ago
YevhenBondarenko
dba203037f
Added short doc for component clustering and added upgrade for mqtt node
3 years ago
ViacheslavKlimov
6013e19e54
Fix entity action notification
3 years ago
ViacheslavKlimov
b71257ba23
User title template param, improve notification preview, improve default notifications
3 years ago
YevhenBondarenko
da0bd1dc92
renamed SingletonSupport to ClusteringMode and refactoring due to comments
3 years ago
dashevchenko
62e9605971
renamed ALARM_ASSIGN to ALARM_ASSIGNED
3 years ago