New total reboot counter handling #708

Merged
muellerr merged 16 commits from total-boot-counter-file into main 2023-06-26 15:33:22 +02:00
Owner
No description provided.
muellerr added 4 commits 2023-06-24 18:39:06 +02:00
continuing
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
07df6eb95f
some legacy/backword compatiblity additions
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
4e7b774d32
muellerr added 1 commit 2023-06-24 18:48:12 +02:00
some important tweaks
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
6040cd2d1e
muellerr added 1 commit 2023-06-24 18:52:25 +02:00
this is annoying to test..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5420e322f7
muellerr added 1 commit 2023-06-24 19:00:07 +02:00
i hope that is the last bug..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
4465170747
muellerr added 1 commit 2023-06-24 19:22:23 +02:00
that reboot was not graceful..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5c9d7a43ab
muellerr added this to the v4.1.0 milestone 2023-06-24 19:53:57 +02:00
muellerr changed title from WIP: New total reboot counter handling to New total reboot counter handling 2023-06-24 19:54:01 +02:00
muellerr modified the milestone from v4.1.0 to v3.4.0 2023-06-24 19:54:18 +02:00
muellerr modified the milestone from v3.4.0 to v4.1.0 2023-06-24 19:54:21 +02:00
muellerr added 1 commit 2023-06-24 19:55:57 +02:00
last important bugfixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
966faf51b5
muellerr added 1 commit 2023-06-24 19:57:11 +02:00
changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
d95ecc3678
muellerr requested review from meggert 2023-06-24 19:57:17 +02:00
meggert requested changes 2023-06-25 09:39:29 +02:00
@ -1633,1 +1602,4 @@
std::string legacyPath = currMntPrefix + LEGACY_REBOOT_WATCHDOG_FILE;
std::error_code e;
// TODO: Remove at some point in the future.
if (std::filesystem::exists(legacyPath)) {
Owner

use variant with error_code instead

use variant with `error_code` instead
meggert marked this conversation as resolved
muellerr added 1 commit 2023-06-25 10:24:23 +02:00
small fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
d88ffb1734
meggert approved these changes 2023-06-25 10:28:44 +02:00
muellerr added 1 commit 2023-06-25 10:30:33 +02:00
Merge branch 'main' into total-boot-counter-file
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
7a68188140
muellerr added 2 commits 2023-06-25 10:45:06 +02:00
muellerr added 1 commit 2023-06-25 11:04:10 +02:00
update core ctrl
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5a642b7d2f
muellerr added 1 commit 2023-06-25 11:09:22 +02:00
Merge remote-tracking branch 'origin/main' into total-boot-counter-file
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
dc89350ac7
muellerr merged commit 239410e2dc into main 2023-06-26 15:33:22 +02:00
muellerr deleted branch total-boot-counter-file 2023-06-26 15:33:23 +02:00
muellerr modified the milestone from v4.1.0 to v5.0.0 2023-06-26 17:44:25 +02:00
Sign in to join this conversation.
No description provided.