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
muellerr added 1 commit 2023-06-24 18:48:12 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
6040cd2d1e
some important tweaks
muellerr added 1 commit 2023-06-24 18:52:25 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
5420e322f7
this is annoying to test..
muellerr added 1 commit 2023-06-24 19:00:07 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
4465170747
i hope that is the last bug..
muellerr added 1 commit 2023-06-24 19:22:23 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
5c9d7a43ab
that reboot was not graceful..
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
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
966faf51b5
last important bugfixes
muellerr added 1 commit 2023-06-24 19:57:11 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
d95ecc3678
changelog
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
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
d88ffb1734
small fix
meggert approved these changes 2023-06-25 10:28:44 +02:00
muellerr added 1 commit 2023-06-25 10:30:33 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
7a68188140
Merge branch 'main' into total-boot-counter-file
muellerr added 2 commits 2023-06-25 10:45:06 +02:00
muellerr added 1 commit 2023-06-25 11:04:10 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
5a642b7d2f
update core ctrl
muellerr added 1 commit 2023-06-25 11:09:22 +02:00
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.