dashevchenko
|
6a755ab0b7
|
deleted java keystore type of creds support
|
2024-02-06 15:10:09 +02:00 |
|
dashevchenko
|
dfe2351079
|
yml parameter description update
|
2024-01-24 13:11:32 +02:00 |
|
dashevchenko
|
e27ef320e7
|
updated env variable name and descriptions
|
2024-01-22 12:31:01 +02:00 |
|
dashevchenko
|
9af96ad5be
|
resolved conflicts after merge
|
2024-01-18 14:39:14 +02:00 |
|
dashevchenko
|
539bbda23f
|
updated descriptions
|
2024-01-18 13:21:27 +02:00 |
|
dashevchenko
|
837752a243
|
updated transport.sessions.inactivity_timeout default value, updated desc for some params
|
2024-01-17 14:55:00 +02:00 |
|
Andrii Shvaika
|
5acf527f1a
|
Version set to 3.7.0-SNAPSHOT
|
2024-01-16 11:43:44 +02:00 |
|
Igor Kulikov
|
c5a72ed8df
|
Update license header to 2024 year.
|
2024-01-09 10:46:16 +02:00 |
|
Andrii Shvaika
|
67a8f70957
|
Merge remote-tracking branch 'origin/develop/3.6.3'
|
2024-01-05 15:17:27 +02:00 |
|
dashevchenko
|
b95adb439a
|
added yml parameters for aws-sqs eproducer executor thread pool size
|
2023-12-27 17:06:26 +02:00 |
|
Igor Kulikov
|
bc35df1dd7
|
Version set to 3.6.3-SNAPSHOT
|
2023-12-27 12:58:15 +02:00 |
|
dashevchenko
|
b2f2d1d909
|
updated config parameter description
|
2023-12-08 13:10:02 +02:00 |
|
Andrew Shvayka
|
2283431702
|
Merge pull request #9619 from dashevchenko/pubsub
Pubsub executor thread pool size fix
|
2023-12-01 16:58:06 +02:00 |
|
dashevchenko
|
fa12ba544d
|
moved pubsub queue executor to PubSubSettings
|
2023-11-20 15:20:40 +02:00 |
|
dashevchenko
|
fbec7aab25
|
moved pubsub executors to pubsubSettings
|
2023-11-17 12:18:03 +02:00 |
|
dashevchenko
|
1be39aa9aa
|
fixed license, env name refactoring
|
2023-11-16 16:16:38 +02:00 |
|
Andrii Shvaika
|
4ed64439a0
|
Merge remote-tracking branch 'origin/hotfix/3.6.1'
|
2023-11-16 13:53:15 +02:00 |
|
Andrii Shvaika
|
a4bac1e794
|
Implement cache for the entity creation request
|
2023-11-15 15:57:58 +02:00 |
|
dashevchenko
|
08727b4c36
|
added executor provider for pubsub queue, added env variable to manage pubsub queue executor provider thread pool
|
2023-11-15 14:51:58 +02:00 |
|
Andrii Shvaika
|
df24c363ce
|
Version set to 3.6.2-SNAPSHOT
|
2023-11-13 17:07:32 +02:00 |
|
dashevchenko
|
cc3c05f6e9
|
updated yml parameter description
|
2023-10-18 15:09:24 +03:00 |
|
dashevchenko
|
c195fd5a4c
|
added ability to add global prefix for all topics
|
2023-10-17 19:44:50 +03:00 |
|
dashevchenko
|
761c900fc5
|
added yml parameter description for transport services
|
2023-10-11 17:34:05 +03:00 |
|
Igor Kulikov
|
8cefca23ac
|
Version set to 3.6.1-SNAPSHOT
|
2023-09-25 11:27:00 +03:00 |
|
Igor Kulikov
|
98c245e293
|
Switch to version 3.6.0
|
2023-09-05 18:28:15 +03:00 |
|
Andrii Shvaika
|
ca6095402f
|
Merge with master
|
2023-08-17 12:19:02 +03:00 |
|
Andrii Shvaika
|
344ffb2e0b
|
Merge with master
|
2023-08-14 15:02:17 +03:00 |
|
ViacheslavKlimov
|
ae76f4ebbb
|
Merge branch 'master' into feature/update-tenant-profile-isolation
|
2023-08-11 13:39:03 +03:00 |
|
YevhenBondarenko
|
141a7ff0e6
|
changed recalculate_delay
|
2023-08-09 21:21:15 +02: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 |
|
YevhenBondarenko
|
d9c39c362e
|
refactored due to comments
|
2023-07-28 14:20:33 +02:00 |
|
ViacheslavKlimov
|
137cc18099
|
Auto offset reset config for Kafka
|
2023-07-27 19:58:31 +03:00 |
|
YevhenBondarenko
|
aa28b276d2
|
added recalculetePartitions delay for node restart
|
2023-06-16 15:40:29 +02:00 |
|
ViacheslavKlimov
|
0bd7f74c47
|
Fix issues
|
2023-06-13 14:12:54 +03:00 |
|
ViacheslavKlimov
|
f98eee5407
|
Merge branch 'develop/3.5.2' into feature/exceeded-rate-limits-notifications
# Conflicts:
# application/src/main/java/org/thingsboard/server/install/ThingsboardInstallService.java
# application/src/main/resources/thingsboard.yml
# application/src/test/java/org/thingsboard/server/service/notification/NotificationRuleApiTest.java
# dao/src/main/java/org/thingsboard/server/dao/notification/DefaultNotifications.java
# ui-ngx/src/app/modules/common/modules-map.ts
|
2023-06-13 13:49:51 +03:00 |
|
Andrew Shvayka
|
7bb8f8732c
|
Merge pull request #8682 from AndriiLandiak/feature/redis-sentinel
[3.5.2] Redis Sentinel support
|
2023-06-07 15:24:18 +03:00 |
|
ViacheslavKlimov
|
2f560315d1
|
Exceeded rate limits notifications; their deduplication; refactoring
|
2023-06-02 15:09:09 +03:00 |
|
ViacheslavKlimov
|
f5cd8a9a52
|
Notification system - less async operations
|
2023-06-02 14:57:00 +03:00 |
|
ViacheslavKlimov
|
67656a2757
|
Notifications deduplication
|
2023-06-02 14:50:23 +03:00 |
|
Andrii Landiak
|
c2a87aba60
|
Add redis-sentinel mode support
|
2023-06-01 14:47:47 +03:00 |
|
Igor Kulikov
|
9ae1f1e329
|
Version set to 3.5.2-SNAPSHOT
|
2023-05-22 16:32:24 +03:00 |
|
Igor Kulikov
|
59cc8244b5
|
Version set to 3.5.1-SNAPSHOT
|
2023-05-22 16:31:19 +03:00 |
|
Igor Kulikov
|
c422e39724
|
Version set to 3.5.1-SNAPSHOT
|
2023-05-22 16:26:54 +03:00 |
|
Andrii Shvaika
|
6120fb132a
|
Version set to 3.5.2. Migration script improved
|
2023-05-22 13:16:06 +03:00 |
|
Igor Kulikov
|
7058f99068
|
Version set to 3.5.1-SNAPSHOT
|
2023-05-12 15:45:11 +03:00 |
|
Sergey Matvienko
|
26ed90c534
|
kafka settings: kafka yaml parameters added for microservices same as thingsboard.yml . PropertyUtils added, duplicated code refactored to getProps. TB_QUEUE_KAFKA_REQUEST_TIMEOUT_MS and TB_QUEUE_KAFKA_SESSION_TIMEOUT_MS moved from other to main properties. Other yaml props is deprecated. other-inline added TB_QUEUE_KAFKA_OTHER_PROPERTIES. Tests added.
|
2023-04-18 10:54:10 +02:00 |
|
Andrew Shvayka
|
bc5d6ea359
|
Merge pull request #8342 from volodymyr-babak/ssl-option-kafka
[3.5] Add SSL option for Kafka queue connection
|
2023-04-11 12:34:49 +03:00 |
|
ViacheslavKlimov
|
a58dff1ffc
|
Refactoring for devices activity stats
|
2023-04-10 15:39:46 +03:00 |
|
FawenYo
|
47542eb8c1
|
Add SSL option for Kafka queue connection
|
2023-04-10 15:29:14 +03:00 |
|