~mvo/snapd/+git/snapd-mvo:snap-bootstrap-recover-mode

Last commit made on 2020-04-01
Get this branch:
git clone -b snap-bootstrap-recover-mode https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-bootstrap-recover-mode
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

b8d074b... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into snap-bootstrap-recover-mode

991ea05... by Michael Vogt

Merge pull request #8384 from mvo5/revert-skip-lxd-test

tests: run "lxd" test again (reverts PR#8381)

5e4d15b... by Michael Vogt

Merge pull request #8394 from mvo5/snap-debug-state-is-seeded

snap: add `snap debug state --is-seeded` helper

da9fe3f... by Michael Vogt

snap: add `snap debug state --is-seeded` helper

This commit allows to get the seeded status via the snap debug
command. This will be used in the snapd postinst to double
check if seeding worked to avoid an expensive seed check if
it's not needed.

d3f03df... by Michael Vogt

Merge pull request #8372 from mvo5/warn-on-seed-failure

devicestate: generate warning if seeding fails

34b49b1... by Paweł Stołowski

Merge pull request #8343 from stolowski/features-flag

config, features: move and rename config.GetFeatureFlag helper to features.Flag

6b358e7... by Maciej Borzecki

Merge pull request #8369 from bboozzoo/bboozzoo/uc20-request-seed-mode-reboot

boot, overlord/devicestate, daemon: implement requesting boot into a given recovery system

The branch implements the bits responsible for requesting a boot into a given recovery system & mode. Part of UC20 recovery chooser work.

c93dbc2... by Michael Vogt

devicestate: generate warning if seeding fails

We got reports that seeding did not work when the focal release
had an incorrect seed.yaml. This was mostly invisbile for the
user. This commit makes it more explicit.

f6eb88a... by Maciej Borzecki

daemon: split systems API root-only tests to reduce the amount mocking

Signed-off-by: Maciej Borzecki <email address hidden>

b6301ee... by Maciej Borzecki

daemon: verify immediate restart on /v2/systems/{label} requests

Signed-off-by: Maciej Borzecki <email address hidden>