4055 Commits

Author SHA1 Message Date
Sergey Matvienko
37e730a75f TbCoapDtlsSettingsTest 2024-04-30 10:02:40 +02:00
ViacheslavKlimov
386795337f Fix partitions removed when tenant is updated 2024-04-29 11:27:27 +03:00
Sergey Matvienko
115596da28 coap.dtls.connection_id_length added default null value to tolerate yaml inconsistency case 2024-04-26 17:19:24 +02:00
Andrew Shvayka
aecf654d65
Merge pull request #10201 from thingsboard/feature/housekeeper
Housekeeping service
2024-04-26 13:37:06 +03:00
Viacheslav Klimov
c4df8c3a07
Merge pull request #10635 from dashevchenko/swagger_impr
Deleted "required" from tenant email swagger schema
2024-04-26 12:04:06 +03:00
Viacheslav Klimov
f9d8be8f6f
Merge pull request #10637 from thingsboard/hotfix/3.6.3
Hotfix/3.6.3
2024-04-25 18:22:34 +03:00
dashevchenko
87fc91e088 deleted "required" from tenant email swagger schema 2024-04-25 16:00:18 +03:00
Viacheslav Klimov
299ecd1cb8
Merge pull request #10612 from thingsboard/fix/notification-request-stats
Limit notification request errors stats
2024-04-25 13:48:08 +03:00
Andrew Shvayka
28573bf5f3
Merge pull request #10594 from smatvienko-tb/feature/dep_update_3_7_0
major dependency update 3 7 0
2024-04-25 13:23:17 +03:00
ViacheslavKlimov
285b8803da Limit notification request errors stats to 100 2024-04-25 13:15:51 +03:00
ViacheslavKlimov
327503fd0a Await all housekeeper tasks to be processed in tests 2024-04-25 12:03:12 +03:00
ViacheslavKlimov
1dcc52dad1 Merge remote-tracking branch 'origin/master' into feature/housekeeper 2024-04-24 11:41:04 +03:00
nick
85142bc777 fix bug: lwm2m redis - add logs to decode securityInfo by endpoint 2024-04-23 17:45:38 +03:00
Andrew Shvayka
74bde6012e
Merge pull request #10497 from imbeacon/fix/gateway-devices-activity
Devices activity, connected through the gateway fix
2024-04-23 12:44:43 +03:00
Sergey Matvienko
16490e1e2f optionalMappingJDK8ModuleTest added 2024-04-23 11:16:40 +02:00
Sergey Matvienko
be07937df9 JacksonUtil merged with downstream 2024-04-23 11:07:36 +02:00
Sergey Matvienko
1f1086f106 JacksonUtil Jdk8Module added along with jackson-datatype-jdk8 dependency to address the Optional mapping 2024-04-23 11:00:35 +02:00
nick
8828798639 Merge branch 'master' into fix_bug_lwm2m_redis 2024-04-23 08:48:32 +03:00
nick
d6b75e29af lwm2m: fix bug redis if NoSec mode - do not decode 2024-04-22 19:24:17 +03:00
IrynaMatveieva
59daf9123b replaced the use of the deprecated method with the use of a static method 2024-04-22 10:45:39 +03:00
Sergey Matvienko
e532e0f2a9 fixed import org.bouncycastle.pqc.legacy.math.linearalgebra.ByteUtils, test added for EncryptionUtil 2024-04-19 23:49:35 +02:00
Sergey Matvienko
e3f2974fcd dependency: bouncycastle jdk15on moved to jdk18on 2024-04-19 23:25:15 +02:00
Sergey Matvienko
da3b496a68 dependency updated to fix userSettingsDao.findByTypeAndPath: hypersistence-utils-hibernate-63:3.7.4 for hibernate-core:6.4.4. Test and notes added 2024-04-19 22:47:30 +02:00
Sergey Matvienko
a3e7e0b4a1 major dependency update 2024-04-18 17:11:29 +02:00
Igor Kulikov
f0cd43db5c LWM2M: Catch client serialization error. 2024-04-18 13:34:47 +03:00
ViacheslavKlimov
3803081b57 Refactor alarms deletion; separate tenant entities deletion task 2024-04-18 13:25:40 +03:00
ViacheslavKlimov
07d144fb08 Processing time stats for Housekeeper 2024-04-17 15:03:02 +03:00
Andrew Shvayka
963624e2d2
Merge pull request #10582 from thingsboard/tbel_endoceUri_Java_mdn
tbel_encodeDecodeUri_java_as_mdn
2024-04-17 13:30:46 +03:00
nick
4e9d03fce4 tbel: encodeURI() decodeURI() comments 2 2024-04-17 13:09:54 +03:00
nick
332c676317 tbel: encodeURI() decodeURI() comments 1 2024-04-17 11:50:51 +03:00
nick
10aa7ae795 tbel: encodeURI() decodeURI() == mdn 3 2024-04-17 11:12:43 +03:00
nick
2923c9dbd3 tbel: encodeURI() decodeURI() == mdn 2 2024-04-16 18:17:30 +03:00
nick
e488f71444 tbel: encodeURI() decodeURI() == mdn 1 2024-04-16 17:56:18 +03:00
nick
5f7f57cb63 tbel: encodeURI() decodeURI() == mdn 2024-04-16 17:33:12 +03:00
ViacheslavKlimov
0361d34767 Minor refactoring 2024-04-16 14:01:11 +03:00
ShvaykaD
0fb35a3844 merge with master 2024-04-16 12:40:04 +03:00
ShvaykaD
27d026821a fixed adter review 2024-04-16 11:56:56 +03:00
Volodymyr Babak
63c100b4bb
Merge pull request #10548 from AndriiLandiak/feature/edge-notification
Edge - notification support
2024-04-16 11:56:11 +03:00
imbeacon
d8515383c0 Updated MqttTransportHandler 2024-04-16 10:07:41 +03:00
imbeacon
be045bcf42 Updated due to comments 2024-04-16 09:20:59 +03:00
ViacheslavKlimov
6f9e9305bd Housekeeper refactoring 2024-04-15 16:02:37 +03:00
ViacheslavKlimov
881a8048ce Fix EntityDaoRegistry init 2024-04-15 12:34:16 +03:00
Andrew Shvayka
a45c722bf5
Merge pull request #10533 from thingsboard/fix_bug_test_difPort
fix_bug_lwm2m tests dif Port
2024-04-12 16:20:41 +03:00
ViacheslavKlimov
79dc46a65b Merge branch 'master' into feature/housekeeper
# Conflicts:
#	application/src/main/java/org/thingsboard/server/install/ThingsboardInstallService.java
2024-04-12 15:33:56 +03:00
ViacheslavKlimov
0b18de1482 Refactor entities deletion 2024-04-12 15:32:07 +03:00
Viacheslav Klimov
c667764233
Merge pull request #10534 from dskarzh/swagger-required-deprecation
Replace usages of deprecated `@Schema(required = ...)` with `@Schema(requiredMode = ...)`
2024-04-11 18:15:48 +03:00
Igor Kulikov
ce44bbc248 Merge with hotfix/3.6.3 2024-04-11 17:52:26 +03:00
Andrii Landiak
c4ba6411c8 Add optional to int64 idMsg, idLsb for NotificationMsg 2024-04-11 17:33:03 +03:00
ViacheslavKlimov
9064bfaa76 Delete tenant entities in batches with id offset 2024-04-11 17:18:47 +03:00
Andrii Landiak
5191143c3f Provide support for Notification to Edge 2024-04-11 15:50:57 +03:00