9005 Commits

Author SHA1 Message Date
ViacheslavKlimov
7d0b6bfdec Refactoring for tasks api 2025-05-13 11:54:36 +03:00
ViacheslavKlimov
faf4a2165f Fix HashPartitionServiceTest 2025-05-12 17:17:57 +03:00
ViacheslavKlimov
8c959232d4 Configurable tasks poll interval; task processing timing 2025-05-08 16:49:33 +03:00
ViacheslavKlimov
f5e816923d Tasks partitioning strategies; jobs filter; fixes 2025-05-08 11:55:13 +03:00
ViacheslavKlimov
574679b4a4 Merge branch 'master' of github.com:thingsboard/thingsboard into feature/jobs 2025-05-07 10:58:08 +03:00
Viacheslav Klimov
c5cc7dc4d5
Merge pull request #13317 from thingsboard/rc
rc
2025-05-06 15:50:36 +03:00
Viacheslav Klimov
825f0b1ed7
Merge pull request #13148 from AndriiLandiak/fix-autocommit-cf
Make Kafka consumer properties configurable for overridden topic names
2025-05-06 15:46:53 +03:00
Viacheslav Klimov
bec580bd95
Merge pull request #13262 from dskarzh/fix/alarm-delete-event-order
Emit `ALARM_DELETE` event only after the delete operation completes
2025-05-06 15:22:13 +03:00
Andrew Shvayka
e7dae87e77
Merge pull request #13054 from dskarzh/fix/mqtt-client/infinite-retransmission-memory-leak
MQTT client: prevent potential memory leak in retransmission mechanism
2025-05-06 14:37:21 +03:00
Yevhen Bondarenko
a0a77c721f fixed 'value too long' after saving ota (#13277)
* fixed 'value too long' after saving ota

* fixed tests
2025-05-06 14:32:11 +03:00
ViacheslavKlimov
ac77910d9a Fix HashPartitionServiceTest 2025-05-06 14:24:51 +03:00
ViacheslavKlimov
26a41b7c32 Introduce TbTelemetryService 2025-05-05 17:41:30 +03:00
ViacheslavKlimov
ac9e738018 Task processing timeout 2025-05-02 17:43:14 +03:00
ViacheslavKlimov
4c01b3d70a Refactoring for task processor queue factories 2025-05-02 16:23:05 +03:00
ViacheslavKlimov
e59460b42b Task processors partitioning 2025-05-02 15:14:00 +03:00
ViacheslavKlimov
09e334660f Truncate notification table on test finish 2025-05-02 13:02:21 +03:00
ViacheslavKlimov
03845450ef Truncate notification table on test finish 2025-05-02 12:40:40 +03:00
ViacheslavKlimov
f4cd471082 Notification on job finish 2025-05-02 12:26:23 +03:00
Dmytro Skarzhynets
e84a006091
Merge branch 'rc' into fix/mqtt-client/infinite-retransmission-memory-leak
# Conflicts:
#	application/src/main/java/org/thingsboard/server/actors/ActorSystemContext.java
2025-05-01 16:33:44 +03:00
Dmytro Skarzhynets
8d749f593b
MQTT client: limit retransmission attempts to prevent unlimited memory usage and network overload 2025-05-01 16:30:41 +03:00
ViacheslavKlimov
950d1d85c4 Task results refactoring 2025-05-01 15:02:28 +03:00
ViacheslavKlimov
9e878923e1 Refactor job and task results 2025-05-01 13:41:36 +03:00
ViacheslavKlimov
d357be9209 Minor refactoring 2025-05-01 12:18:10 +03:00
ViacheslavKlimov
44a4d9d690 Cleanup code 2025-04-30 11:25:32 +03:00
ViacheslavKlimov
479ff8e25e Jobs reprocessing 2025-04-30 11:18:22 +03:00
ViacheslavKlimov
1562fc19d9 Test CF reprocessing jobs 2025-04-30 11:18:08 +03:00
ViacheslavKlimov
60fdb7df3d Multiple queued jobs of the same type 2025-04-30 11:17:30 +03:00
ViacheslavKlimov
a317b4707a Discard tasks when tenant is deleted 2025-04-30 11:17:03 +03:00
ViacheslavKlimov
ee9237c416 Implement job cancellation 2025-04-30 11:16:57 +03:00
ViacheslavKlimov
290fba4819 Job stats, REST API, tests 2025-04-30 11:15:47 +03:00
ViacheslavKlimov
215c5dbb96 Jobs 2025-04-30 11:15:26 +03:00
IrynaMatveieva
e644def232 fixes 2025-04-28 12:10:11 +03:00
IrynaMatveieva
85dfbe8792 added new lines to the end of the files 2025-04-28 11:08:26 +03:00
IrynaMatveieva
65f9adcc65 added trendz settings 2025-04-28 11:03:33 +03:00
Dmytro Skarzhynets
b1d86d128c
Merge branch 'master' into fix/alarm-delete-event-order 2025-04-25 15:41:12 +03:00
Dmytro Skarzhynets
876237fede
Send the ALARM_DELETE event only after the alarm is successfully deleted 2025-04-25 14:40:16 +03:00
nickAS21
53e8c37646 lwm2m: fix buf in the front: useObject19ForOta to useObject19ForOtaInfo 2025-04-24 17:21:23 +03:00
Andrii Landiak
b516583c6d Remove env setup config 2025-04-24 16:53:57 +03:00
Andrii Landiak
edd7d6392a Improvement after review 2025-04-24 16:52:31 +03:00
Andrew Shvayka
300cdbe0f7
Merge pull request #12799 from thingsboard/feature/lwm2m/obj-19-ota-update
Use LwM2M Object 19 to send OTA update metadata
2025-04-24 16:11:35 +03:00
nickAS21
841d3ea33f lwm2m: update with master 2025-04-24 15:56:58 +03:00
nickAS21
6acfcab34d Merge branch 'refs/heads/master' into feature/lwm2m/obj-19-ota-update 2025-04-23 11:26:06 +03:00
nickAS21
ddb9cd20a8 lwm2m: fix_bug 404: comment1 2025-04-22 16:28:56 +03:00
nickAS21
2a211bbc45 lwm2m: fix_bug 404 in profile on UI 2025-04-22 15:58:36 +03:00
Igor Kulikov
d6fb28ebd7 Revert upgrade scripts 2025-04-22 11:12:44 +03:00
Igor Kulikov
bee6c19a51 Version 4.1.0-SNAPSHOT 2025-04-22 10:58:36 +03:00
Igor Kulikov
50733cd12a Merge with RC 2025-04-22 10:57:57 +03:00
Igor Kulikov
a40f9d6ae4 Ver 4.0.1-RC 2025-04-22 10:56:47 +03:00
Igor Kulikov
84b102bb21 Update supported versions for upgrade 2025-04-22 10:52:44 +03:00
Igor Kulikov
5fbb3194a7 Version 4.0.1-RC 2025-04-22 10:46:16 +03:00