8112 Commits

Author SHA1 Message Date
Andrii Shvaika
73d39f4072 Fixed logging of the device state service partitions 2021-08-09 16:02:07 +03:00
Andrii Shvaika
8a2dc7583b Fix cluster mode for DefaultOtaPackageStateService 2021-08-09 14:33:41 +03:00
Andrii Shvaika
7ce98560a3 Fix Device creation events processing from Edge 2021-08-09 13:16:25 +03:00
Andrii Shvaika
910008b9a4 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-08-09 12:48:53 +03:00
Vladyslav_Prykhodko
972f1516d0 UI: Change maxlength key validation LWm2M security in PSK and x509 mode 2021-08-09 12:48:18 +03:00
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
Sergey Matvienko
6abd21da7c testcontainers - copy source dir to tmp, remove container_name in tmp, run, cleanup tmp on stop. 2021-08-06 21:51:45 +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
rusikv
05d1c0f9b3 UI: name function typo fix 2021-08-06 18:56:26 +03:00
Viacheslav Klimov
b0c6ce9f98 Fix circular reference for CoapClientContext and CoapTransportContext 2021-08-06 18:55:20 +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
Sergey Matvienko
8722d3f741 dependency org.apache.httpcomponents httpclient moved from blackboxtests to the room POM. httpclient used in edge, but not explicitly added by dependency management. httpclient version with no change. 2021-08-06 17:26:40 +03:00
Sergey Matvienko
41371a4f27 Revert "rollback testcontainers version to 1.11.4 due to the newest testcontainers does not support "container_name" in docker compose"
This reverts commit 8bdd437644b613cf1d3a4de140f513ff569fabee.
2021-08-06 17:12:08 +03:00
rusikv
02061c8b27 UI: add copy user id button in user details 2021-08-06 17:04:54 +03:00
Vladyslav_Prykhodko
c0717e70a0 UI: Fixed focus in toggle-password button after push enter button 2021-08-06 15:55:42 +03:00
Sergey Matvienko
8bdd437644 rollback testcontainers version to 1.11.4 due to the newest testcontainers does not support "container_name" in docker compose 2021-08-06 15:50:38 +03:00
Sergey Matvienko
c759b2792a dependency org.apache.httpcomponents httpclient moved from blackboxtests to the room POM. httpclient used in edge, but not explicitly added by dependency management. httpclient version with no change. 2021-08-06 14:29:53 +03:00
Sergey Matvienko
114825215e test scope: comments edited on versions for the test scope and blackbox test scope 2021-08-06 14:10:11 +03:00
Sergey Matvienko
e223dda96f test scope: dependency upgrade a refactor for all POMs in project 2021-08-06 13:53:35 +03:00
Volodymyr Babak
910d90b9e5 Fixed incorrect fetch of scope config in push to edge node 2021-08-06 12:56:06 +03:00
Andrii Shvaika
daac250c2e Correct close and cleanup of the MQTT session context 2021-08-05 17:22:40 +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
a488913f66 kafka max.request.size and max.in.flight.requests.per.connection added to *-transport.yml 2021-08-05 15:27:45 +03:00
Sergey Matvienko
1d7e0b9851 queue.kafka.max.request.size:1048576 default to tolerate inconsistent or outdated yml 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
3b17d14f15 Merge branch 'feature/bulk-import/device-credentials' of https://github.com/vvlladd28/thingsboard into feature/bulk-import/device-credentials 2021-08-05 15:15:15 +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
Andrii Shvaika
9d651a7252 Fix reference count issue 2021-08-05 15:10:04 +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
Igor Kulikov
036c3509b7
Merge pull request #5012 from vvlladd28/feature/input-password/toggle
[3.3.1] UI: Created new component - toggle-password
2021-08-04 19:14:13 +03:00
Vladyslav_Prykhodko
9f9e613320 Merge remote-tracking branch 'upstream/master' into feature/input-password/toggle 2021-08-04 19:03:40 +03:00
Sergey Matvienko
33887ecb3b mqtt handler test improved 2021-08-04 19:02:16 +03:00
Sergey Matvienko
69a7779253 added MqttTransportHandlerTest 2021-08-04 19:02:16 +03:00
Sergey Matvienko
bc7cf02962 dependency - netty - removed outdated versions of io.netty (maven pom.xml exclusion for azure-servicebus and grpc-netty 2021-08-04 19:02:16 +03:00
Sergey Matvienko
cbe51cee57 execute processMsgQueue on connected callback in separate thread because producer.send() will execute in Producer worker thread and can block messages producing 2021-08-04 19:02:16 +03:00
Sergey Matvienko
607fd7a74f mqtt transport handler refactored for test 2021-08-04 19:02:16 +03:00
Sergey Matvienko
43fc44f071 fixed >= with > for MessageQueueSizePerDeviceLimit according to test results 2021-08-04 19:02:16 +03:00
Sergey Matvienko
7dfed3e14a removed msg-processor-on-device-connect executor. will use transportCallbackExecutor instead 2021-08-04 19:02:16 +03:00
Sergey Matvienko
efe123d96b transport.mqtt.msg_queue_size_per_device_limit:100 in code 2021-08-04 19:02:16 +03:00