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
Sergey Matvienko
ef133b2274
postgresql.driver.version upgrade to 42.2.20 to fix connection issue with Postgres 11
2021-05-27 11:39:02 +03:00
Vladyslav_Prykhodko
8938c69e7b
UI: Updated dependencies
2021-05-27 10:58:34 +03:00
Vladyslav_Prykhodko
467e0ba365
Merge remote-tracking branch 'upstream/master' into update/angular/11
2021-05-26 20:11:26 +03:00
Vladyslav_Prykhodko
040a7d15e5
UI: Add new decorator TbInject
2021-05-26 20:10:56 +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
AndrewVolosytnykhThingsboard
fbb8cb5985
Rest Api Call Node fixes: throws null data for next node in message, added default header Content-Type
2021-05-26 19:54:07 +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
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
AndrewVolosytnykhThingsboard
e3fa441d6b
Added redis session store
2021-05-26 19:06:50 +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
Chantsova Ekaterina
e06faae3ed
Fix some typos in rus/ukr translations
2021-05-26 18:24:54 +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
ab5c803a68
refactored
2021-05-26 16:51:33 +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
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
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
nickAS21
94211021b7
Lwm2m: not send request if Object model is absent
2021-05-20 16:25:01 +03:00
Kalutka Zhenya
596b8cc647
Refactoring and updated fix
2021-05-20 13:25:34 +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
Vladyslav_Prykhodko
a3bd6efa24
UI: Improvement firmware autocomplete
2021-05-19 17:28:01 +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
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
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
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