1552 Commits

Author SHA1 Message Date
Andrii Shvaika
02376ab157 Merge with master 2021-06-02 12:46:54 +03:00
YevhenBondarenko
51d14efe6a fixed OtaPackage data cache 2021-06-02 12:24:24 +03:00
YevhenBondarenko
7da03c1b50 remove transaction from TbLwM2mRedisRegistrationStore 2021-06-02 12:24:24 +03:00
YevhenBondarenko
139af45fd3 Renamed Firmware to OtaPackage 2021-06-02 12:24:24 +03:00
YevhenBondarenko
67de61e6d5 fixed OtaPackage data cache 2021-06-02 11:40:20 +03:00
Viacheslav Klimov
1bcee16fa3 License headers 2021-06-02 09:21:14 +03:00
nickAS21
2aba74a313 LWM2M: add AtomicInteger ts 2021-06-01 15:51:26 +03:00
Viacheslav Klimov
abf8ff25b5 Do not create alarm state if alarms creation is disabled 2021-06-01 12:12:35 +03:00
YevhenBondarenko
b4ce9e15cc remove transaction from TbLwM2mRedisRegistrationStore 2021-06-01 10:52:28 +03:00
YevhenBondarenko
a7239c9d39 Renamed Firmware to OtaPackage 2021-05-31 16:43:33 +03:00
Viacheslav Klimov
9e1d86d7e8 Refactor 2021-05-31 15:41:16 +03:00
Viacheslav Klimov
9bb74b96dc Implement alarms removal by TTL 2021-05-31 14:59:17 +03:00
nickAS21
b0f5ff7c63 LWM2M: add RPC FirmwareUpdate 2021-05-31 11:10:24 +03:00
nickAS21
dfa4433ce9 LWM2M: add logs 2021-05-30 17:07:43 +03:00
nickAS21
1f00ae833d LWM2M: del log warn 2021-05-28 16:00:36 +03:00
Andrew Shvayka
6cace79b3c
Merge pull request #4607 from thingsboard/lwm2m_rpc_fw_sw
Lwm2m: [WIP] Rps Fw Sw
2021-05-28 14:23:58 +03:00
ShvaykaD
a764838e62
Coap transport improvements (#4644)
* added fix for PROD-518 in subscribe to attribute updates get request, added improvements

* updated coap observe requests implementation & updated tests

* updated coap attributes updates tests

* fix typos
2021-05-28 14:19:40 +03:00
nickAS21
4f2e72071d LWM2M: add requestUUID 2021-05-28 07:45:11 +03:00
nickAS21
c57fc5504b Merge branch 'master' into lwm2m_rpc_fw_sw 2021-05-27 18:24:38 +03:00
nickAS21
6478903dab
RPC: fix bug UUID (#4636)
* RPC: six bug UUID

* RPC: optimized handleDeviceRPCRequest

* RPC: add json & fix bug test certificate
2021-05-27 18:07:06 +03:00
nickAS21
5b26bddeab Merge branch 'master' into lwm2m_rpc_fw_sw
# Conflicts:
#	common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/LwM2mTransportRequest.java
2021-05-27 16:46:42 +03:00
Andrii Shvaika
16f548d3dd Fix behavior for simple double values 2021-05-27 14:27:31 +03:00
YevhenBondarenko
c83c232166 JsonConverter improvements (correct value conversion) 2021-05-27 12:20:44 +03:00
Sergey Matvienko
ae010b78f2 added hamcrest dependency to the test scope. The purpose is assertThat and various Matchers with advanced output 2021-05-27 11:39:53 +03:00
Andrew Shvayka
29b2e6a6e9
Merge pull request #4633 from thingsboard/zbeacon-feature/firmware-checksum-autogenerating
firmware checksum autogeneration
2021-05-26 20:10:52 +03:00
Volodymyr Babak
eae41d112f Refactored 2021-05-26 19:53:07 +03:00
Volodymyr Babak
acc9257af7 Fix for org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: unable to find LoginModule class 2021-05-26 19:53:07 +03:00
Andrii Shvaika
ceb26bbd61 Merge with master 2021-05-26 19:40:45 +03:00
Andrew Shvayka
bf76e0e2db
Merge pull request #4631 from thingsboard/feature/lwm2m-certificate-verifier
Lwm2m certificate verifier
2021-05-26 19:07:12 +03:00
AndrewVolosytnykhThingsboard
e3fa441d6b Added redis session store 2021-05-26 19:06:50 +03:00
Andrii Shvaika
15d725570d Merge with master 2021-05-26 18:41:56 +03:00
Andrii Shvaika
25143378c2 Fix message order for Gateway and LwM2M transports in the core consumer 2021-05-26 18:24:22 +03:00
YevhenBondarenko
4cd59674ee refactored LwM2M client credentials for the new UI 2021-05-26 16:51:33 +03:00
YevhenBondarenko
e9f5fd2706 added ability to use redis cluster for lwm2m redis stores. 2021-05-26 15:31:06 +03:00
nickAS21
94211021b7 Lwm2m: not send request if Object model is absent 2021-05-20 16:25:01 +03:00
nickAS21
8d3e30e8a3
Lwm2m: Fw/Sw updare with test successful/error (#4566)
* Lwm2m: start Sw

* Lwm2m: FwUpdate - new

* Lwm2m: SwUpdate - error

* Lwm2m: SwUpdate - successful/error -test ok

* Lwm2m: SwUpdate - change

* Lwm2m: add executor to observe

* Lwm2m: add operation observe_cancel_All

* Lwm2m: fix bug add software to profile

* Lwm2m: add for logs object to string

* Lwm2m: fix bug swUpdate

* Lwm2m: add new commands only for rpc
2021-05-19 12:45:31 +03:00
Andrii Shvaika
d628624a9a Merge branch 'feature/lwm2m-certificate-verifier' of github.com:thingsboard/thingsboard into feature/lwm2m-certificate-verifier 2021-05-12 18:38:35 +03:00
Andrii Shvaika
b59c846885 Improvements to data converter 2021-05-12 18:38:12 +03:00
Viacheslav Klimov
c39fb8c94d Refactor 2021-05-12 14:23:57 +03:00
Viacheslav Klimov
9873115d8b Implement created alarms limiting 2021-05-12 14:23:57 +03:00
nickAS21
a703dead7b
Lwm2m: add Update Fw && Sw (#4557)
* Lwm2m: add Update Fw && Fix bug toLwM2mObject (not add Lwm2mObject without resources)

* Lwm2m: fix bug test

* Lwm2m: fw_update_start

* Lwm2m: fw_update send state

* Lwm2m: add     registration_store_pool_size: "${LWM2M_REGISTRATION_STORE_POOL_SIZE:100}"
               clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}"

* Lwm2m: add Update Execute

* Lwm2m: add Update Execute Successful

* Lwm2m: send state to tningsboard if only Successful
2021-05-11 18:27:35 +03:00
YevhenBondarenko
92719c2ac2 added lwm2m x509 test 2021-05-11 16:32:02 +03:00
Igor Kulikov
5cc3a93cb9 Introduce default dashboard for device profile 2021-05-07 18:25:05 +03:00
Igor Kulikov
3094fb7240 Add customerId to alarm 2021-05-07 16:05:54 +03:00
Andrii Shvaika
4ec25beeb3 LwM2M Integration test 2021-05-06 17:11:24 +03:00
Igor Kulikov
d5b640d602 Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API 2021-05-06 17:01:46 +03:00
Andrii Shvaika
38843c839c Merge with the new data structures 2021-05-06 14:07:29 +03:00
Yevhen Bondarenko
7ca626a086
Created LwM2M credentials (#4546)
* Created LwM2M credentials

* psk endpoint
2021-05-06 13:49:51 +03:00
Andrii Shvaika
38af4d5d2d Implementation of custom L2M2M Authorizer 2021-05-06 13:48:09 +03:00
zbeacon
a4eb2df8ee Fix for device software/firmware response topic 2021-05-06 13:46:10 +03:00