17957 Commits

Author SHA1 Message Date
ViacheslavKlimov
c06c826329 Fix tenant deletion tests 2024-04-22 15:07:53 +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
ViacheslavKlimov
49a1a37b06 Refactor deletion events handling 2024-04-17 13:07:50 +03:00
ViacheslavKlimov
9e5c6cf446 Remove housekeeper.json 2024-04-16 14:16:07 +03:00
ViacheslavKlimov
0361d34767 Minor refactoring 2024-04-16 14:01:11 +03:00
ViacheslavKlimov
c47946948a Single entity deletion event when tenant is deleted 2024-04-16 13:01:04 +03:00
ViacheslavKlimov
a80d4650ea Delete customers last on tenant deletion; tests fixes 2024-04-16 13:00:17 +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
ViacheslavKlimov
40d9789035 More tests 2024-04-12 17:24:06 +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
Igor Kulikov
d62875db98 Merge branch 'master' of github.com:thingsboard/thingsboard 2024-04-11 18:41:23 +03:00
Igor Kulikov
69e38fe372 Fix API annotations 2024-04-11 18:41:10 +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
ViacheslavKlimov
9064bfaa76 Delete tenant entities in batches with id offset 2024-04-11 17:18:47 +03:00
Igor Kulikov
4a41d4af1b Merge branch 'hotfix/3.6.3' of github.com:thingsboard/thingsboard into hotfix/3.6.3 2024-04-11 16:13:11 +03:00
Igor Kulikov
0f259cf357 Update pkg.updateVersion to 3.6.4 2024-04-11 16:13:00 +03:00
Igor Kulikov
651a9b2731
Merge pull request #10544 from thingsboard/3.6.4-upgrade
3.6.4 upgrade script
2024-04-11 16:08:07 +03:00
Andrew Shvayka
0bec132f8a
Merge pull request #10539 from ShvaykaD/bugfix/claim-device-flaky-tests
Fixed claim device flaky tests
2024-04-11 16:06:30 +03:00
ViacheslavKlimov
6c592a249e 3.6.3 to 3.6.4 upgrade script 2024-04-11 15:57:06 +03:00
ViacheslavKlimov
feb629f2c2 Alarms deletion in batches with id offset 2024-04-11 14:07:35 +03:00
ShvaykaD
211226e230 added fix for mqttv5 test 2024-04-11 13:40:49 +03:00
Volodymyr Babak
41c967be80
Merge pull request #10540 from volodymyr-babak/hotfix/3.6.3
Set edge client version to 3.6.4
2024-04-11 13:33:14 +03:00
Volodymyr Babak
2d1a3a9b05 Set edge client version to 3.6.4 2024-04-11 13:28:47 +03:00
ShvaykaD
faf172bdb2 fixed claim device flaky tests 2024-04-11 13:11:28 +03:00
ViacheslavKlimov
49a76cad5a Housekeeper: disabled task types; refactoring 2024-04-11 11:53:32 +03:00
Igor Kulikov
18178b5243
Merge pull request #10535 from thingsboard/feature/state-chart
State chart widget
2024-04-10 18:34:13 +03:00
Igor Kulikov
decd12565e UI: State chart - not filter data on data zoom. 2024-04-10 18:14:53 +03:00
Dmytro Skarzhynets
5c7ad51641 Replace usages of deprecated @Schema(required = ...) with @Schema(requiredMode = ...) 2024-04-10 17:17:24 +03:00
Viacheslav Klimov
4d8a816f74
Merge pull request #10532 from dskarzh/create-alarm-node-tests-refactor
Create alarm node tests: refactor existing and add new
2024-04-10 16:54:17 +03:00
Igor Kulikov
77d2552d6d Merge branch 'master' into feature/state-chart 2024-04-10 16:24:08 +03:00
Igor Kulikov
dde2a55d3d UI: Implement new version of State chart widget based on Echarts. 2024-04-10 16:23:22 +03:00
Dmytro Skarzhynets
b43a90d1df Separate create alarm node tests from clear alarm node tests, refactor existing and add more create alarm node tests 2024-04-10 15:24:58 +03:00
Viacheslav Klimov
4044649c9c
Merge pull request #10414 from irynamatveieva/fix-error-msg-problem-extrenal-id
Fixed error message with external id when saving rule chain.
2024-04-10 13:25:23 +03:00
Viacheslav Klimov
80ec3609de
Merge pull request #10355 from irynamatveieva/improve-script-node
Changed the logic to be able to find the last IN event despite its order in the debug records.
2024-04-10 13:19:55 +03:00
Viacheslav Klimov
756bac5135
Merge pull request #10522 from AndriiLandiak/fix/edge-3.7
Edge refactoring: using java 17
2024-04-10 11:50:38 +03:00
IrynaMatveieva
864b862fc7 used Optional.ofNullable 2024-04-10 10:56:34 +03:00
Andrii Landiak
d041faae89 Micro refactoring: using java 17 2024-04-09 15:42:54 +03:00
IrynaMatveieva
d152e0b24b moved tests to RuleChainServiceTest class 2024-04-09 15:18:47 +03:00
IrynaMatveieva
bb77d4edd7 Merge branch 'improve-script-node' of github.com:irynamatveieva/thingsboard into improve-script-node 2024-04-09 15:00:21 +03:00
IrynaMatveieva
c4ad105f73 used Optional.ofNullable instead of explicitly checking for null 2024-04-09 14:56:34 +03:00
Viacheslav Klimov
19c2c5e955
Merge pull request #10300 from irynamatveieva/fix-calculate-delta-rule-node
Added property to ignore delta in output messages if it is zero
2024-04-09 13:13:14 +03:00
Viacheslav Klimov
9cc0e9da7c
Merge pull request #10349 from irynamatveieva/feature/mqtt-node
MQTT node: added ability to send string without quotes.
2024-04-09 13:08:00 +03:00
ViacheslavKlimov
00f8fd2c35 Merge remote-tracking branch 'origin/master' into feature/housekeeper 2024-04-09 12:08:53 +03:00
Andrew Shvayka
b164eea623
Merge pull request #10499 from AndriiLandiak/improve-entity-data-query
Entity Data Query: improvement
2024-04-09 11:04:06 +03:00
Andrew Shvayka
7eb825dc3b
Merge pull request #10472 from thingsboard/fix/event-sourcing
Fix tenant creation
2024-04-09 11:01:35 +03:00
Andrew Shvayka
e7f68e3b08
Merge pull request #10420 from thingsboard/fix/mobile-notifications
Improvements for mobile notifications
2024-04-09 10:59:37 +03:00