VIacheslavKlimov
45a57230c1
Upgrade versions of most libraries; refactor dependency management
2025-07-22 12:40:57 +03:00
imbeacon
83eef548bb
Fixed issue that leads to double counting for devices connected through gateway
2025-07-07 14:45:14 +03:00
ViacheslavKlimov
2c0001e5e0
Remove redundant "transient" usages
2025-06-18 07:23:56 +03:00
nickAS21
d8435246dd
lwm2m: add Base64 from java.util and add Test FW to objectId=19 jsonNode
2025-04-18 19:24:45 +03:00
nickAS21
33ec93c32d
lwm2m: comments1
2025-04-18 12:31:15 +03:00
nickAS21
5f2bb68bc8
lwm2m: add params FOTA to object 19
2025-04-09 18:48:31 +03:00
Viacheslav Klimov
6acc85e79f
Merge pull request #12448 from AndriiLandiak/edge-attribute-update-improvement
...
Edge - improve attribute update strategy
2025-02-25 11:01:00 +02:00
Igor Kulikov
5cf26d4851
Update license header
2025-02-25 09:39:16 +02:00
Andrii Landiak
c31da287ac
Merge remote-tracking branch 'upstream/master' into edge-attribute-update-improvement
2025-02-24 17:44:45 +02:00
Viacheslav Klimov
feeee23fa0
Merge pull request #12649 from thingsboard/rc
...
rc
2025-02-10 15:35:43 +02:00
artem-barysh-dev
3370935be8
MQTT: fix unsubscribe error without previous subscribe ( #12575 )
...
improved formatting and moved check to recordActivityInternal.
Added warn log and check on provision
Updated license format
2025-02-05 19:15:14 +02:00
Andrii Landiak
4eedea0766
EntityDataProto: add ts to correctly handle PostAttributeMsg update from/to Edge
2025-01-15 16:11:54 +02:00
ViacheslavKlimov
ac61d7c526
TbMsg: add resetRuleNodeId and copyMetaData
2024-12-19 16:09:36 +02:00
ViacheslavKlimov
e4cc2b4f9f
Introduce TbMsgTransformer
2024-12-13 13:23:15 +02:00
ViacheslavKlimov
cbd2e012dd
Refactor TbMsg.newMsg usages
2024-12-13 13:05:54 +02:00
Andrew Shvayka
1abaa6f118
Merge pull request #11893 from thingsboard/Activity_Failed_to_send_message_to_core
...
activity_Failed to send message to core
2024-10-30 14:10:25 +01:00
nick
737962ae07
Activity: comments1
2024-10-24 13:17:12 +03:00
nick
d77e557945
activity: add return if callback error
2024-10-18 14:32:26 +03:00
nick
e5c6be6e08
lwm2m: add tests
2024-10-17 19:10:50 +03:00
nick
7422ec38e1
reportActivity: return to master
2024-10-17 17:53:38 +03:00
nick
2d4a4ad991
reportActivity: add topic empty
2024-10-17 17:18:52 +03:00
nick
12c35d903a
reportActivity: add error to callback
2024-10-17 16:46:16 +03:00
nick
12d27e2a33
lwm2m: added to lwm2mClient a new field: deviceIdStr and removed the deviceId global variable
2024-10-17 14:54:48 +03:00
nick
104ad0deb9
activity: Failed to send message to core
2024-10-17 13:57:50 +03:00
ViacheslavKlimov
c4d0867635
Merge branch 'hotfix/3.7' of github.com:thingsboard/thingsboard into master-hotfix-3.7
2024-09-10 11:42:09 +03:00
Dmytro Skarzhynets
f6a1c14353
Fix last activity not being reported when activity reporting period ends
2024-09-04 16:45:58 +03:00
YevhenBondarenko
805deffaa2
refactored due to comments
2024-08-21 11:39:16 +02:00
Andrii Landiak
5ca6ad03e3
CE: optimize java imports
2024-08-01 11:12:10 +03:00
YevhenBondarenko
6c00802d81
removed redundant check
2024-07-04 12:53:21 +02:00
YevhenBondarenko
1d79f1e213
send resourse change/delete events only for lwm2m
2024-07-04 11:42:15 +02:00
YevhenBondarenko
d2a9291e52
added rate limits for the gateway device
2024-06-03 15:16:32 +02:00
Andrew Shvayka
3ab5a67152
Merge pull request #10804 from YevhenBondarenko/fix/mqtt-transport-oom
...
mqtt gateway refactoring due to OOM
2024-05-22 15:48:07 +03:00
YevhenBondarenko
415c99147e
added check rate limits for CreateDeviceFromGateway
2024-05-22 12:02:13 +02:00
Viacheslav Klimov
5809d014de
Queue option to duplicate msgs to all partitions ( #10815 )
...
* Queue config option to duplicate msgs to all partitions
* UI for queue config option to duplicate msgs to all partitions
* Fixes for msg duplication; add tests
* Introduce TbRuleEngineProducerService
* Use TbRuleEngineProducerService in TbClusterService
* Fix DefaultTbClusterServiceTest
* Add correlationId to TbMsg
* Refactor TbMsg
* Support msg duplication for all msg types
2024-05-22 12:11:32 +03:00
YevhenBondarenko
161e10a686
added rate limits for the gateway
2024-05-19 22:35:21 +02:00
ViacheslavKlimov
15d189ead7
Refactoring for consumer manager
2024-05-07 15:13:52 +03:00
ViacheslavKlimov
9f6156a0fb
Merge remote-tracking branch 'origin/master' into feature/parallel-core-consumer
2024-05-07 14:57:19 +03:00
Viacheslav Klimov
c9dab4fc9d
Merge pull request #10654 from zzzeebra/Junit4to5-common
...
JUnit5 migration in common
2024-04-30 16:38:29 +03:00
ViacheslavKlimov
386795337f
Fix partitions removed when tenant is updated
2024-04-29 11:27:27 +03:00
Oleksandra Matviienko
63df92e995
JUnit5 migration in common. Junit-platform.properties and logback-test.xml where added to java resource directories if needed.
...
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2024-04-26 23:55:17 +02: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
IrynaMatveieva
59daf9123b
replaced the use of the deprecated method with the use of a static method
2024-04-22 10:45:39 +03:00
imbeacon
be045bcf42
Updated due to comments
2024-04-16 09:20:59 +03:00
imbeacon
a6143f3c8a
Improvement for update of overwrite activity time
2024-04-08 13:05:58 +03:00
ViacheslavKlimov
47cfebe2a7
Use QueueConsumerManager for other consumers
2024-03-20 13:25:30 +02:00
ViacheslavKlimov
4ed952a9d6
Merge branch 'master' into develop/3.7
2024-03-19 15:44:23 +02:00
nick
03641bc486
fix_bug: delete deprecated Base64Utils
2024-02-16 13:46:08 +02:00
ViacheslavKlimov
f878df58a9
Fix NPE in transport rate limit service on tenant update
2024-02-14 12:17:19 +02:00
ViacheslavKlimov
ba5c59f9d5
Merge branch 'master' into fix/rule-node-repartition
...
# Conflicts:
# application/src/main/java/org/thingsboard/server/service/queue/DefaultTbClusterService.java
2024-02-12 11:13:03 +02:00
ViacheslavKlimov
55dc23b9ff
Merge with hotfix/3.6.2
2024-02-09 11:38:40 +02:00