-
Improvements for SNMP: SNMP v3 security, RPC, refactoring
-
Merge 'master' into 'develop/snmp'
-
# Conflicts: # common/data/pom.xml # common/queue/src/main/java/org/thingsboard/server/queue/discovery/ZkDiscoveryService.java # dao/src/main/java/org/thingsboard/server/dao/sql/device/DeviceRepository.java # ui-ngx/src/app/shared/models/device.models.ts
-
Merge branch 'master' into develop/snmp
-
* rpc response schema added * rpc request proto * fixed device profile validation * fix error messages
-
* Lwm2m: fix bug delete zero updateAttribute * Lwm2m: front add select binding * Lwm2m: discovery only for test * Lwm2m: remove type_cast_enabled from the main branch. * Lwm2m: remove type_cast_enabled from the main branch. * Lwm2m: remove type_cast_enabled from the main branch. * Lwm2m: remove double code.
-
…elation. It moved to the AbstractEntityService before
-
…s to run in transaction. Moved loadRuleChainMetaData outside of saveRuleChainMetaData transaction
-
…il due to grpc not depends on it anymore
-
There is a bug when the historic data arrives and overrides the value with morerecent timestamp in ts_kv_latest table. This PR adds possibility to update the ts_kv_latest table only if the value that arrives has the newer timestamp than the one that is already in ts_kv_latest
-
…ored as two subqueries: inner join (count with relations) + left 'anti' join (count without relations). AlarmServiceSqlTest passed. CE
-
… info logs added on application event
-
… any subscribe method calls
-
…artition event. moved message decoding out of the lock to reduce locking time. using monotonic time instead wall-clock. added debug messages
-
UI: Refactoring dashboard logo translation
-
UI: Added show logo option in dashboard settings [Issue #3544]
-
* lwm2m: back: Write Attributes - start * lwm2m: front: fis bug disable instances * lwm2m: transport: attr/discavery start * lwm2m: transport: attributeLwm2m after update profile * lwm2m: transport: attributeLwm2m after update profile (no delete attribute) * Lwm2m: back: test * Lwm2m: back: test2 * Lwm2m: back: test3 * Lwm2m: transport fix bug Write attribute through the shared attribute does not work for Object 19
-
Do not print disconnect error msg inside tests