Andrew Shvayka
|
b36d7c1bcd
|
Merge pull request #9089 from thingsboard/improvements/version-control
Fixes for Version Control
|
2023-08-17 13:54:34 +03:00 |
|
ViacheslavKlimov
|
d30f8a8352
|
Minor refactoring
|
2023-08-16 17:53:44 +03:00 |
|
ViacheslavKlimov
|
f6e816edb9
|
Add tests for rule chain importing
|
2023-08-16 15:13:46 +03:00 |
|
ViacheslavKlimov
|
cc1c2094c9
|
Fix UUIDs in rule node config replaced with tenant id
|
2023-08-16 15:13:16 +03:00 |
|
ViacheslavKlimov
|
7e57286667
|
Fix import order of asset profiles
|
2023-08-16 14:58:32 +03:00 |
|
ViacheslavKlimov
|
b457c5d19f
|
Increase default timeouts for Version control
|
2023-08-16 14:58:04 +03:00 |
|
ViacheslavKlimov
|
97e9f43f65
|
Add createCondition to TbActorCtx
|
2023-08-15 17:20:52 +03:00 |
|
ViacheslavKlimov
|
b8a7c6a3cd
|
Don't init unneeded actors and consumers for dedicated Rule Engine
|
2023-08-15 16:40:26 +03:00 |
|
ViacheslavKlimov
|
6751820e0a
|
Dedicated Rule Engines for tenant profile
|
2023-08-14 12:57:53 +03:00 |
|
ViacheslavKlimov
|
ae76f4ebbb
|
Merge branch 'master' into feature/update-tenant-profile-isolation
|
2023-08-11 13:39:03 +03:00 |
|
ViacheslavKlimov
|
f32e2f6fde
|
Refactoring after review
|
2023-08-10 12:03:15 +03:00 |
|
YevhenBondarenko
|
141a7ff0e6
|
changed recalculate_delay
|
2023-08-09 21:21:15 +02:00 |
|
ViacheslavKlimov
|
0f13d46144
|
Add more tests
|
2023-08-03 13:54:59 +03:00 |
|
ViacheslavKlimov
|
c087359077
|
Move messages to other queue on deletion; improvements
|
2023-08-01 13:57:32 +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 |
|
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 |
|
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 |
|
ViacheslavKlimov
|
5862b417aa
|
Add custom topic properties configuration
|
2023-07-28 12:06:04 +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 |
|
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 |
|
ViacheslavKlimov
|
18ce96fd10
|
Ability to update isolated processing option in tenant profile
|
2023-07-25 15:43:34 +03:00 |
|
Sergey Matvienko
|
5eebbf8985
|
web socket handler tests added. ws msg queue fixed the last msg pickup (and msg order as result)
|
2023-07-14 10:28:32 +02:00 |
|
Sergey Matvienko
|
0bff839951
|
TbWebSocketHandler.checkLimits refactored to extract IO session.close() call from synchronized scope
|
2023-07-12 18:35:07 +02:00 |
|
Sergey Matvienko
|
b236969d00
|
TbWebSocketHandler.SessionMetaData removed synchronization to avoid deadlock with WsSession that already have its own lock
|
2023-07-12 18:34:56 +02:00 |
|
Andrii Shvaika
|
7dcebed624
|
Ability to force ack for external nodes
|
2023-06-22 15:59:36 +03:00 |
|
Andrii Shvaika
|
649898566c
|
Add unrecoverable initialization error for actors. Fix timeouts on missing rule chain id in the rule chain input node
|
2023-06-21 19:05:42 +03:00 |
|
Volodymyr Babak
|
080a409839
|
Check edge session before removal to avoid removing live session
|
2023-06-08 15:52:40 +03:00 |
|
YevhenBondarenko
|
23d204e4d6
|
added new default root cert for azure iot
|
2023-06-08 11:53:00 +02:00 |
|
Igor Kulikov
|
733dcea36a
|
Update UI help branch
|
2023-05-31 12:56:50 +03:00 |
|
Andrew Shvayka
|
1183195d23
|
Merge pull request #8611 from YevhenBondarenko/cookie-util-improvements
ser/des in json format
|
2023-05-30 17:10:05 +03:00 |
|
Andrew Shvayka
|
001d55fa0d
|
Merge pull request #8595 from Mr-Mime/master
[3.5.1] Fix api documentation
|
2023-05-30 14:55:52 +03:00 |
|
Andrii Shvaika
|
11b6e8ebd0
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2023-05-30 14:52:06 +03:00 |
|
Andrii Shvaika
|
29602c208e
|
Fix MQTT connection tests according to specification
|
2023-05-30 14:51:54 +03:00 |
|
Andrew Shvayka
|
7a68daf3f3
|
Merge pull request #8645 from adovh/fix-swagger-queue-servicetype
Fix swagger queue servicetype
|
2023-05-30 12:28:05 +03:00 |
|
AndriiD
|
c863cf6c15
|
\changed ServiceType.valueOf to ServiceType.of
|
2023-05-29 20:24:13 +03:00 |
|
Igor Kulikov
|
6ccc21632d
|
Add upgrade script to fix dashboard templates after Angular migration to ver.15
|
2023-05-26 13:39:15 +03:00 |
|
Andrii Shvaika
|
138c0e4f8f
|
Simplify upgrage procedure
|
2023-05-24 17:05:23 +03:00 |
|
Andrii Shvaika
|
8311017b92
|
Fixed alarm details on alarm clear
|
2023-05-24 16:51:00 +03:00 |
|
YevhenBondarenko
|
4f28a45c88
|
ser/des in json format
|
2023-05-23 13:59:24 +02:00 |
|
Andrew Shvayka
|
07cba2b16c
|
Merge pull request #8598 from dashevchenko/xxe_fixed
Fixed xxe vulnerability
|
2023-05-22 17:46:51 +03:00 |
|