4501 Commits

Author SHA1 Message Date
zbeacon
3b457f0f14 Fix for rate limits filter 2022-09-23 15:41:17 +03:00
Igor Kulikov
afa69f6f78 Merge branch 'master' into feature/assetProfile 2022-09-23 15:37:52 +03:00
Igor Kulikov
085e3c1580 Implement Asset Profile feature 2022-09-23 15:37:17 +03:00
Andrii Shvaika
6674c457f6 Fix issue with delta calculation when previous interval has no telemetry 2022-09-23 13:45:34 +03:00
Andrii Shvaika
b1a234eba2 Add clear of agg data before subscription update 2022-09-23 13:10:38 +03:00
Volodymyr Babak
42bf3c2155 Code clean up to be in sync with PE 2022-09-23 11:39:28 +03:00
Yuriy Lytvynchuk
f2890d3363 Merge branch 'master' of github.com:thingsboard/thingsboard into feature/node_fetch_device_credentials 2022-09-23 10:42:51 +03:00
Volodymyr Babak
15c433212a Code refactoring - remove duplicate variables 2022-09-22 09:24:44 +03:00
Volodymyr Babak
3640ffcbce Device edge processor - added update of customer id from edge 2022-09-21 18:27:07 +03:00
Andrew Shvayka
cfdcbd7780
Merge pull request #7288 from thingsboard/feature/latestTsAggregation
[3.4.2] Support of aggregation for the latest values in the widget data source
2022-09-20 10:41:20 +03:00
Sergey Matvienko
c313e1cf9c jwt settings - running install on msa black box tests 2022-09-19 19:09:24 +03:00
Sergey Matvienko
5ea3c9ff6a jwt settings service instead jwt settings data object 2022-09-19 17:23:27 +03:00
Sergey Matvienko
7c8db6cac7 jwt settings service implementation 2022-09-19 15:44:28 +03:00
Volodymyr Babak
b7f66906f6 Added edge assing/unassing customer test 2022-09-19 15:32:45 +03:00
Volodymyr Babak
719940fbc3 Updated edge update events handling - assign/usassign to/from customer 2022-09-19 15:25:53 +03:00
Sergey Matvienko
9b519d33a1 jwt settings install and upgrade 2022-09-19 12:43:43 +03:00
Volodymyr Babak
12f5a501f0 Removed TODO from code - add story into backlog 2022-09-19 11:40:50 +03:00
Volodymyr Babak
29bfc60293 Added update edge test for widget bundle and widget type 2022-09-16 18:59:15 +03:00
Sergey Matvienko
dc07e9ae45 jwt settings 2022-09-16 18:57:50 +03:00
Volodymyr Babak
3db632c69c Added device credentials udpate test 2022-09-16 16:57:05 +03:00
Volodymyr Babak
f8c0cbf2e9 Updated user and customer controller tests according to multi customers on edge changes 2022-09-16 15:59:12 +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
Volodymyr Babak
d915cf6485 Base Edge test split into multiple tests. Push customer create/update/delete notification to edge 2022-09-14 18:42:04 +03:00
Andrii Shvaika
9d30b7558f Support of Comparison Queries 2022-09-14 14:22:43 +03:00
oyurov
2eed6948d3 Implemented possibility to be redirected to the target url in case of login via oauth2 2022-09-14 13:20:25 +02:00
Volodymyr Babak
8e27ffab4b Added support for multiple customers on edge 2022-09-13 17:01:43 +03:00
nickAS21
355d09569b fix_bug: commit 2022-09-13 16:36:01 +03:00
Andrii Shvaika
6879021027 Fix for multiple commands in same subscription 2022-09-13 15:50:50 +03:00
Andrii Shvaika
9689e9c041 Fix bugs. Remove floating window support 2022-09-13 12:39:07 +03:00
nickAS21
f16779e8e3 fix_bug: pushMsgToRuleEngine if tenantId == null 2022-09-13 12:25:38 +03:00
nickAS21
b436a05c33 fix_bug: pushEntityActionToRuleEngine endpoint if tenantId == null 2022-09-13 12:01:26 +03:00
Andrii Shvaika
7cc2943d18 New API for Agg requests 2022-09-12 15:54:21 +03:00
Andrii Shvaika
fa9f1b9f69 New structures for the Agg commands 2022-09-09 14:46:23 +03:00
Andrii Shvaika
1fcc757147 Improvement to the AGG calculations to include latestTs and count 2022-09-09 14:04:24 +03:00
Dima Landiak
b1f425cc49 bulk import null node handling fix 2022-09-08 16:56:58 +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
ecda9c8e2f Notify devices in case shared attribute updates from edge 2022-09-06 13:38:10 +03:00
anna
345abf413d fix thingsboard.yml events.debug_partition_size env variable 2022-09-02 17:52:47 +03:00
Andrew Shvayka
1b521df7c7
Merge pull request #7157 from volodymyr-babak/bug/edge-snmp-device-profile
[Bug][3.4.2] SNMP/CoAP/LWM2M device profile transport configuration missing Serialization
2022-09-02 14:55:32 +03:00
Volodymyr Babak
4707089072 Added check for device data delivery to edge 2022-08-29 11:44: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
nickAS21
d27b4ecf8a fix_bug: add Exception to ...DaoRemoveByIdWithException... 2022-08-27 08:18:58 +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
nickAS21
edffd7600f fix_bug: Entity delete with delete relations, other Entity 2022-08-25 18:49:16 +03:00
nickAS21
2bb2429bcf fix_bug: Entity delete with delete relations, Dashboard delete refactoring 2022-08-24 21:07:28 +03:00
nickAS21
c6535a128e fix_bug: Entity delete with delete relations, Dashboard 2022-08-24 13:18:51 +03:00