3402 Commits

Author SHA1 Message Date
Volodymyr Babak
5557406f07 Added alarm id for future needs 2021-08-04 09:45:16 +03:00
Sergey Matvienko
370d9fdff3 fixed warn message on startup: Rule Chains initialized by unexpected message: PartitionChangeMsg ... 2021-08-04 08:58:08 +03:00
Viacheslav Klimov
33592ca072 Bulk import for devices, assets and edges 2021-08-03 16:00:47 +03:00
Volodymyr Babak
7d1a849047 Increased fetch size 2021-08-03 14:39:23 +03:00
Volodymyr Babak
a3add4dc9b Use awailability instead of loop 2021-08-03 14:34:16 +03:00
Volodymyr Babak
dffd25296b License header fix 2021-08-03 13:49:32 +03:00
Volodymyr Babak
15f8a46d49 Add check for null values 2021-08-03 13:47:08 +03:00
Volodymyr Babak
eced5a49fa Merge remote-tracking branch 'upstream/master' into handle-null-values-in-proto 2021-08-03 13:14:38 +03:00
Volodymyr Babak
c6cf1b3a4e Added registration of time module to parse Instant objects 2021-08-02 17:53:57 +03:00
Sergey Matvienko
aec087bba1 fix NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 with awaitility (detailed log and javadoc) 2021-08-02 17:48:59 +03:00
Sergey Matvienko
eb7053d722 fix NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 with awaitility 2021-08-02 17:48:59 +03:00
Sergey Matvienko
c9c13457e1 org.awaitility to test asynchronous API 2021-08-02 17:44:23 +03:00
Volodymyr Babak
2d4831af39 Added additional check that device belongs to current node before adding to states map. Added clean up in case device doesnt belong to this node anymore 2021-08-02 17:37:13 +03:00
Volodymyr Babak
e27ef59eed Log to debug 2021-08-02 17:15:46 +03:00
Volodymyr Babak
aea8a0f537 Added logging of error msg to easily identify root cause of failed logins 2021-08-02 17:15:46 +03:00
Volodymyr Babak
d95c2b88b0 Added proper hanling of null values for provision device key 2021-08-02 14:55:43 +03:00
Volodymyr Babak
414087c090 Merge branch 'handle-null-values-in-proto' of github.com:volodymyr-babak/thingsboard into handle-null-values-in-proto 2021-08-02 13:44:34 +03:00
Volodymyr Babak
94cf676d97 Added proper handle of null additional info 2021-08-02 13:44:11 +03:00
Volodymyr Babak
f0f387e710 Removed unnecessary method 2021-08-01 22:25:52 +03:00
Volodymyr Babak
d1bede770d Edge test fixes. Replaced do/while loop with awailability framework approach 2021-08-01 22:23:15 +03:00
Volodymyr Babak
e05e681bd9 Properly hanlde null values in proto classes 2021-07-30 18:22:19 +03:00
Sergey Matvienko
a01ac25a5a added parameter SPRING_JPA_PROPERTIES_HIBERNATE_ORDER_BY_DEFAULT_NULL_ORDERING to maintain possibility to override this settings. Those may be useful for existing Thingsboard instance that strictly tuned on previous setting for DESC NULLS LAST 2021-07-30 18:00:05 +03:00
Sergey Matvienko
5a8510c5c2 spring.jpa.properties.hibernate.order_by.default_null_ordering: "none" (remove NULLS LAST from queries) 2021-07-30 17:52:43 +03:00
Vladyslav_Prykhodko
a6fffcb8c3 UI: Rename mail server value isDemo to showChangePassword. Fixed send test mail: not work for empty password fields 2021-07-30 15:15:24 +03:00
Igor Kulikov
d4dc0ad1cf Restore tests 2021-07-30 11:59:32 +03:00
Igor Kulikov
aa0d05bb44
Merge pull request #4957 from volodymyr-babak/edge-fix-concurrent-async-issue
[3.3.0] Added lock on edge event save/read. Removed save async method
2021-07-30 11:42:27 +03:00
AndrewVolosytnykhThingsboard
fe7374f21d Correct processing requests and sending response 2021-07-29 17:42:56 +03:00
Andrii Shvaika
d731c1df08 Fix tests 2021-07-27 18:44:02 +03:00
Andrii Shvaika
65ad86bedb RPC v2 to switch from 409 to 504 error code 2021-07-27 13:17:24 +03:00
Andrii Shvaika
940c81b095 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-07-27 11:58:32 +03:00
Andrii Shvaika
4f8bc4b8a8 Reduced log level of the REST client 2021-07-27 11:57:37 +03:00
YevhenBondarenko
f1bb232d24 removed RpcError 2021-07-27 11:43:21 +03:00
Andrii Shvaika
f932a90b00 Improvements to Persistent RPC call delivery confirmation 2021-07-26 15:57:27 +03:00
YevhenBondarenko
0fbb347b27 persistent rpc improvements 2021-07-26 14:20:00 +03:00
Igor Kulikov
0bf7d316e2 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-07-23 16:14:23 +03:00
Igor Kulikov
d9c5135f4f Refactor Claim device service 2021-07-23 16:14:14 +03:00
Volodymyr Babak
89644e7de4 Merge branch 'master' of github.com:thingsboard/thingsboard into edge-fix-concurrent-async-issue 2021-07-23 15:15:14 +03:00
Andrii Shvaika
dfd601e367 Persistent RPCs are sent to a correct rule chain and queue 2021-07-23 15:02:29 +03:00
Volodymyr Babak
bf4ae8fd16 Merge remote-tracking branch 'upstream/master' into edge-fix-concurrent-async-issue 2021-07-23 14:40:33 +03:00
Igor Kulikov
abac309872 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-07-23 13:57:35 +03:00
Igor Kulikov
ea3c71399c Add QR Code widget 2021-07-23 13:57:25 +03:00
Andrew Shvayka
1f6210197c
Merge pull request #4959 from YevhenBondarenko/feature/ota-tag
[3.3.0] OtaPackage Tag
2021-07-23 13:57:22 +03:00
YevhenBondarenko
c7274b6139 ota package tag improvements 2021-07-23 13:54:07 +03:00
Andrii Shvaika
60c9e43ea5 Uplink notifications for PSM & eDRX for CoAP in MSA deployment 2021-07-23 13:27:05 +03:00
Volodymyr Babak
339097e606 Removed unused class field 2021-07-23 11:14:41 +03:00
YevhenBondarenko
c9fbe74321 Used OtaPackage tag for FW/SW updates 2021-07-22 18:48:10 +03:00
YevhenBondarenko
2af3be7827 added tag for OtaPackage 2021-07-22 17:44:45 +03:00
Volodymyr Babak
9fd816387b Merge branch 'master' of github.com:thingsboard/thingsboard into edge-fix-concurrent-async-issue 2021-07-22 16:48:56 +03:00
Volodymyr Babak
c7386df829 Improved stability of handling errors in processEntityViewsRequestMsg function 2021-07-22 16:15:45 +03:00
Volodymyr Babak
687978f9f1 Formatting 2021-07-22 16:05:31 +03:00