6001 Commits

Author SHA1 Message Date
ShvaykaD
30bc082e0a reverted refactoring with "return" use in the if statement & added @Override where required in DefaultTbContext & reverted changes to TbAbstractExternalNode 2023-08-03 20:20:17 +03:00
ShvaykaD
fedeab23e8 renamed FetchTo enum to TbMsgSource and move it to util package to reuse as fetchFrom property in other nodes 2023-08-03 15:52:45 +03:00
imbeacon
fc7e1d88e6 Optimized imports 2023-08-03 15:15:36 +03:00
ViacheslavKlimov
0f13d46144 Add more tests 2023-08-03 13:54:59 +03:00
nick
eaf8ef0f14 fix_bug: default VARCHAR length for notification_request.info = 1M (old value = 1K) 2023-08-03 12:36:15 +03:00
ShvaykaD
ad912e1d28 removed ScheduledFuture from ToDeviceRpcRequestMetadata and updated logic in DeviceActorMessageProcessor 2023-08-03 12:05:05 +03:00
imbeacon
ed5b528964 Updated unassign for alarms, on user removing to be transactional 2023-08-03 10:40:50 +03:00
ShvaykaD
d46bd36c87 fixed default timeout value in the ActorSystemContext 2023-08-02 16:10:19 +03:00
ShvaykaD
c2ce40cd39 added rpc sequential strategies: init commit 2023-08-02 16:05:18 +03:00
YevhenBondarenko
2056434bb7 tests improvements 2023-08-02 11:35:15 +02:00
ViacheslavKlimov
c087359077 Move messages to other queue on deletion; improvements 2023-08-01 13:57:32 +03:00
imbeacon
25778ce451 Moved unassign to async processing, added to customer controller, to unassign customer users alarms on customer removing 2023-08-01 12:11:42 +03:00
Maksym Dudnik
942fafe0b1 Merge branch 'develop/3.5.2' of https://github.com/thingsboard/thingsboard into gateway_list 2023-08-01 11:11:21 +03:00
Vladyslav_Prykhodko
5c0fb5e9b4 Merge remote-tracking branch 'upstream/develop/3.5.2' into feature/account-notification-settings 2023-08-01 10:45:16 +03:00
Andrew Shvayka
581c02bf6b
Merge pull request #8938 from thingsboard/feature/check-connectivity-device
Added check connectivity in device
2023-07-31 18:50:02 +03:00
Andrew Shvayka
a8d0968cc3
Merge pull request #8983 from smatvienko-tb/feature/onRateLimit-TbMsgPackCallback-skipAllRateLimited
Rule engine: ack all rate limited failures
2023-07-31 17:17:36 +03:00
Vladyslav_Prykhodko
b8954da47b Merge branch from develop/3.5.2 2023-07-31 15:50:43 +03:00
Andrii Shvaika
75fd37428a Merge with master 2023-07-31 13:59:20 +03:00
YevhenBondarenko
ac2aac8aa7 refactored due to comments 2023-07-31 13:51:03 +03:00
YevhenBondarenko
68149d9673 added recalculetePartitions delay for node restart 2023-07-31 13:50:41 +03:00
Andrew Shvayka
deb90d5356
Merge pull request #8775 from YevhenBondarenko/feature/recalculate-partitions-improvements
added recalculatePartitions delay for node restarting
2023-07-31 13:45:48 +03:00
Sergey Matvienko
161d7c3eda Cassandra: unlimited cached thread pool replaced with limited pool to prevent stack memory peaks. New env CASSANDRA_QUERY_RESULT_PROCESSING_THREADS introduced. 2023-07-31 11:59:31 +02:00
Maksym Dudnik
67031e43da connector status and new gateway cards 2023-07-31 12:24:07 +03:00
imbeacon
5f8d6176a5 Fix for removing user from sysadmin level alarm unassignment 2023-07-31 07:56:31 +03:00
YevhenBondarenko
5b2918de95 minor improvements 2023-07-28 17:27:38 +02:00
YevhenBondarenko
d9c39c362e refactored due to comments 2023-07-28 14:20:33 +02:00
ViacheslavKlimov
5862b417aa Add custom topic properties configuration 2023-07-28 12:06:04 +03:00
Maksym Dudnik
7d9203f0e8 update 2023-07-28 11:06:17 +03:00
Vladyslav_Prykhodko
2d2117e9ac Merge remote-tracking branch 'upstream/develop/3.5.2' into feature/check-connectivity-device 2023-07-28 10:11:54 +03:00
Sergey Matvienko
4f99d75e15 license:format for new classes 2023-07-27 21:38:02 +02:00
Sergey Matvienko
4720bc283c TbMsgPackCallback: AbstractRateLimitException lookup in cause of RuleEngineException. Tests added 2023-07-27 21:38:02 +02:00
Sergey Matvienko
825eaf640c RuleEngineException cause added to be able to analyse cause by rate limit exceptions 2023-07-27 21:38:02 +02:00
Sergey Matvienko
1b565e01ce Rule engine: ack all rate limited failures (draft) 2023-07-27 21:38:02 +02:00
ViacheslavKlimov
137cc18099 Auto offset reset config for Kafka 2023-07-27 19:58:31 +03:00
Igor Kulikov
787fc6ed7d Merge branch 'develop/3.5.2' into feature/basic-widget-config 2023-07-27 18:25:00 +03:00
Igor Kulikov
df8585c1b6 UI: Implement Value card widget settings. Improve widget container layout. 2023-07-27 17:18:39 +03:00
ShvaykaD
b95eae215a replaced handling of AssetProfile and DeviceProfile with HasRuleEngineProfile to match PE code version 2023-07-27 15:26:40 +03:00
ShvaykaD
2d4fbd6833 added checkMsgType util method to TbMsg & resolved other review comments 2023-07-27 14:48:53 +03:00
YevhenBondarenko
329a24c019 added sparkplug 2023-07-26 11:05:50 +02:00
Maksym Dudnik
687682f2dc hot fixes 2023-07-26 12:04:24 +03:00
YevhenBondarenko
b8253b139b fixed tests 2023-07-26 10:23:32 +02:00
imbeacon
f9a621bcfb Merge remote-tracking branch 'upstream/develop/3.5.2' into fix/removing-relations 2023-07-26 11:18:38 +03:00
YevhenBondarenko
3c6c565732 added docker coap commands and refactoring 2023-07-26 10:06:38 +02:00
Maksym Dudnik
9dfe9d0b7f new fixes & updates 2023-07-25 17:32:47 +03:00
ViacheslavKlimov
6db3171ffb Refactoring 2023-07-25 16:16:48 +03:00
ViacheslavKlimov
fa61783ac6 Log topics list on unsubscribe 2023-07-25 15:44:25 +03:00
ViacheslavKlimov
b2fe451bd2 Fix DefaultTbQueueService init 2023-07-25 15:44:25 +03:00
ViacheslavKlimov
8294331512 Configurable topic deletion delay 2023-07-25 15:44:25 +03:00
ViacheslavKlimov
2fef3858a3 Fix queue poll duration config ignored; 1 partition by default for isolated queues 2023-07-25 15:44:24 +03:00
ViacheslavKlimov
c1a07db64a Fix tenant profile update handling 2023-07-25 15:44:16 +03:00