7115 Commits

Author SHA1 Message Date
ViacheslavKlimov
641008c262 onClick action from mobile notification center 2024-04-08 14:00:00 +03:00
Viacheslav Klimov
ae2533162e
Merge branch 'master' into fix_bug_californium_3_11 2024-04-05 16:24:37 +03:00
Andrii Shvaika
a88b1ef349 Merge hotfix/3.6.3 to master 2024-04-04 12:56:17 +03:00
Andrii Shvaika
d5cdd2b13d Merge branch 'master' of github.com:thingsboard/thingsboard 2024-04-04 12:46:10 +03:00
Andrew Shvayka
05dcbeae15
Merge pull request #10452 from smatvienko-tb/feature/nashorn-memory-limit
Nashorn js executor sandbox memory limit
2024-04-04 12:42:29 +03:00
Andrew Shvayka
7480035556
Merge pull request #10332 from zzzeebra/feature/validator-optimization
[3.7] Validator performance optimization
2024-04-04 12:37:51 +03:00
Oleksandra Matviienko
e00b14bf84 validateId refactoring
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2024-04-03 21:11:05 +02:00
Andrew Shvayka
eab88dd500
Merge pull request #10416 from AndriiLandiak/fix/kv-proto-util
Fix KvProtoUtils order for matching KeyValueType and DataType
2024-04-03 17:39:51 +03:00
Andrii Shvaika
bd2cf904e4 Merge branch 'improve-entity-data-query' of github.com:AndriiLandiak/thingsboard 2024-04-03 17:01:32 +03:00
Sergey Matvienko
93adbd116c Validator: some old method usage replaced with a new ones with functions 2024-04-03 15:28:28 +02:00
Oleksandra Matviienko
a993f2133a Changes according to comments
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2024-04-03 14:03:41 +02:00
Oleksandra Matviienko
816f6e35c5 Changed the usage of validate methods in Validator from methods with an errorMessage to methods with functions.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2024-04-03 14:03:41 +02:00
Andrew Shvayka
b276d5e3da
Merge pull request #10145 from dashevchenko/queueStatsEntity
Entity for queue statistics
2024-04-02 12:19:33 +03:00
Andrii Landiak
87e564f8c0 Use stringUtils to check if search text is not null and is not empty 2024-04-01 16:39:44 +03:00
Andrew Shvayka
20c4ec1917
Merge pull request #10377 from thingsboard/fix/vc-performance
VC restore: optional rollback on error to vastly increase performance
2024-04-01 16:35:56 +03:00
Andrii Landiak
2888ac5db9 Improve EntityDataQuery using 2 query: filter and sort to find entityIds and using entityIds as List to map with telemetry and entity fields 2024-04-01 12:32:32 +03:00
Andrii Landiak
be611d0aec Set limitation for max telemetry for edge to 0 2024-03-29 16:49:48 +02:00
Andrii Landiak
0107bc29ad Add yaml parameter to set max size for telemetry message 2024-03-29 16:37:49 +02:00
ViacheslavKlimov
9d1f751f3a Fix race condition on tenant creation; refactoring 2024-03-29 15:20:56 +02:00
ViacheslavKlimov
3e73b7b883 Merge branch 'master' into fix/vc-performance
# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/sync/vc/DefaultEntitiesVersionControlService.java
2024-03-29 12:12:53 +02:00
nick
4ad4b7fc86 lwm2m/coap: add californium 3.11.0 2024-03-28 11:54:03 +02:00
dashevchenko
6c911637ae merged with master 2024-03-27 19:04:34 +02:00
Volodymyr Babak
cb9236ff78
Merge pull request #10239 from AndriiLandiak/feature/edge-oauth-support
Edge - OAuth2 support
2024-03-27 14:52:01 +02:00
Volodymyr Babak
8b60deece6
Fixed comment in OAuth2EdgeTest 2024-03-27 14:19:26 +02:00
dashevchenko
1f1a9c5a25 updated asset/device delete methods to delete only alarms originated by entity 2024-03-27 13:06:03 +02:00
dashevchenko
c1496b9e0c swapped alarm deletion and asset deletion to delete only asset alarms 2024-03-27 13:06:00 +02:00
ViacheslavKlimov
6754d8eddb Add endpoint for getting unread notifications count 2024-03-27 13:04:15 +02:00
ViacheslavKlimov
e1bac1bf79 Revert "Fix TbSubscriptionUtils order for matching KeyValueType and DataType"
This reverts commit d9669c9391146b402821f6fc872418ecbe0f3686.
2024-03-27 11:30:33 +02:00
Andrii Landiak
8235b144a5 Fix EdgeControllerTest 2024-03-27 10:14:24 +02:00
Sergey Matvienko
f46f90f06b NashornJsInvokeServiceTest added givenSimpleScriptMultiThreadTestPerformance 2024-03-27 09:01:06 +01:00
Sergey Matvienko
3d1f1e4af0 NashornJsInvokeServiceTest refactored 2024-03-26 19:27:23 +01:00
Sergey Matvienko
eba645c542 Nashorn LOCAL_JS_SANDBOX_MAX_MEMORY introduced 2024-03-26 19:25:44 +01:00
dashevchenko
dae4f313e2 merged with master 2024-03-26 19:09:21 +02:00
Andrii Landiak
16d1e353fe Fix oauth 2024-03-26 17:10:34 +02:00
ViacheslavKlimov
024b39b306 Firebase: remove setContentAvailable 2024-03-26 16:05:25 +02:00
Igor Kulikov
f2b4bce2c8 Merge branch 'hotfix/3.6.3' 2024-03-26 12:57:06 +02:00
Igor Kulikov
02df0728dc Merge branch 'master' into feature/swagger3.1 2024-03-26 12:25:51 +02:00
Andrii Landiak
646c8679a6 Fix oauth support: send to edge, when propagate to edge is false 2024-03-26 12:19:21 +02:00
Andrii Landiak
2e91612534 Minor refactoring 2024-03-25 14:04:08 +02:00
Andrii Landiak
8fb54e6759 Merge remote-tracking branch 'upstream/master' into fix/kv-proto-util 2024-03-25 13:33:38 +02:00
Igor Kulikov
6890b18dfb Swagger doc improvement. 2024-03-25 13:10:58 +02:00
ViacheslavKlimov
2e20ad6dc6 Add tenantId tag to Rule Engine consumer stats 2024-03-25 12:51:58 +02:00
Igor Kulikov
bec63ab1bf Swagger doc improvement. 2024-03-25 12:28:04 +02:00
Igor Kulikov
ffd67873ef Merge branch 'master' into feature/swagger3.1 2024-03-25 12:11:55 +02:00
ViacheslavKlimov
03cb21b79a Merge branch 'hotfix/3.6.3' into master-with-hotfix
# Conflicts:
#	common/util/src/main/java/org/thingsboard/common/util/SslUtil.java
2024-03-25 09:56:57 +02:00
Igor Kulikov
8910b4b1df Swagger docs Open API 3.1 2024-03-22 20:02:51 +02:00
ViacheslavKlimov
ed44db6d25 Add delivery_method column to notification; persist mobile notifications 2024-03-22 14:20:51 +02:00
Andrii Landiak
d9669c9391 Fix TbSubscriptionUtils order for matching KeyValueType and DataType 2024-03-22 14:05:25 +02:00
Iryna Matveieva
f4ca0c8c90
Merge branch 'master' into improve-script-node 2024-03-22 12:37:25 +02:00
Andrii Landiak
ee1209b19f Fix KvProtoUtils order for matching KeyValueType and DataType 2024-03-22 12:01:36 +02:00