8068 Commits

Author SHA1 Message Date
YevhenBondarenko
e9f5fd2706 added ability to use redis cluster for lwm2m redis stores. 2021-05-26 15:31:06 +03:00
Igor Kulikov
61a5047e34 UI: Performance improvements by using On Push change detection strategy on top level components 2021-05-26 15:17:03 +03:00
Igor Kulikov
99f15f5fdb Fix isMobileSize parameter 2021-05-26 13:58:50 +03:00
Igor Kulikov
07926350f5 UI: Improve dashboard performance - move widget header to widget container 2021-05-26 13:49:30 +03:00
Vladyslav Prykhodko
cc9d716e55 UI: Clear angular setting 2021-05-26 00:07:03 +03:00
Vladyslav_Prykhodko
38a682b95d Update angular to 11 2021-05-25 19:36:09 +03:00
Volodymyr Babak
616c1df36f Return edge id in case EDGE type 2021-05-25 13:52:55 +03:00
Volodymyr Babak
8e08ddcbca Return fast if entity is edge 2021-05-25 11:00:05 +03:00
Volodymyr Babak
b0bfdfff8e Pagedata usage for get edges methods 2021-05-25 10:38:12 +03:00
Kalutka Zhenya
ae7897366d Updated 'validateEntityId' logic 2021-05-21 18:14:19 +03:00
Vladyslav_Prykhodko
476035e993 UI: Add entity autocomplete output EntityChange 2021-05-21 17:22:54 +03:00
Volodymyr Babak
93de268018 Filter non null msgs. Add warn in case unknonw entity type 2021-05-20 18:33:12 +03:00
nickAS21
94211021b7 Lwm2m: not send request if Object model is absent 2021-05-20 16:25:01 +03:00
Volodymyr Babak
19bbccce56 Added edge rule chain if edges disabled - for future, when edges are enabled back 2021-05-20 16:03:41 +03:00
Kalutka Zhenya
596b8cc647 Refactoring and updated fix 2021-05-20 13:25:34 +03:00
Volodymyr Babak
a3d728f03e Changed signature of edge fetch method 2021-05-20 13:20:34 +03:00
Volodymyr Babak
2c826c12cd added admin setting fetcher 2021-05-20 13:05:21 +03:00
Kalutka Zhenya
a69bfd4d6c clean import 2021-05-20 11:50:02 +03:00
Kalutka Zhenya
9209760036 Refactoring 2021-05-20 11:47:17 +03:00
Volodymyr Babak
c43bc3c8b1 Organize imports 2021-05-19 18:08:34 +03:00
Volodymyr Babak
0b8d0e6029 Move processActionForAllEdges to base class for PE 2021-05-19 17:32:16 +03:00
Vladyslav_Prykhodko
a3bd6efa24 UI: Improvement firmware autocomplete 2021-05-19 17:28:01 +03:00
Volodymyr Babak
ce5c3441fa Refactoring - push notification code to processors 2021-05-19 17:23:54 +03:00
Volodymyr Babak
ed9d84a202 Processors renaming 2021-05-19 17:08:49 +03:00
Volodymyr Babak
ddfa1c156c added connected flag to imitator to avoid error in the test logs 2021-05-19 16:45:36 +03:00
Volodymyr Babak
fb6e152f7e Introduced processors for "to edge" msgs 2021-05-19 14:14:26 +03:00
Kalutka Zhenya
ecf3f6a108 Fixed error message in Led Indicator 2021-05-19 12:46:49 +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
Volodymyr Babak
0245ef20d7 Merge remote-tracking branch 'upstream/master' into edge-3.3 2021-05-19 11:52:04 +03:00
Volodymyr Babak
ecc43baed2 startSyncProcess added tenant id and edge id 2021-05-18 13:49:38 +03:00
Volodymyr Babak
f5bc5ce111 One more refactoring 2021-05-18 11:54:54 +03:00
Jonathan Gross
33c65aaf1b fix: do not "uppercase" unit title of digital gauges
unit titles are automatically changed to uppercase. That is an issue when the unit is a greek letter. e.g. for the measure of a conductivity, the unit is µS/cm. Capitalizing it makes it MS/CM, which does not have the same meaning. Additionally, I don't understand the benefit of capitalizing this by default.
2021-05-18 10:45:08 +02:00
Volodymyr Babak
c081f9b8d3 Use stream 2021-05-18 11:09:52 +03:00
Volodymyr Babak
bb064cbbbd Edge session send donwlink msgs refactoring 2021-05-18 11:03:52 +03:00
Kalutka Zhenya
bcfa6e7f54 Refactoring 2021-05-18 11:01:01 +03:00
Kalutka Zhenya
1f5a8ef70f Updated logic for 'Set entity from widget' in static widget 2021-05-18 10:52:38 +03:00
Igor Kulikov
c768fcbac1 Dashboard performance improvements by changing change detection strategy to OnPush 2021-05-14 18:21:46 +03:00
Igor Kulikov
634df64692 Do not show update dashboard image in mobile app 2021-05-14 13:38:35 +03:00
Chantsova Ekaterina
ee447bc1b0 Flot: fix thresholds appearing when threshold attribute is not set 2021-05-13 17:44:06 +03:00
vparomskiy
668cfb49da add HttpCleint and DrugDrop accessible for widget extensions
avoid stackoverflow when importing external module
2021-05-13 16:56:44 +03:00
Vladyslav_Prykhodko
552a1efb23 Merge branch 'feature/lwm2m-certificate-verifier' of github.com:thingsboard/thingsboard into feature/lwm2m-certificate-verifier 2021-05-13 16:21:10 +03:00
Vladyslav_Prykhodko
53c51953c4 UI: Refactoring lwm2m security config and add X509 certificate in lwm2m security model 2021-05-13 16:20:39 +03:00
Chantsova Ekaterina
488ad22b67 Entities table widget: add entity info to widget actions additionalParams 2021-05-13 15:45:27 +03:00
Volodymyr Babak
71791c6847 Refactored DAO to remove additional call to relation table - use spring query 2021-05-13 15:04:12 +03:00
Igor Kulikov
527bc5e2c2 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-05-13 13:39:31 +03:00
Igor Kulikov
0dde6233b1 Improve dashboard image dialog - ability to set crop rectangle for dashboard screenshot 2021-05-13 13:39:20 +03:00
Volodymyr Babak
96ed8f1691 debug code line fix 2021-05-13 10:14:19 +03:00
Volodymyr Babak
4b4d262eeb Fixes for edge test after latest refactoring 2021-05-13 08:38:28 +03:00
Vladyslav
ac95291418
Merge pull request #4525 from vvlladd28/improvement/lwm2m/rename-tab
UI: Rename LWM2M tab name
2021-05-12 21:21:45 +03:00
Volodymyr Babak
d3152874fc Introduced base pageable edge event fetcher 2021-05-12 20:13:40 +03:00