Volodymyr Babak
eec8bb0202
Introduced new configuration option
5 years ago
Volodymyr Babak
594a1290db
Async timeout connector customizer. Refactoring
5 years ago
Vladyslav_Prykhodko
ce9dcd17c6
UI: Add Constant keys in the Device Profile Alarm Rules
5 years ago
Andrii Shvaika
3cd964327a
Constant filters for device profile
5 years ago
Vladyslav_Prykhodko
7237497946
UI: Fixed merge additional info after save entity; Fixed updated alarm rules count
5 years ago
Illia Barkov
0f3d1baa3f
Added subject alternative names into key generation tool #4114 ( #4163 )
5 years ago
vzikratyi
43309d2497
Added instruction to update redis config if attr cache enabled
5 years ago
vzikratyi
c7df356fb7
Wrapped attr cache requests, fixed bug
5 years ago
Andrii Shvaika
ab76d81c6f
Imrpvements to the cache
5 years ago
vzikratyi
29fd4fb02c
Save Attributes to cache
5 years ago
Chantsova Ekaterina
c3a9e69176
Make file input work properly when there are multiple on page
5 years ago
Andrew Volostnykh
240422aa94
Correction of the same typos
5 years ago
Andrew Volostnykh
72ea3273c7
Fix of incorrect url for getTenantProfiles in REST Client
5 years ago
YevhenBondarenko
667a4459aa
fixed sas credentials in iot hub node
(cherry picked from commit 36ff1a8f9e853da7b5f1d0bf3e564b37ea0d92bc)
5 years ago
Andrii Shvaika
a4508aa193
Imrpvements to the entity message routing based on the device profile
5 years ago
VoBa
16f3146fd4
Push entity created event to the device profile rule chain and queue if specified ( #4131 )
* Remove device from cache in case null value cached in the distributed redis
* Handle case when device was removed from db but message in the queue exists
* Code review chagnes
* Added usage statistics configuration to yml file
* Use msg queue instead of default
* Make private
* Make private
* Push entity created event to the device profile rule chain and queue if specified
5 years ago
ShvaykaD
c01005627b
[3.3] Fix/psql ts partitions remove action ( #4130 )
* fix psql ts partitions remove action by max ttl
* added forced null assigning
* added fix to upgrade
* added update to upgrade script from 3.1.1 and 3.2.1
5 years ago
vzikratyi-tb
ef33c68727
Added kafka consumer-groups statistics ( #4123 )
* Added kafka consumer-groups statistics
* Fixed PR notes
* Updated stats.kafka-response-timeout-ms
* Log kafka stats only once for CORE and RULE_ENGINE
5 years ago
AndrewVolosytnykhThingsboard
9728478b0d
Stub for querying entities after deleting dashboard ( #4107 )
* Code cleaning after review
* Code cleaning
* Refactoring
* Clean solution improved
* Imports standartization
* Correct if statement improved
5 years ago
Andrii Shvaika
5865dd288c
Ignore old properties
5 years ago
Andrii Shvaika
d5f70af38a
Ignore removed properties.
5 years ago
Andrii Shvaika
a14c10f1bc
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Andrii Shvaika
bfd0ed5d04
Delta Calculation Node improvement
5 years ago
VoBa
c8d8321f74
Use msg queue instead of default ( #4116 )
* Remove device from cache in case null value cached in the distributed redis
* Handle case when device was removed from db but message in the queue exists
* Code review chagnes
* Added usage statistics configuration to yml file
* Use msg queue instead of default
* Make private
* Make private
5 years ago
Vladyslav_Prykhodko
3cc9ad5007
UI: Improvement alarm tabs in the entity details: default time interval 30 days
5 years ago
Andrew Volostnykh
6bc902756b
Code cleaning after review
5 years ago
Andrew Volostnykh
e70df09b08
Code cleaning and fix of tests
5 years ago
Andrew Volostnykh
6bf2b322af
Test and some code cleaning
5 years ago
Andrew Volostnykh
e93c975a01
Compound with front-end, fix of incorrect getter use
5 years ago
AndrewVolosytnykhThingsboard
77de9da2a8
DynamicValue: Rename 'useInherit' to correct name 'inheritMode'
5 years ago
AndrewVolosytnykhThingsboard
1c78a59fb2
Logic for inheritance in DynamicValue added
5 years ago
Vladyslav_Prykhodko
5e990da0ba
UI: Refactoring alarm-rule inherit
5 years ago
Vladyslav_Prykhodko
ada0af2a41
UI: Added in device profile alarm rule condition to dynamic mode checkbox inherit from owner
5 years ago
YevhenBondarenko
d5b28222a3
fixed unlimited error messages in TbMsgGeneratorNode
5 years ago
Andrii Shvaika
a15e991d23
Added support of BigDecimal to the JsonConverter
5 years ago
Andrii Shvaika
6c1074a8b0
Fix for race condition in the partition change events
5 years ago
VoBa
411c9dabda
Added usage statistics configuration to yml file ( #4097 )
* Remove device from cache in case null value cached in the distributed redis
* Handle case when device was removed from db but message in the queue exists
* Code review chagnes
* Added usage statistics configuration to yml file
5 years ago
VoBa
eaa2c5785f
Handle case when device was removed from db but message in the queue ( #4092 )
* Remove device from cache in case null value cached in the distributed redis
* Handle case when device was removed from db but message in the queue exists
* Code review chagnes
5 years ago
Andrii Shvaika
dac7c5250f
Improvements to the DeviceStateService
5 years ago
Viacheslav Kukhtyn
c4b1f9ea7a
Process alarms on activity and inactivity events when device state is persisted to telemetry
5 years ago
Viacheslav Kukhtyn
d34d38613b
Process alarm rules on activity and inactivity events
5 years ago
Igor Kulikov
081ee1e634
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Igor Kulikov
305e656c71
Fix memory leak in entity data subscription service
5 years ago
Andrii Shvaika
58e31ceb78
Improvement to the restarts of the rule nodes
5 years ago
Igor Kulikov
008c2c5d5f
Merge pull request #4082 from ChantsovaEkaterina/improvement/delete-unused-translations
Delete unused translations
5 years ago
Chantsova Ekaterina
bf21ee3d67
Delete unused translations
5 years ago
Igor Kulikov
5120ccb536
Update rule node UI
5 years ago
Igor Kulikov
743b83d519
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Igor Kulikov
efad71b5ac
Fix TbKafkaNode. Configure directly serializer class for key/values instead of string class name.
5 years ago
Andrii Shvaika
cfb8a72f06
Memory leak fix for cases when actors fail to initialize or stopped. Cleanup TbMsgPackProcessingContext as well.
5 years ago