YevhenBondarenko
|
43b4f4461d
|
created data limits for resources and otaPackages, added url for the otaPackage
|
2021-06-03 18:34:39 +03:00 |
|
YevhenBondarenko
|
67de61e6d5
|
fixed OtaPackage data cache
|
2021-06-02 11:40:20 +03:00 |
|
YevhenBondarenko
|
161c3ad40e
|
firmware dashboard improvements
|
2021-05-31 19:50:39 +03:00 |
|
YevhenBondarenko
|
a7239c9d39
|
Renamed Firmware to OtaPackage
|
2021-05-31 16:43:33 +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
|
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 |
|
Igor Kulikov
|
7177d15c9d
|
Merge pull request #4501 from kalutkaz/entityLabelInTimeseriestable
Use Entity label in tab name (Timeseries table)
|
2021-05-27 17:34:04 +03:00 |
|
Igor Kulikov
|
17eaa85bff
|
Merge pull request #4493 from kalutkaz/fixedActionWithTheSameName
Fixed HTML action of identical widgets
|
2021-05-27 17:33:41 +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 |
|
Volodymyr Babak
|
4f6ef2f244
|
NullPointer exception fix
|
2021-05-27 13:08:02 +03:00 |
|
ShvaykaD
|
f994f41186
|
added missing 3.2.2 switch cases to database ts upgrade services
|
2021-05-27 13:04:40 +03:00 |
|
Andrii Shvaika
|
78ae90da7a
|
Restore WARN log level
|
2021-05-27 12:53:36 +03:00 |
|
ShvaykaD
|
2086bd2d2a
|
fixed drop partition function in install script and added fix to upgrade script
|
2021-05-27 11:43:17 +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
|
addfaa60a4
|
Remove config from main file
|
2021-05-26 19:50:42 +03:00 |
|
Volodymyr Babak
|
dac9dda9b6
|
Make remote js processing async
|
2021-05-26 19:50:42 +03:00 |
|
zbeacon
|
4d2a9ea1a7
|
Added notification about device creating failed if device already exists
|
2021-05-26 19:43:19 +03:00 |
|
zbeacon
|
65091dd82b
|
Removed redundant lock on device creating for provisioning feature, because of it may cause stucking on high loaded systems
|
2021-05-26 19:43:19 +03:00 |
|
Andrii Shvaika
|
ceb26bbd61
|
Merge with master
|
2021-05-26 19:40:45 +03:00 |
|
Hamza Slama
|
17ae095d32
|
Remove Unused Variable
|
2021-05-26 19:07:40 +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 |
|
Andrii Shvaika
|
9d8a1f0dc5
|
Merge with master
|
2021-05-26 19:01:21 +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 |
|
Viacheslav Klimov
|
c39fb8c94d
|
Refactor
|
2021-05-12 14:23:57 +03:00 |
|
Viacheslav Klimov
|
6b769f17a1
|
Created alarms limiting UI
|
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
|
5bee2b2aec
|
refactored
|
2021-05-11 16:32:02 +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 |
|
Igor Kulikov
|
96878b6d13
|
Minor improvements
|
2021-05-06 20:36:02 +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 |
|
Yevhen Bondarenko
|
7ca626a086
|
Created LwM2M credentials (#4546)
* Created LwM2M credentials
* psk endpoint
|
2021-05-06 13:49:51 +03:00 |
|
zbeacon
|
281483121d
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/firmware-checksum-autogenerating
|
2021-05-06 11:38:02 +03:00 |
|
Andrii Shvaika
|
7322afac0b
|
Implementation draft
|
2021-05-05 19:09:15 +03:00 |
|
YevhenBondarenko
|
3fb993b48e
|
fixed firmware dashboard (added deviceProfileId to the firmware autocomplete)
|
2021-05-05 13:46:14 +03:00 |
|
zbeacon
|
84944f1f16
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/firmware-checksum-autogenerating
|
2021-05-05 09:27:02 +03:00 |
|
Igor Kulikov
|
cf405be4f3
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2021-05-04 19:44:24 +03:00 |
|
Igor Kulikov
|
59606f8330
|
Add support for dashboboards in mobile app. Introduce widget mobile actions.
|
2021-05-04 19:44:15 +03:00 |
|
Andrii Shvaika
|
54543ae4b5
|
Merge improvements from outdated PR 4527
|
2021-05-04 11:47:38 +03:00 |
|
Andrii Shvaika
|
a787ca9d5d
|
Refactoring of the lwm2m yml configuration
|
2021-04-30 16:35:21 +03:00 |
|
zbeacon
|
4843baf7b9
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/firmware-checksum-autogenerating
|
2021-04-30 14:43:10 +03:00 |
|