4274 Commits

Author SHA1 Message Date
Andrii Shvaika
b4fa0b81ab Deprecated some old structures 2023-10-27 15:36:59 +03:00
nick
6b8eae035e tbDate: add toZonedDateTimeString 2023-10-27 15:01:58 +03:00
ViacheslavKlimov
9e408cd6f3 Distribute partitions between Rule Engines based only on tenant id 2023-10-27 14:43:12 +03:00
Andrii Landiak
42e67c0d7e Merge remote-tracking branch 'upstream/master' into feature/edge-resource-support 2023-10-27 12:21:42 +03:00
Andrii Shvaika
e20523b502 Attribute scope check improvement 2023-10-26 19:02:56 +03:00
Andrii Shvaika
d78bb26a73 Merge with hotfix/3.6 2023-10-26 17:11:29 +03:00
Andrii Shvaika
694b6bf851 Refactoring: new data structures and message flow
Local Subscription Service refactoring

Refactoring of the proto structures

Bug fixing after refactoring

Minor improvements and bug fixes

Improvements to avoid additional DB calls

Bug fixes after refactoring

Cluster mode improvements
2023-10-26 17:07:16 +03:00
dashevchenko
1e53280ca8 added api request parameter to retrieve all tenant bundles without system 2023-10-26 17:04:25 +03:00
nick
aae995de5d tbDate: java11 date to Instant 2023-10-26 16:07:35 +03:00
Andrii Landiak
00000f7d05 Leave old messaged, mark them as deprecated, for removal; Left intentionally to avoid throwNotHandled 2023-10-26 09:30:04 +03:00
Andrii Landiak
be4c408324 Merge remote-tracking branch 'upstream/hotfix/3.6' into feature/core-proto-subtype-implementation 2023-10-25 16:30:43 +03:00
Andrii Shvaika
5a0b942b75 Fix backward compatibility 2023-10-25 15:57:42 +03:00
Andrii Shvaika
5a2bc396f2 Merge with hotfix/3.6 2023-10-25 15:43:12 +03:00
Sergey Matvienko
6949d5bca7 GatewaySessionHandlerTest createWeakMap() test simplified 2023-10-25 09:31:49 +02:00
nick
2046c4863f tbDate: comments3 2023-10-24 16:48:08 +03:00
nick
dfb1200e95 tbDate: comments2 2023-10-24 16:11:00 +03:00
Andrew Shvayka
5c404649f3
Merge pull request #9453 from thingsboard/re-consumer-service-refactoring
Rule Engine consumer service refactoring
2023-10-24 13:24:19 +03:00
Andrii Shvaika
b2098fc112 Fix compatibility between CE and PE 2023-10-24 12:30:17 +03:00
Andrii Shvaika
0571f7e6dd Fix compatibility between CE and PE 2023-10-24 12:24:01 +03:00
dashevchenko
15e6190a9d optimized topicName creation in HashPartitionService 2023-10-23 17:40:39 +03:00
ViacheslavKlimov
60900a0b96 Merge branch 'hotfix/3.6' into re-consumer-service-refactoring
# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/queue/DefaultTbRuleEngineConsumerService.java
2023-10-23 16:41:38 +03:00
dashevchenko
603be29f1b fixed topic naming 2023-10-23 12:35:38 +03:00
dashevchenko
f3a0d3a7e8 fixed HashPartitionService 2023-10-23 11:54:45 +03:00
Andrii Landiak
f01cbe0e36 Refactoring ToCoreNotificationMsg: implement replacement for raw bytes messages 2023-10-23 10:10:02 +03:00
Andrew Shvayka
f47dff7fa9
Merge pull request #9430 from smatvienko-tb/feature/componentLifeCycleProto
ComponentLifecycleMsgProto implemented as replacement of raw byte encoding
2023-10-20 17:55:33 +03:00
ViacheslavKlimov
be7854fb5b Add 'isolated' to topic and consumer group name for isolated queues 2023-10-19 18:58:41 +03:00
ViacheslavKlimov
cf951ee2b2 Multiple improvements for Rule Engine consumer services 2023-10-19 11:09:34 +03:00
Andrii Shvaika
3a0afd8a5a Refactoring of the consumer service 2023-10-19 11:09:16 +03:00
Andrii Shvaika
45fd970898 Refactoring in progress 2023-10-19 11:09:11 +03:00
Sergey Matvienko
92a2a90a0b ComponentLifecycleMsgProto implemented as replacement of raw byte encoding 2023-10-18 18:06:40 +02:00
Andrew Shvayka
362e99c3fc
Merge pull request #9441 from ShvaykaD/bugfix/rule-nodes-upgrade-script
fixed rule nodes upgrade script
2023-10-18 12:58:22 +03:00
dashevchenko
dd53193371 fixed unit tests 2023-10-18 11:43:21 +03:00
ShvaykaD
6701ef46f5 fixed upgrade script for rule nodes 2023-10-18 11:00:20 +03:00
Dmytro Skarzhynets
24dda7a3ea Merge with master 2023-10-18 08:33:31 +03:00
YevhenBondarenko
cf32544e71 added SslUtil and tests 2023-10-17 23:20:00 +02:00
dashevchenko
c195fd5a4c added ability to add global prefix for all topics 2023-10-17 19:44:50 +03:00
nick
69bcd8426e tbDate: Tests were checked with:
*      -timezone Etc/GMT-14
             *      -timezone Etc/GMT+12
             *      -timezone America/New_York
             *      -timezone Europe/Kyiv
2023-10-17 18:42:28 +03:00
nick
5126c9abab tbDate: delete timeZneId 2023-10-17 16:20:01 +03:00
Andrii Shvaika
7b0a3c282c Merge with hotfix branch 2023-10-16 17:43:01 +03:00
Sergey Matvienko
febff6bd00 TbKafkaProducerTemplate: addAnalyticHeaders - stacktrace level increased from 10 to 20 for TRACE enabled 2023-10-16 13:46:37 +02:00
Volodymyr Babak
919e0c5081 Code review. Minor refactoring: Sync -> EdgeId. Logging updates. Avoid usage of OBJECT_MAPPER. 2023-10-12 15:55:39 +03:00
Volodymyr Babak
38dabc7f38 Merge remote-tracking branch 'upstream/master' into feature/edge-sync-improvement 2023-10-12 15:16:40 +03:00
Andrii Landiak
bbdd0fd6b8 Minor refactoring 2023-10-12 13:31:47 +03:00
Andrii Landiak
cca7a87c19 Merge remote-tracking branch 'origin/master' into feature/broadcast-logs-improvement 2023-10-11 13:13:03 +03:00
Andrii Landiak
5ace34bccf Improve code, fix failing tests 2023-10-11 12:37:48 +03:00
Andrii Landiak
987bcf476c Add syncManager for EntityStateListener because of actor creation problem 2023-10-11 10:37:03 +03:00
Andrew Shvayka
917d90d87d
Merge pull request #9381 from YevhenBondarenko/fix/alarm-service
alarm service improvements (removed deprecated methods)
2023-10-10 11:01:02 +03:00
Andrew Shvayka
a1d73faa26
Merge pull request #9388 from thingsboard/hotfix/3.6
Hotfix/3.6
2023-10-10 11:00:35 +03:00
ViacheslavKlimov
1b8e4800d0 Improvements for deletion by tenantId 2023-10-09 11:10:28 +03:00
ViacheslavKlimov
6ed6cc298c Refactoring for deletion of devices, assets, dashboards, users 2023-10-09 11:07:37 +03:00