23238 Commits

Author SHA1 Message Date
Dmytro Skarzhynets
3df41743de
AI rule node: bump langchain4j version 2025-05-20 18:51:10 +03:00
Dmytro Skarzhynets
c2776ce7a6
AI rule node: add JSON Schema to rule node config 2025-05-20 17:59:58 +03:00
Sergey Matvienko
7093032516
refactored obsolete com.github.java-json-tools:json-schema-validator with actively updated com.networknt:json-schema-validator 2025-05-20 16:39:21 +03:00
Dmytro Skarzhynets
d2c275b761
AI rule node: correctly call node lifecycle methods 2025-05-20 16:16:51 +03:00
Dmytro Skarzhynets
7c94c43d66
AI rule node: refactor configuration field description in AiSettings 2025-05-20 16:16:30 +03:00
Dmytro Skarzhynets
f2075c6c39
AI rule node: add polymorphic JSON config to AI settings 2025-05-16 20:06:42 +03:00
Dmytro Skarzhynets
ad0161e3df
AI rule node: add AiProvider enum 2025-05-16 16:46:00 +03:00
Dmytro Skarzhynets
a3a1971a68
AI rule node: add support for AI settings in TenantIdLoader 2025-05-16 15:37:13 +03:00
Dmytro Skarzhynets
e695ce3283
AI rule node: make name of the AI settings unique within the scope of the tenant 2025-05-16 15:26:43 +03:00
Dmytro Skarzhynets
18c75998ef
AI rule node: replace Anthropic with Mistral AI 2025-05-16 15:21:17 +03:00
Dmytro Skarzhynets
1a3b1c3fe4
AI rule node: REST API for CRUD operations on AI settings 2025-05-15 18:52:31 +03:00
Dmytro Skarzhynets
f06b1d5feb
AI rule node: remove findNextBatch() method 2025-05-15 18:51:53 +03:00
Dmytro Skarzhynets
c0480ed930
AI rule node: move system prompt to rule node config 2025-05-15 18:50:00 +03:00
Dmytro Skarzhynets
9ef4295d90
AI rule node: bump langchain4j version 2025-05-15 18:49:21 +03:00
Dmytro Skarzhynets
0f17e5f457
AI rule node: draft implementation 2025-05-13 15:39:46 +03:00
Viacheslav Klimov
55db24f7e8
Merge pull request #13366 from thingsboard/cf-monitoring
Calculated fields monitoring
2025-05-12 15:22:20 +03:00
ViacheslavKlimov
fd66c5f177 CF monitoring fixes 2025-05-12 12:58:33 +03:00
ViacheslavKlimov
602d60281c Fixes for monitoring 2025-05-12 12:50:03 +03:00
ViacheslavKlimov
32212b9c51 Monitoring: automatic rule chain update 2025-05-12 12:08:52 +03:00
Viacheslav Klimov
d3365483da
Merge pull request #13240 from dskarzh/cleanup-deprecation
Cleanup deprecated API in SubscriptionManagerService
2025-05-08 16:28:01 +03:00
Viacheslav Klimov
a3f36632be
Merge pull request #13323 from thingsboard/feature/prod-4738
Used TbMsgProto instead of ByteString
2025-05-08 12:00:21 +03:00
Viacheslav Klimov
51636229d1
Merge pull request #12905 from dashevchenko/resource_vc_fix
Version control: fixed resource restoring
2025-05-07 13:18:43 +03:00
ViacheslavKlimov
1d83a2c9d3 Refactoring for TbMsgProto usage 2025-05-07 13:01:09 +03:00
Viacheslav Klimov
0adfaf2b01
Merge pull request #12257 from YevhenBondarenko/feature/prod-4738
Used TbMsgProto instead of ByteString
2025-05-07 12:28:29 +03:00
Viacheslav Klimov
3f933c8b45
Merge pull request #13322 from thingsboard/feature/rule-chain-relation
Automatic relations creation between Rule Chains when adding "Rule Chain" node
2025-05-07 12:22:08 +03:00
ViacheslavKlimov
381e976d87 Refactoring for input node relations 2025-05-07 12:17:24 +03:00
ViacheslavKlimov
ac41220a6d Merge branch 'feature/rule-chain-relation' of github.com:YevhenBondarenko/thingsboard into feature/rule-chain-relation 2025-05-07 11:14:15 +03:00
Viacheslav Klimov
c5cc7dc4d5
Merge pull request #13317 from thingsboard/rc
rc
2025-05-06 15:50:36 +03:00
Viacheslav Klimov
825f0b1ed7
Merge pull request #13148 from AndriiLandiak/fix-autocommit-cf
Make Kafka consumer properties configurable for overridden topic names
2025-05-06 15:46:53 +03:00
Andrii Landiak
1a8d6b6bae Merge remote-tracking branch 'origin/fix-autocommit-cf' into fix-autocommit-cf 2025-05-06 15:37:36 +03:00
Andrii Landiak
b74d88284c Add TB_QUEUE_KAFKA_CONSUMER_PROPERTIES_PER_TOPIC_INLINE to ymls 2025-05-06 15:37:11 +03:00
Viacheslav Klimov
6ba4582d20
Merge pull request #13064 from dashevchenko/alarmRuleCreationFix
Fixed alarm creation when having both attributes and telemetry in the alarm rule
2025-05-06 15:29:36 +03:00
Viacheslav Klimov
bec580bd95
Merge pull request #13262 from dskarzh/fix/alarm-delete-event-order
Emit `ALARM_DELETE` event only after the delete operation completes
2025-05-06 15:22:13 +03:00
Andrew Shvayka
e7dae87e77
Merge pull request #13054 from dskarzh/fix/mqtt-client/infinite-retransmission-memory-leak
MQTT client: prevent potential memory leak in retransmission mechanism
2025-05-06 14:37:21 +03:00
Viacheslav Klimov
e083d21311
Merge pull request #13316 from thingsboard/fix/ota-package-log
fixed 'value too long' after saving ota (#13277)
2025-05-06 14:33:39 +03:00
Yevhen Bondarenko
a0a77c721f fixed 'value too long' after saving ota (#13277)
* fixed 'value too long' after saving ota

* fixed tests
2025-05-06 14:32:11 +03:00
Viacheslav Klimov
0e20e27f6f
Merge pull request #13301 from yuliaklochai/ui-trendz-settings
Added Trendz setting
2025-05-06 11:00:20 +03:00
yuliaklochai
338d81e6c1 UI: added TrendzSettingsService to Services Map 2025-05-06 09:27:29 +03:00
Viacheslav Klimov
eec5783b43
Merge pull request #13306 from thingsboard/rc
rc
2025-05-05 15:10:02 +03:00
yuliaklochai
f6bb9be780 UI: trendz settings fixes 2025-05-05 11:38:16 +03:00
yuliaklochai
d6aa53a858 UI: added trendz settings tab 2025-05-02 12:42:14 +03:00
Dmytro Skarzhynets
e84a006091
Merge branch 'rc' into fix/mqtt-client/infinite-retransmission-memory-leak
# Conflicts:
#	application/src/main/java/org/thingsboard/server/actors/ActorSystemContext.java
2025-05-01 16:33:44 +03:00
Dmytro Skarzhynets
8d749f593b
MQTT client: limit retransmission attempts to prevent unlimited memory usage and network overload 2025-05-01 16:30:41 +03:00
Igor Kulikov
439cd20700
Merge pull request #13290 from vvlladd28/bug/translate/nl-be/duplicate
Improved Nederlands (België) translation
2025-05-01 13:15:19 +03:00
Igor Kulikov
489e8367f7
Merge pull request #13289 from vvlladd28/bug/help-link/cf
Fixed incorrect help links for calculated fields
2025-05-01 13:14:48 +03:00
Igor Kulikov
e3c98ab5ef
Merge pull request #13253 from Terny22/widget-settings-broken-validation
Fixed an issue with broken pagination settings validation in table-widgets
2025-05-01 13:14:20 +03:00
Vladyslav Prykhodko
ff3c1e27ed UI: Improved Nederlands (België) translation remove duplicate tranlate and invalid text 2025-04-30 23:47:19 +03:00
Vladyslav_Prykhodko
8c178a2647 UI: Fixed incorrect help links for calculated fields 2025-04-30 16:46:12 +03:00
IrynaMatveieva
8e9cd196c1 fixed tests 2025-04-28 14:23:05 +03:00
IrynaMatveieva
e644def232 fixes 2025-04-28 12:10:11 +03:00