3409 Commits (feature/controller-logging)

Author SHA1 Message Date
ShvaykaD 321fb731a6
Support of server-side RPC requests via protobuf for CoAP and MQTT 5 years ago
nickAS21 51b0d50542
Lwm2m discovery (#4438) 5 years ago
Sergey Matvienko cb9450104e device count performance for 100k+ devices per tenant. Added additional tests for the DeviceService 5 years ago
AndrewVolosytnykhThingsboard e3caf24a9b Removed redundant parameter for AlarmController, AlarmQuery and RestClient.getAlarms 5 years ago
Sergey Matvienko 8b653d7065 rule chain. implemented save/update/delete @Transactional. Added sync DAO methods to run in transaction. Moved loadRuleChainMetaData outside of saveRuleChainMetaData transaction 6 years ago
Sergey Matvienko 27788790df dependency upgrade: grpc.version up to 1.36.0. explicitly added protobuf-java-util due to grpc not depends on it anymore 6 years ago
Sergey Matvienko 562637ad34 ZKDiscoveryService: fix potential outdated server info on recalculatePartitions. info logs added on application event 6 years ago
Sergey Matvienko e64b1074a7 queue consumer: added queue check on the very first poll in the lifecycle before any subscribe method calls 6 years ago
Sergey Matvienko b35ce062a7 queue consumer: implemented nonblocking subscribe method to prevent locks on repartition event. moved message decoding out of the lock to reduce locking time. using monotonic time instead wall-clock. added debug messages 6 years ago
Andrii Shvaika f1d89ace5d Removed invalid dependency 5 years ago
nickAS21 4a6e0c7aae
Lwm2m fix bug 19 (#4422) 5 years ago
Andrii Shvaika 2df1177ed9 Replace StringUtils with our implementation 5 years ago
Andrew Shvayka e08d1b2c07
Feature/event filters 5 years ago
nickAS21 d6979e54da
lwm2m: back: Write Attributes - start (#4402) 5 years ago
YevhenBondarenko d6f451ccca created FirmwareStateService 5 years ago
Viacheslav Klimov fdd126303a Validate more entities' fields 6 years ago
Igor Kulikov 54ba69a82c Fix code style issues 6 years ago
Igor Kulikov 29f64d9380 Update banner. Fix lwm2m transport jks config path 6 years ago
YevhenBondarenko 401e41f7c3 implemented FirmwareControllerSqlTest 6 years ago
YevhenBondarenko 8860eef1ba added hasData for firmware 6 years ago
nickAS21 c634859e90
lwm2m: front start add attributes Lwm2m (#4388) 6 years ago
Volodymyr Babak c5f5acdba1 Improved disconnect process - try 5 times before force close session 6 years ago
Volodymyr Babak 770d3f91f2 Code review changes 6 years ago
YevhenBondarenko 935aab7535 added checksum and checksum algorithm for firmware 6 years ago
ShvaykaD dc87550835
Extract coap-server component to separate module to be used in coap transport and core (CoAP integrations). 6 years ago
Igor Kulikov 4a63660e1d Version set to 3.3.0-SNAPSHOT 6 years ago
YevhenBondarenko b51fee8740 created firmware dao 6 years ago
YevhenBondarenko bb90b2f137 lwm2m queue mode 6 years ago
ShvaykaD 2344d6d62f
Fixed RPC string params in protobuf payload type. Reverted changes from the previous fix (#4356) 6 years ago
Viacheslav Klimov 61341a7caf Refactor, implement SNMP traps, add support for SNMP v3 targets 6 years ago
Volodymyr Babak 3e085d370c Make alarm condition serializable 6 years ago
nickAS21 0c12f202fe lwm2m: back fix bug double "" in name 6 years ago
Viacheslav Klimov 593f95a7af
Provide additional validation for entities (#4326) 6 years ago
ShvaykaD fd3e18f18b
CoAP DTLS support (#4316) 6 years ago
nickAS21 090babdf70 lwm2m: back add resource(s) 6 years ago
nickAS21 2fcf5fd7c6 lwm2m: front/back fix bug update profile 6 years ago
nickAS21 ba4d2ff480
lwm2m: notification in transport, add, update, del models (#4309) 6 years ago
nickAS21 af57637dc5 lwm2m: notification in transport, add, update, del models 6 years ago
ShvaykaD 1891af54b3 added a fix for string value RPC params: removed redundant escaped characters 6 years ago
Viacheslav Klimov 306ace040c Refactor 6 years ago
nickAS21 fda871392b
lwm2m: test model2 (#4298) 6 years ago
Viacheslav Klimov fc06e8ac99 Provide SNMP transport configuration validation; refactor 6 years ago
Viacheslav Klimov 039508bfbd Refactor 6 years ago
Viacheslav Klimov afab5150b8 Provide SNMP transport configuration validation; refactor 6 years ago
Viacheslav Klimov 0532d22d9d Refactor 6 years ago
nickAS21 367be12455
lwm2m: back transport clear cash (#4294) 6 years ago
Yevhen Bondarenko 0d62b2890c
[3.3] added tests for resources (#4282) 6 years ago
nickAS21 7ea6c7163a
lwm2m: back transport newKey fix bug object id=19 (#4291) 6 years ago
Viacheslav Klimov e5c4feaa83 Create assign/unassign device event when claiming/reclaiming device 6 years ago
nickAS21 4bc417456b
lwm2m: back transport newKey start (#4278) 6 years ago