3104 Commits

Author SHA1 Message Date
Volodymyr Babak
15c433212a Code refactoring - remove duplicate variables 2022-09-22 09:24:44 +03:00
Yuriy Lytvynchuk
baf17c6488 code review 2022-09-21 16:57:22 +03:00
Volodymyr Babak
719940fbc3 Updated edge update events handling - assign/usassign to/from customer 2022-09-19 15:25:53 +03:00
Andrii Shvaika
89c715cd18 Fix Cassandra DAO 2022-09-16 11:55:48 +03:00
Andrii Shvaika
efbe16f8d0 Implementation of the TenantDbCall annotation 2022-09-16 09:00:21 +03:00
Andrii Shvaika
9d30b7558f Support of Comparison Queries 2022-09-14 14:22:43 +03:00
Volodymyr Babak
8e27ffab4b Added support for multiple customers on edge 2022-09-13 17:01:43 +03:00
Andrii Shvaika
9689e9c041 Fix bugs. Remove floating window support 2022-09-13 12:39:07 +03:00
Andrii Shvaika
7cc2943d18 New API for Agg requests 2022-09-12 15:54:21 +03:00
Andrii Shvaika
1fcc757147 Improvement to the AGG calculations to include latestTs and count 2022-09-09 14:04:24 +03:00
nickAS21
559af3b46a fix_bug: comments 2022-09-07 17:16:35 +03:00
nickAS21
bbcd2ed047 coap. lem2m: add DTLS_RETRANSMISSION_TIMEOUT 2022-09-06 17:50:09 +03:00
Volodymyr Babak
32fcfdac92 Moved edge rpc processing logic from tenant actor to edge service. Execute requests to edge service in a separate executor service 2022-09-06 16:24:18 +03:00
Volodymyr Babak
fc996ddf32 Added missing serialVersionUID 2022-09-01 12:41:22 +03:00
Volodymyr Babak
ff9fcbbac0 Fixed LWM2M transport serialization. Extended CoAP, SNMP, LWM2M device profiles edge test. Part #2 2022-08-29 11:31:26 +03:00
Volodymyr Babak
6c7fdff626 Fixed coap transport serialization. Added CoAP, SNMP, LWM2M device profiles edge test. Part #1 2022-08-26 18:46:31 +03:00
Volodymyr Babak
9b47ed4633 Fixed serialization of DeviceData, SnmpMapping. Added deviceDataBytes into edge.proto DeviceUpdateMsg 2022-08-26 15:02:50 +03:00
Yuriy Lytvynchuk
80b47bafaa refactor code 2022-08-26 10:07:25 +03:00
Andrii Shvaika
dea933d906 Version set to 3.4.2 2022-08-19 15:25:18 +03:00
Sergey Matvienko
3c496f4749 Cassandra cloud connect to Datastax Astra DB using SECURE_BUNDLE, CLIENT_ID and CLIENT_SECRET 2022-08-18 00:43:54 +03:00
Andrii Shvaika
0bc5be477c Coap Device Profile Update fix 2022-08-17 16:55:22 +03:00
Volodymyr Babak
faaf07b1ea Edge sync functionality - added cluster support 2022-08-16 17:34:02 +03:00
Sergey Matvienko
b30088c636 mqtt transport IOException - log on debug level 2022-08-16 13:19:50 +03:00
Andrii Shvaika
8de1ee776c Fix conflicts. Refactored RandomStringUtils 2022-08-16 11:26:32 +03:00
Andrew Shvayka
d24e399ae0
Merge pull request #7044 from volodymyr-babak/bug/edge-firmware-id-missing
[3.4.1] Firmware ID not synced from cloud  to edge in device / device profiles
2022-08-12 11:10:20 +03:00
Yuriy Lytvynchuk
7b2a6499d0 nodeDetails 2022-08-09 11:44:24 +03:00
nickAS21
3fc2ee9e16 fix_bug: lwm2mClient add to init ObserveAll -> await: object5&object9 cntObserve = 9 2022-08-08 20:52:14 +03:00
Yuriy Lytvynchuk
00fd1a22aa Node modification 2022-08-08 18:10:58 +03:00
nickAS21
8decadf4e5 fix_bug: lwm2mClient registration log.warn 2022-08-08 09:39:34 +03:00
Andrii Shvaika
31124311a3 Device State performance improvements 2022-08-04 14:59:15 +03:00
Volodymyr Babak
a967ea82d4 firmware id optional 2022-08-04 14:13:53 +03:00
Volodymyr Babak
4a60912cd9 Propagate firmware id to device and device profile 2022-08-04 14:12:07 +03:00
Andrii Shvaika
9e1da1d483 Merge branch 'master' of github.com:thingsboard/thingsboard 2022-08-03 18:52:22 +03:00
Andrii Shvaika
8dc01ea5db Major improvement to device state service 2022-08-03 18:52:10 +03:00
Andrew Shvayka
61f575be0f
Merge pull request #7026 from YevhenBondarenko/fix/2fa 2022-08-02 20:09:57 +03:00
YevhenBondarenko
e09d7577ce fixed serialization exception in 2FA (Redis) 2022-08-02 16:13:10 +02:00
Andrii Shvaika
6ad1b10c09 remove jetbrains annotations 2022-08-02 10:54:04 +03:00
AndriiD
98d18f0f85 pr fixes 2022-07-28 10:42:16 +03:00
Andrii Shvaika
07de58fe21 Automatic migration of the events during upgrade 2022-07-27 19:22:10 +03:00
Andrii Shvaika
a38edcd62b Upgrade script for the events migration 2022-07-27 18:56:09 +03:00
Andrii Shvaika
3af07efd7f Support for bulk delete of events 2022-07-27 15:30:08 +03:00
Andrii Shvaika
ab0710c13e Cleanup event tables by partitions 2022-07-26 19:15:25 +03:00
Andrii Shvaika
219e97ff4a Implementation of Rule Chain and Rule Node debug events 2022-07-26 16:28:55 +03:00
Andrii Shvaika
e89554aaf4 WIP: improvement to fetch of the events 2022-07-25 19:36:13 +03:00
AndriiD
d4d45dbc7c Merge remote-tracking branch 'origin/develop/3.5' into feature/work-1385-custom-mqtt-subscribe-topic
# Conflicts:
#	application/pom.xml
#	common/actor/pom.xml
#	common/cache/pom.xml
#	common/cluster-api/pom.xml
#	common/coap-server/pom.xml
#	common/dao-api/pom.xml
#	common/data/pom.xml
#	common/edge-api/pom.xml
#	common/message/pom.xml
#	common/pom.xml
#	common/queue/pom.xml
#	common/stats/pom.xml
#	common/transport/coap/pom.xml
#	common/transport/http/pom.xml
#	common/transport/lwm2m/pom.xml
#	common/transport/mqtt/pom.xml
#	common/transport/pom.xml
#	common/transport/snmp/pom.xml
#	common/transport/transport-api/pom.xml
#	common/util/pom.xml
#	common/version-control/pom.xml
#	dao/pom.xml
#	msa/black-box-tests/pom.xml
#	msa/js-executor/pom.xml
#	msa/pom.xml
#	msa/tb-node/pom.xml
#	msa/tb/pom.xml
#	msa/transport/coap/pom.xml
#	msa/transport/http/pom.xml
#	msa/transport/lwm2m/pom.xml
#	msa/transport/mqtt/pom.xml
#	msa/transport/pom.xml
#	msa/transport/snmp/pom.xml
#	msa/vc-executor-docker/pom.xml
#	msa/vc-executor/pom.xml
#	msa/web-ui/pom.xml
#	netty-mqtt/pom.xml
#	pom.xml
#	rest-client/pom.xml
#	rule-engine/pom.xml
#	rule-engine/rule-engine-api/pom.xml
#	rule-engine/rule-engine-components/pom.xml
#	tools/pom.xml
#	transport/coap/pom.xml
#	transport/http/pom.xml
#	transport/lwm2m/pom.xml
#	transport/mqtt/pom.xml
#	transport/pom.xml
#	transport/snmp/pom.xml
#	ui-ngx/pom.xml
2022-07-25 12:50:30 +03:00
AndriiD
9bed6536cf Merge remote-tracking branch 'origin/release-3.4' into feature/work-1385-custom-mqtt-subscribe-topic 2022-07-25 12:41:15 +03:00
Andrii Shvaika
a720009b55 Initial DB structure 2022-07-22 18:53:41 +03:00
thingsboard
e09aef8d22 added ability to create custom attrs subscribe topic 2022-07-20 17:43:46 +03:00
Andrii Shvaika
fa0433a7eb Version set to 3.4.1-SNAPSHOT 2022-07-19 15:30:16 +03:00
ShvaykaD
2c40bf13cf merge with develop/3.4 2022-07-19 14:09:47 +03:00