6793 Commits

Author SHA1 Message Date
AndrewVolosytnykhThingsboard
9728478b0d
Stub for querying entities after deleting dashboard (#4107)
* Code cleaning after review

* Code cleaning

* Refactoring

* Clean solution improved

* Imports standartization

* Correct if statement improved
2021-02-22 12:00:44 +02:00
nickAS21
e0591bc6d0 Lwm2m: front add validator json for security config value delete debug 2021-02-20 09:50:29 +02:00
nickAS21
ce0db8a6ea Lwm2m: double front add validator json for security config value 2021-02-20 09:25:36 +02:00
nickAS21
2452aefff9 Lwm2m: front add validator json for security config value 2021-02-19 23:15:20 +02:00
Andrii Shvaika
5865dd288c Ignore old properties 2021-02-19 13:05:23 +02:00
nickAS21
d0928e4d81 Lwm2m: back: DTLS - 5.2.9.1. Pre-Shared Keys, 5.2.9.2. Raw Public Keys 2021-02-19 13:04:17 +02:00
nickAS21
9b4a155edb Lwm2m: back: DTLS - privateKey in yml hex format, publicKey in yml x, y 2021-02-19 13:04:17 +02:00
nickAS21
8f3d033dcc Lwm2m: back: start DTLS -one bootstrap 4 security 2021-02-19 13:04:17 +02:00
nickAS21
b864680b81 Lwm2m: back: start DTLS -one server 4 security 2021-02-19 13:04:17 +02:00
nickAS21
4c12985a96 Lwm2m: back: start fix bug DTLS 2021-02-19 13:04:17 +02:00
Volodymyr Babak
d25e6de7c1 Merge remote-tracking branch 'origin/develop/2.6-edge' into develop/3.3-edge 2021-02-18 17:21:55 +02:00
Volodymyr Babak
1d18f9a766 Merge branch 'develop/2.6-edge' of github.com:volodymyr-babak/thingsboard into develop/2.6-edge 2021-02-18 17:18:13 +02:00
Volodymyr Babak
d349de2de5 Refactoring 2021-02-18 17:17:58 +02:00
Andrii Shvaika
d5f70af38a Ignore removed properties. 2021-02-18 15:54:28 +02:00
Andrii Shvaika
a14c10f1bc Merge branch 'master' of github.com:thingsboard/thingsboard 2021-02-18 15:42:12 +02:00
Andrii Shvaika
bfd0ed5d04 Delta Calculation Node improvement 2021-02-18 15:42:01 +02:00
VoBa
773f459121
Merge pull request #77 from volodymyr-babak/refactoring
Refactoring to simplify reading and merge
2021-02-18 12:32:32 +02:00
Vladyslav_Prykhodko
b1dd779532 UI: Added to js/JSON editor always working fullscreen button (include fieldset tag disabled) 2021-02-17 17:25:02 +02:00
VoBa
c8d8321f74
Use msg queue instead of default (#4116)
* Remove device from cache in case null value cached in the distributed redis

* Handle case when device was removed from db but message in the queue exists

* Code review chagnes

* Added usage statistics configuration to yml file

* Use msg queue instead of default

* Make private

* Make private
2021-02-17 16:50:41 +02:00
Chantsova Ekaterina
b6488d8b2d Add entity info for single-entity aliases even if no alarms to display 2021-02-16 17:42:16 +02:00
Vladyslav_Prykhodko
3cc9ad5007 UI: Improvement alarm tabs in the entity details: default time interval 30 days 2021-02-16 17:06:03 +02:00
Andrew Volostnykh
6bc902756b Code cleaning after review 2021-02-16 17:04:23 +02:00
Andrew Volostnykh
e70df09b08 Code cleaning and fix of tests 2021-02-16 17:04:23 +02:00
Andrew Volostnykh
6bf2b322af Test and some code cleaning 2021-02-16 17:04:23 +02:00
Andrew Volostnykh
e93c975a01 Compound with front-end, fix of incorrect getter use 2021-02-16 17:04:23 +02:00
AndrewVolosytnykhThingsboard
77de9da2a8 DynamicValue: Rename 'useInherit' to correct name 'inheritMode' 2021-02-16 17:04:23 +02:00
AndrewVolosytnykhThingsboard
1c78a59fb2 Logic for inheritance in DynamicValue added 2021-02-16 17:04:23 +02:00
Vladyslav_Prykhodko
5e990da0ba UI: Refactoring alarm-rule inherit 2021-02-16 17:04:23 +02:00
Vladyslav_Prykhodko
ada0af2a41 UI: Added in device profile alarm rule condition to dynamic mode checkbox inherit from owner 2021-02-16 17:04:23 +02:00
YevhenBondarenko
d5b28222a3 fixed unlimited error messages in TbMsgGeneratorNode 2021-02-16 16:17:39 +02:00
Andrii Shvaika
a15e991d23 Added support of BigDecimal to the JsonConverter 2021-02-16 12:52:25 +02:00
Vladyslav_Prykhodko
10cea37abe UI: Add new setting for subscription reloadOnlyOnDataUpdated 2021-02-16 00:37:42 +02:00
Volodymyr Babak
c46c1b08e7 Merge remote-tracking branch 'upstream/master' into develop/3.3-edge 2021-02-15 17:07:25 +02:00
Andrii Shvaika
6c1074a8b0 Fix for race condition in the partition change events 2021-02-15 14:25:40 +02:00
VoBa
411c9dabda
Added usage statistics configuration to yml file (#4097)
* Remove device from cache in case null value cached in the distributed redis

* Handle case when device was removed from db but message in the queue exists

* Code review chagnes

* Added usage statistics configuration to yml file
2021-02-15 12:24:30 +02:00
Artem Babak
8936b868aa Fix tooltipster error for edge rule chains 2021-02-13 11:07:37 +02:00
Vladyslav_Prykhodko
d520415d5b UI: Improvement load and update time into time series table 2021-02-12 17:09:17 +02:00
VoBa
eaa2c5785f
Handle case when device was removed from db but message in the queue (#4092)
* Remove device from cache in case null value cached in the distributed redis

* Handle case when device was removed from db but message in the queue exists

* Code review chagnes
2021-02-12 16:06:01 +02:00
Andrii Shvaika
dac7c5250f Improvements to the DeviceStateService 2021-02-12 15:40:54 +02:00
Viacheslav Kukhtyn
c4b1f9ea7a Process alarms on activity and inactivity events when device state is persisted to telemetry 2021-02-12 15:40:54 +02:00
Viacheslav Kukhtyn
d34d38613b Process alarm rules on activity and inactivity events 2021-02-12 15:40:54 +02:00
Volodymyr Babak
9f54939452 JDK 11 fixes 2021-02-12 15:36:32 +02:00
Igor Kulikov
081ee1e634 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-02-12 13:52:38 +02:00
Igor Kulikov
305e656c71 Fix memory leak in entity data subscription service 2021-02-12 13:52:25 +02:00
Volodymyr Babak
77769bee6a JDK 11 updates 2021-02-12 13:31:44 +02:00
VoBa
9dce6f3e5d
Merge pull request #74 from deaflynx/develop/2.6-edge
Develop/2.6 edge Edges overview widget, languages update, hide sensitive info for customers
2021-02-12 13:23:16 +02:00
Volodymyr Babak
b58c831343 Merge remote-tracking branch 'upstream/develop/3.3' into develop/3.3-edge 2021-02-12 13:10:06 +02:00
Andrii Shvaika
58e31ceb78 Improvement to the restarts of the rule nodes 2021-02-11 18:19:40 +02:00
Artem Babak
4a66a354ae Edge widget: added displayDefaultTitle config 2021-02-11 16:33:14 +02:00
Igor Kulikov
67aba9e4b1 Merge branch 'master' into develop/3.3 2021-02-11 11:05:10 +02:00