3157 Commits

Author SHA1 Message Date
Andrii Shvaika
6eba6db64c Merge PR 5039 2021-08-09 12:39:19 +03:00
Volodymyr Babak
3bf48f0f5e Do not push entity updated to edge on device creation from edge 2021-08-09 12:33:17 +03:00
Viacheslav Klimov
e33a336ed9 Merge remote-tracking branch 'origin/master' into feature/bulk-import/device-credentials
# Conflicts:
#	application/src/main/java/org/thingsboard/server/controller/DeviceController.java
#	application/src/main/java/org/thingsboard/server/controller/EdgeController.java
#	common/dao-api/src/main/java/org/thingsboard/server/dao/device/DeviceService.java
#	ui-ngx/src/app/core/http/device.service.ts
2021-08-09 12:27:53 +03:00
Andrii Shvaika
f12903ba43 Removed duplicated code 2021-08-06 18:59:16 +03:00
Andrii Shvaika
0e6476926c Build fix 2021-08-06 18:58:53 +03:00
Vladyslav_Prykhodko
ec2e097229 UI: Add parse persistent RPC status for send RPC command 2021-08-06 18:56:35 +03:00
Vladyslav_Prykhodko
90c84f84d0 UI: Add control widget support persistent command (Add settings: persistent and persistentPollingInterval) 2021-08-06 18:56:35 +03:00
YevhenBondarenko
d44adcfe75 added removing rpc request from pending map after rpc deleting 2021-08-06 17:34:23 +03:00
Andrii Shvaika
9093206bc5 Execute callback correctly 2021-08-06 17:33:52 +03:00
Andrii Shvaika
2078c71d32 Added module cluster-api and used it in rule engine and other services 2021-08-06 17:33:52 +03:00
ShvaykaD
60e15ece5a replaced protobuf-wrappers usage to optional keyword 2021-08-05 16:53:09 +03:00
Andrew Shvayka
c1d8aa1370
Merge pull request #5038 from volodymyr-babak/handle-null-values-in-proto
Handle null values in proto
2021-08-05 15:44:33 +03:00
Sergey Matvienko
33b9e37db0 kafka other parameters example 2021-08-05 15:27:45 +03:00
Sergey Matvienko
a5ff95b0f4 Kafka producer added TB_KAFKA_MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION and TB_KAFKA_MAX_REQUEST_SIZE 2021-08-05 15:27:45 +03:00
Viacheslav Klimov
3505810280 Bulk import device credentials handling refactoring 2021-08-05 15:13:05 +03:00
YevhenBondarenko
373f2f9f0e added additionalInfo to the rpc 2021-08-05 15:12:00 +03:00
Volodymyr Babak
2558b2ecda Device credential value can be null 2021-08-05 15:11:08 +03:00
Igor Kulikov
afdcc6ed3f
Merge pull request #5030 from smatvienko-tb/fix-startup-warn-on-rule-chains-initialize
[3.3.0] fixed warn message on startup: Rule Chains initialized by unexpected message: PartitionChangeMsg ...
2021-08-05 11:20:35 +03:00
Sergey Matvienko
c7c9d58973 mqtt parameter MQTT_MSG_QUEUE_SIZE_PER_DEVICE_LIMIT:100 added for the monolith yml 2021-08-04 19:02:16 +03:00
Igor Kulikov
017dde8c55
Merge pull request #4993 from vvlladd28/improvement/mail-setting/edit-password
[3.3.0] Mail server settings improvement change password
2021-08-04 18:37:43 +03:00
Volodymyr Babak
e974644d27 Fixed alarm test - deleted msg pushed to edge 2021-08-04 13:05:18 +03:00
Volodymyr Babak
1297fef550 Fixed alarm delete functionality on edge 2021-08-04 12:17:16 +03:00
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
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
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