4268 Commits

Author SHA1 Message Date
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
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
Igor Kulikov
9ec97e7f18 Update UI help base url 2022-08-18 14:12:09 +03:00
Andrew Shvayka
ed38216ce2
Merge pull request #7095 from volodymyr-babak/bug/edge-sync-on-startup
[3.4.1][Bug] Start regular edge event process after sync completed
2022-08-17 15:05:17 +03:00
Volodymyr Babak
e6ec672e50 Added test to verify that regular messages are processed by edge service after sync complete 2022-08-17 13:22:17 +03:00
Volodymyr Babak
4890976b9f Start regular edge event process after sync completed 2022-08-16 18:52:31 +03:00
Volodymyr Babak
faaf07b1ea Edge sync functionality - added cluster support 2022-08-16 17:34:02 +03:00
Andrii Shvaika
5986085039 Add note about type of keystore 2022-08-16 12:55:13 +03:00
Andrew Shvayka
a08d7a97fd
Merge pull request #7078 from chienfuchen32/patch-1
Update the MQTT SSL key store type example configuration file
2022-08-16 12:53:36 +03:00
Andrii Shvaika
8de1ee776c Fix conflicts. Refactored RandomStringUtils 2022-08-16 11:26:32 +03:00
Andrii Shvaika
5891a1df65 Deprecation of generic Events search API call 2022-08-15 18:57:33 +03:00
Igor Kulikov
9929d11195
Merge pull request #7073 from vvlladd28/bug/locale-name/ja-jp
[3.4.1] UI: Fixed incorrect japanese language locale name
2022-08-15 13:56:56 +03:00
陳傑夫
b5f79e06b7
Update thingsboard.yml 2022-08-12 21:03:13 +08: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
Andrew Shvayka
078278b0b0
Merge pull request #7047 from thingsboard/fix_bug_lwm2m_tests
[fix_bug]  lwm2m tests
2022-08-12 11:02:00 +03:00
Andrew Shvayka
1be7deee5f
Merge pull request #7041 from YevhenBondarenko/device-state-improvements
[3.4.1] fixed update or remove inactivityTimeout kv
2022-08-12 10:58:19 +03:00
Vladyslav_Prykhodko
c05dc62ec3 UI: Fixed incorrect japanese language locale name 2022-08-11 18:17:57 +03:00
nickAS21
3fc2ee9e16 fix_bug: lwm2mClient add to init ObserveAll -> await: object5&object9 cntObserve = 9 2022-08-08 20:52:14 +03:00
nickAS21
76313c0b6b fix_bug: lwm2mClient add to init ObserveAll -> await 2022-08-08 18:31:23 +03:00
nickAS21
1f6c8cea8b fix_bug: lwm2mClient test ObserveAll -> await 2022-08-08 11:10:00 +03:00
nickAS21
8decadf4e5 fix_bug: lwm2mClient registration log.warn 2022-08-08 09:39:34 +03:00
nickAS21
841b5b2504 fix_bug: lwm2mClient communicationPeriod = 5000 ms 2022-08-07 22:04:43 +03:00
nickAS21
c825c5cf41 fix_bug: lwm2mClient communicationPeriod = 100 ms 2022-08-07 20:08:04 +03:00
nickAS21
eed83e7f05 fix_bug: lwm2m basicTestConnection 2022-08-06 20:22:41 +03:00
nickAS21
f3ca90159b fix_bug: lwm2m ObserveCancelAll 2022-08-06 18:07:02 +03:00
nickAS21
3eb5fddbe2 fix_bug: lwm2m object5 and object9 2022-08-06 15:31:36 +03:00
nickAS21
4de7c60fda fix_bug: lwm2m tests_3 2022-08-06 09:44:25 +03:00