9061 Commits

Author SHA1 Message Date
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
IrynaMatveieva
d1eec11d9d added tests for tbel doc examples 2025-05-15 20:38:58 +03:00
Dmytro Skarzhynets
1a3b1c3fe4
AI rule node: REST API for CRUD operations on AI settings 2025-05-15 18:52:31 +03:00
ViacheslavKlimov
325c71f2ab Fix checkCalculatedFieldId 2025-05-15 18:25:17 +03:00
ViacheslavKlimov
56c26d2f9d Merge branch 'master' of github.com:thingsboard/thingsboard into feature/jobs 2025-05-15 18:24:37 +03:00
ViacheslavKlimov
d54e7a0e78 Refactor BaseController.checkEntityId 2025-05-15 17:15:06 +03:00
ViacheslavKlimov
0dde966082 Support reprocessing for job with general error; job deletion; refactoring 2025-05-15 16:57:27 +03:00
Vladyslav_Prykhodko
9b13e733d7 Merge remote-tracking branch 'upstream/master' into improvements/calculated-fields 2025-05-15 15:56:18 +03:00
Andrew Shvayka
26c9c565b1
Merge pull request #13279 from thingsboard/lwm2m_observe_composite
lwm2m_Extend observe strategies: add Composite per-object and Composite all-at-once to existing Single
2025-05-15 12:41:42 +03:00
ViacheslavKlimov
95d1b5ebd7 Minor refactoring for TopicPartitionInfo 2025-05-15 11:17:31 +03:00
ViacheslavKlimov
8dda445253 Fix test whenTenantIsDeleted_thenCancelAllTheJobs 2025-05-15 11:11:40 +03:00
nickAS21
cb2ab78186 lwm2m: comments - 1 2025-05-14 17:41:36 +03:00
Andrew Shvayka
f7572a0289
Merge pull request #13382 from thingsboard/tbel_isMap_isList
tbel_Add utility methods to check for Map, List, and Array types
2025-05-14 15:19:55 +03:00
nickAS21
758ed0f189 tbel: Add utility methods to check for Map, List, and Array types in TbUtils 2025-05-14 13:07:07 +03:00
ViacheslavKlimov
55da7ac2b6 Fix rule engine startup 2025-05-14 09:49:27 +03:00
Viacheslav Klimov
a27b30f3ce
Merge pull request #13379 from thingsboard/rc
rc
2025-05-14 09:17:57 +03:00
Vladyslav_Prykhodko
2e3f0c8653 UI: Fixed typo 2025-05-13 18:03:02 +03:00
Vladyslav_Prykhodko
a925eb4380 Merge remote-tracking branch 'upstream/master' into feature/unit-convertor 2025-05-13 17:40:02 +03:00
ViacheslavKlimov
ef65dd9026 Fix missing queue prefixes 2025-05-13 16:41:57 +03:00
Dmytro Skarzhynets
0f17e5f457
AI rule node: draft implementation 2025-05-13 15:39:46 +03:00
ViacheslavKlimov
4fbb6c2e71 Jobs: refactoring 2025-05-13 14:48:46 +03:00
ViacheslavKlimov
7d0b6bfdec Refactoring for tasks api 2025-05-13 11:54:36 +03:00
Vladyslav_Prykhodko
12a47c41b3 UI: Updated widget types support unit conversion 2025-05-13 10:02:44 +03:00
ViacheslavKlimov
faf4a2165f Fix HashPartitionServiceTest 2025-05-12 17:17:57 +03:00
nickAS21
ccad309cfc Merge branch 'refs/heads/master' into lwm2m_observe_composite 2025-05-12 10:02:07 +03:00
nickAS21
68eff16e67 lwm2m: create strategy Composite_By_Object and tests 2025-05-09 19:12:40 +03:00
ViacheslavKlimov
b97c1888f1 EDQS readiness check; refactor API enabling 2025-05-09 19:05:28 +03:00
Viacheslav Klimov
8221545fd9
Merge pull request #13348 from irynamatveieva/fix/calculated-fields
Removed permission check when argument source is tenant
2025-05-09 14:31:02 +03:00
IrynaMatveieva
ed5868d8e5 removed permission check for tenant 2025-05-09 14:16:53 +03:00
ViacheslavKlimov
590805b6a3 Handle uncaught auth exceptions 2025-05-09 13:25:31 +03:00
ViacheslavKlimov
8c959232d4 Configurable tasks poll interval; task processing timing 2025-05-08 16:49:33 +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
Igor Kulikov
d5a89967c5
Merge pull request #13292 from ArtemDzhereleiko/AD/imp/scada/hint-flow-anim
Hint for dynamic settings and refactoring flow animation connectors SCADA symbols
2025-05-08 12:53: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
ViacheslavKlimov
f5e816923d Tasks partitioning strategies; jobs filter; fixes 2025-05-08 11:55:13 +03:00
yevhenii_zahrebelnyi
a6cc03fb64
Merge branch 'rc' into update-install-instructions 2025-05-07 17:48:56 +03:00
idealissst
9669bb1427 Add Valkey reference in thingsboard.yml and transports .yml files
-thingsboard.yml
-tb-coap-transport.yml
-tb-http-transport.yml
-tb-lwm2m-transport.yml
-tb-mqtt-transport.yml
-tb-snmp-transport.yml
2025-05-07 17:24:55 +03:00
IrynaMatveieva
3ea08293fa removed resource CF 2025-05-07 16:32:25 +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
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
IrynaMatveieva
c8b13fc350 added await for test 2025-05-07 11:13:36 +03:00
ViacheslavKlimov
574679b4a4 Merge branch 'master' of github.com:thingsboard/thingsboard into feature/jobs 2025-05-07 10:58:08 +03:00
IrynaMatveieva
91c5a05140 fixed telemetry updates with old timestamps 2025-05-07 10:15:56 +03:00