9357 Commits

Author SHA1 Message Date
Igor Kulikov
4cdf1baf9a Temp version set to 4.2.0-RC 2025-07-24 12:56:40 +03:00
Igor Kulikov
20bccee972 Version set 4.3.0-SNAPSHOT 2025-07-24 12:55:19 +03:00
Igor Kulikov
29635bfdc0
Merge pull request #13747 from thingsboard/versions-upgrade
Fixed vulnerabilites and updated libraries
2025-07-24 12:42:55 +03:00
Viacheslav Klimov
2637963c08
Merge pull request #13741 from dskarzh/create-alarm-node-async-processing
Create alarm node: process message asynchronously to avoid blocking dispatcher thread
2025-07-24 11:13:01 +03:00
VIacheslavKlimov
947c2c2ad6 Merge branch 'master' of github.com:thingsboard/thingsboard into versions-upgrade 2025-07-22 13:37:05 +03:00
VIacheslavKlimov
45a57230c1 Upgrade versions of most libraries; refactor dependency management 2025-07-22 12:40:57 +03:00
Viacheslav Klimov
47c0103105
Merge pull request #13737 from ShvaykaD/http-api-error-handling
Handle MethodArgumentTypeMismatchException as 400 Bad Request
2025-07-22 11:20:59 +03:00
Dmytro Skarzhynets
b323bdc5d0
Create alarm node: process message asynchronously to avoid blocking dispatcher thread 2025-07-18 17:47:04 +03:00
Viacheslav Klimov
aed4af9477
Merge pull request #13738 from dskarzh/improve-script-errors
Improve rule engine and calculated fields test script errors
2025-07-18 15:27:26 +03:00
Dmytro Skarzhynets
f8784fa48f
Fix blank check 2025-07-18 15:03:30 +03:00
Dmytro Skarzhynets
3f60d1c0fb
Improve error messages when testing scripts 2025-07-18 15:00:10 +03:00
Igor Kulikov
1330cd932e Fix black box tests. 2025-07-18 13:54:32 +03:00
dshvaika
f321ca7c53 Handle MethodArgumentTypeMismatchException as 400 Bad Request 2025-07-18 12:50:20 +03:00
Viacheslav Klimov
d494a8883a
Merge pull request #13735 from thingsboard/rc
rc
2025-07-18 11:57:46 +03:00
Viacheslav Klimov
5655e89f77
Merge pull request #13722 from Yatharth0045/removed-version-from-compose
removed version property from docker-compose
2025-07-18 11:40:20 +03:00
Igor Kulikov
78a374a5ca
Merge pull request #13679 from vvlladd28/improvement/mobile-center/configure-dialog
Improved mobile configuration dialog: replace manual setup with JSON config file
2025-07-17 15:58:47 +03:00
Igor Kulikov
7c2c0357c1 Move alias entity resolution to backend. 2025-07-17 15:15:15 +03:00
Dmytro Skarzhynets
c91b58a237
AI rule node: merge with master 2025-07-17 12:39:56 +03:00
Yatharth Sharma
d24cc2cec5
Merge branch 'master' into removed-version-from-compose 2025-07-17 07:32:57 +05:30
VIacheslavKlimov
42f7fd32e5 Add missing license header 2025-07-16 18:37:54 +03:00
Viacheslav Klimov
4ff470088f
Merge pull request #13667 from AndriiLandiak/add-admin-settings-entity-type
Add entity type for admin settings
2025-07-16 18:33:27 +03:00
Andrew Shvayka
413a924e69
Merge pull request #13707 from thingsboard/tbel_add_set
tbel_add_ExecutionLinkedHashSet
2025-07-16 17:53:47 +03:00
nickAS21
5f6cc76d11 tbel: reName createSetTb to newSet and to toSet 2025-07-16 17:31:59 +03:00
Vladyslav_Prykhodko
3a441567d9 Rename pkgTitle to title 2025-07-16 12:56:29 +03:00
Vladyslav_Prykhodko
5a848477fc Add support mobile application title in predefined config 2025-07-16 11:37:33 +03:00
Yatharth Sharma
331266499c removed version property from docker-compose 2025-07-15 21:50:37 +05:30
nickAS21
8b86fdc1dc lwm2m: fix bug in onUpdateValueWithSendRequest convertObjectIdToVersionedId 2025-07-15 18:22:40 +03:00
Vladyslav_Prykhodko
f3071fcfbc Merge branch 'ai' of github.com:dskarzh/thingsboard into dskarzh-ai 2025-07-15 11:24:30 +03:00
Dmytro Skarzhynets
8dd5a4e7cd
AI rule node: add tests for audit logs and rule engine lifecycle messages 2025-07-14 21:05:04 +03:00
Andrii Landiak
2eb043f291 Refactor DefaultSmsService 2025-07-14 17:54:34 +03:00
Viacheslav Klimov
af889fc1fd
Merge pull request #13692 from dskarzh/node-script-compilation-errors
Make script compilation errors unrecoverable during rule node initialization
2025-07-14 16:57:10 +03:00
nick
3d5d84eb1a tbel: test for docs: add toSorted 2025-07-11 20:21:39 +03:00
nick
017d523cc6 tbel: test for docs: add Contains 2025-07-11 18:24:51 +03:00
Andrii Landiak
63dd915e1b Renaming 2025-07-11 16:02:43 +03:00
nick
3d3ac28a7f Merge branch 'refs/heads/master' into tbel_add_set 2025-07-11 15:23:43 +03:00
nick
62c8c1dbc0 tbel: add to tests isSet refactoring 2025-07-11 15:19:37 +03:00
nick
03c135e6ca tbel: add to tests isSet 2025-07-11 15:18:46 +03:00
nick
edba3517da tbel: add ExecutionArrayList with methods: add, addAll, remove, clear, sort, toSorted, toList 2025-07-11 14:37:02 +03:00
Andrii Landiak
1143a6f3e0 Fix upgrade 2025-07-11 12:46:02 +03:00
Dmytro Skarzhynets
152d685225
AI rule node: add tests for paginated get models API 2025-07-10 18:09:33 +03:00
Dmytro Skarzhynets
61bc7ace5e
AI rule node: add get by ID API tests 2025-07-10 16:19:59 +03:00
Dmytro Skarzhynets
0b1ac8c8f0
AI rule node: add delete API tests 2025-07-10 16:03:51 +03:00
Dmytro Skarzhynets
17d7931e5d
AI rule node: add basic save API tests 2025-07-10 12:26:10 +03:00
Dmytro Skarzhynets
9e96bc5a02
Merge branch 'master' into ai
# Conflicts:
#	common/data/src/main/java/org/thingsboard/server/common/data/sync/JsonTbEntity.java
2025-07-09 15:48:50 +03:00
Dmytro Skarzhynets
b6b30dbba9
AI rule node: rename AI model settings to AI model 2025-07-09 15:37:52 +03:00
Dmytro Skarzhynets
a0e8b01429
Add tests for compilation errors when evaluating scripts 2025-07-08 15:32:24 +03:00
Andrii Landiak
349e7402a4 Small refactoring 2025-07-08 14:33:25 +03:00
Dmytro Skarzhynets
2055dc83be
Cleanup script engine classes 2025-07-08 14:29:55 +03:00
Andrii Landiak
a691ff1262 Fix upgrade for ota_package 2025-07-08 14:28:42 +03:00
Andrii Landiak
c6497281c3 Fix upgrade for ota_package 2025-07-08 13:24:27 +03:00