YevhenBondarenko
3be53a3605
fixed saveDeviceWithCredentials api
3 years ago
dashevchenko
e2ba34bbf3
refactoring
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
Volodymyr Babak
371cab26d2
HotFix - fixed init of rule chains - init only on APP_INIT msg
3 years ago
Andrii Shvaika
7dcebed624
Ability to force ack for external nodes
3 years ago
Andrii Shvaika
649898566c
Add unrecoverable initialization error for actors. Fix timeouts on missing rule chain id in the rule chain input node
3 years ago
nickAS21
d9c028f566
tbel: add Tests - long, float, double (syntax)
3 years ago
nickAS21
6894ffb8a9
tbel: add Tests - long, float, double
3 years ago
nickAS21
35dfa1e7bd
tbel: add parseLong Test
3 years ago
nickAS21
f15d84e44a
tbel: add parseHexToLong, Float, Double
3 years ago
nickAS21
59dfb4f4e1
tbel: refactoring prepareBytesToNumber
3 years ago
nickAS21
b79176f3b8
tbel: add parseLong
parseHexToLong
parseBytesToLong
toFixed (float.class)
3 years ago
nickAS21
6d0b16e41c
tbel: add parseBytesToDouble
3 years ago
nickAS21
50d3a6d925
tbel: add parseBytesToFloat
3 years ago
ViacheslavKlimov
0bd7f74c47
Fix issues
3 years ago
nickAS21
6d69c9b213
fix_bug_switch: add CompileException2
3 years ago
nickAS21
7f0c5f219b
fix_bug_switch: add CompileException
3 years ago
ShvaykaD
a5de29c1f4
code readability fix
3 years ago
ShvaykaD
e5a2712d89
changed logic to ack msg if stack is null
3 years ago
nickAS21
a85d0b6129
fix_bug_switch: add validation to tbel
3 years ago
ShvaykaD
f191357b90
fixed NPE in Flow output node when it used after split array msg node
3 years ago
ViacheslavKlimov
93e8770023
Don't write to cache on each deduplication
3 years ago
ViacheslavKlimov
b77078c24e
Notifications deduplication improvements
3 years ago
Andrii Shvaika
d34a65eada
Resources access for Customer Users
3 years ago
YevhenBondarenko
9dd10b0b75
fixed Iterator already obtained
3 years ago
YevhenBondarenko
23d204e4d6
added new default root cert for azure iot
3 years ago
dashevchenko
a85f5b4330
added initial implementation
3 years ago
dashevchenko
87786ef72d
refactoring
3 years ago
ShvaykaD
138128d837
added more logs to RPC processing logic in MQTT and CoAP transports
3 years ago
dashevchenko
29384170d7
added tests
3 years ago
dashevchenko
f356a94b81
added new hash_code column to resource table
3 years ago
ShvaykaD
d500d5cb17
updated RPC based logs to use RPC keyword instead of rpc
3 years ago
ViacheslavKlimov
2f560315d1
Exceeded rate limits notifications; their deduplication; refactoring
3 years ago
ViacheslavKlimov
64571eeff2
Don't use Rule Engine message as notification rule trigger
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
Andrii Landiak
c2a87aba60
Add redis-sentinel mode support
3 years ago
imbeacon
24b82939c3
Fixes for models in Swagger
3 years ago
Andrii Shvaika
b37a708f40
Fix invalid return code for legacy 3.x MQTT clients
3 years ago
AndriiD
c863cf6c15
\changed ServiceType.valueOf to ServiceType.of
3 years ago
ShvaykaD
b2ca9ce086
added logic to cleanup rpcAwaitingAck map when before session close
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