4381 Commits

Author SHA1 Message Date
Andrew Shvayka
990a50391e
Merge pull request #7350 from ViacheslavKlimov/fix/js-invoke-service-limits
[3.4.2] Limits for JS script body, input args and invocation result size
2022-10-07 17:26:03 +03:00
Andrii Shvaika
a29e2aa894 Fix relation tests 2022-10-05 15:43:39 +03:00
Andrii Shvaika
7e927b7aba Add support of relation add/update/delete events to rule engine 2022-10-05 13:46:01 +03:00
ViacheslavKlimov
a2c830ce8a Refactoring for JS limit properties 2022-10-03 14:23:02 +03:00
Andrii Shvaika
24aa8dc80d Remove sleeps 2022-10-03 10:54:39 +03:00
Andrii Shvaika
5d7bf3e42b Merge with bug fix branch 2022-10-03 10:50:19 +03:00
nickAS21
e13c238f91 fix_bug: test transactional EntityView add TreadSleep 2022-10-01 09:33:44 +03:00
nickAS21
456ada0cd0 fix_bug: test transactional UnfinishedStubbingException new 2022-09-30 20:55:07 +03:00
nickAS21
262c09c394 fix_bug: test transactional UnfinishedStubbingException 2022-09-30 17:25:47 +03:00
Andrii Shvaika
01acc4c486 Fix for DeviceControllerTest 2022-09-30 12:38:44 +03:00
ViacheslavKlimov
f8b10fd587 Remove useless test from JsInvokeServiceTest 2022-09-29 17:42:55 +03:00
ViacheslavKlimov
149275ef2b Limits for JS script body, input args and invocation result size 2022-09-29 15:29:29 +03:00
Andrew Shvayka
cd6e50312c
Merge pull request #7348 from thingsboard/feature/math-rule-node
[3.4.2] Math rule node
2022-09-29 12:54:07 +03:00
Andrew Shvayka
204266496e
Merge pull request #7243 from YuriyLytvynchuk/feature/node_json_path
[3.4.2]Feature: New ruleNode 'json path'
2022-09-28 16:37:57 +03:00
Andrew Shvayka
62cd74ee40
Merge pull request #7339 from ViacheslavKlimov/feature/tenant-jdbc-logging
[3.4.2] DB calls stats
2022-09-28 15:44:15 +03:00
ViacheslavKlimov
ac5708f6ff Fix properties naming for SqlDaoCallsAspect 2022-09-28 15:36:06 +03:00
Igor Kulikov
f14a337c73 Merge branch 'master' into feature/math-rule-node 2022-09-28 15:01:46 +03:00
Andrew Shvayka
5a3a121997
Merge pull request #7232 from thingsboard/DTLS_RETRANSMISSION_TIMEOUT
[3.5] dtls retransmission timeout
2022-09-28 12:07:15 +03:00
nickAS21
a8db5fcf8a DTLS_: commit3 2022-09-28 11:26:49 +03:00
Andrew Shvayka
7eaa942036
Merge pull request #7342 from thingsboard/feature/assetProfile
[3.4.2] Asset Profiles Feature
2022-09-27 17:02:32 +03:00
Igor Kulikov
7d19a1d5e9 Update assetCreatedMsg and alarmActionMsg to handle rule chain and queue name from asset profile 2022-09-27 16:12:01 +03:00
Andrew Shvayka
d572119201
Merge pull request #7239 from YuriyLytvynchuk/feature/node_fetch_device_credentials
[3.4.2] Feature: New RuleNode 'fetch device credentials'
2022-09-27 12:28:45 +03:00
Igor Kulikov
0717a56a69 Forbid changes to 'TbServiceQueue' asset profile. 2022-09-27 10:33:22 +03:00
nickAS21
96eeffa25b DTLS_: commit2 2022-09-26 18:23:21 +03:00
Igor Kulikov
012c8e91de Implement Assets Profile UI 2022-09-26 18:10:12 +03:00
Igor Kulikov
34339c6532 Minor changes 2022-09-23 19:26:50 +03:00
Andrii Shvaika
fb49273bd6 Math node implementation 2022-09-23 18:06:33 +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
Yuriy Lytvynchuk
3c4618c8dc Merge remote-tracking branch 'upstream/master' into feature/node_json_path 2022-09-23 13:49:30 +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
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
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
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
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
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
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