~snappy-dev/snapd/+git/snapd-pawel:preseed/fix-kmod-backend

Last commit made on 2020-08-06
Get this branch:
git clone -b preseed/fix-kmod-backend https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
preseed/fix-kmod-backend
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

d4881ee... by Paweł Stołowski

Don't load kernel modules in kmod backend when preseeding.

d4c159f... by Maciej Borzecki

Merge pull request #9089 from bboozzoo/bboozzoo/uc20-boot-gadget-mediate-initial-seal

many: introduce content write observer, install mode glue, initial seal stubs

2db9014... by Samuele Pedroni

daemon,many: switch to use client.ErrorKind and drop the local errorKind...

Merge pull request #9085 from pedronis/error-kinds-from-client

This introduces type client.ErrorKind to replace the currently used daemon.errorKind.

Some of client.ErrorKind* constants were renamed to match what was in daemon where the naming was more overall consistent with what is in the kind labels themselves.

This is a follow-up to #8946

705fd6b... by Sergio Cazzolato

Merge pull request #9083 from sergiocazzolato/new-parameters-nested-uc20

tests: new parameters for nested execution

6888672... by Samuele Pedroni

Merge remote-tracking branch 'upstream/master' into error-kinds-from-client

fix conflicts

a777978... by Samuele Pedroni

client: move all error kinds into errors.go and add doc strings

Merge pull request #8946 from mvo5/error-kinds-client

This reorganizes client error kind constants into errors.go, paired with doc comments of the form

// ErrorKind...: DESCRIPTION .

There is also a tool "cd docs; go run error-kinds.go" that extracts these description and reformats them for use
on https://forum.snapcraft.io/t/using-the-rest-api/18603

There's a follow-up that will reuse them in daemon as well.

7ffffb1... by Samuele Pedroni

cmd/snap: display the error in snap debug seeding if seeding is in error (#9091)

For this include a seed-error in the /v2/debug?aspect=seeding debug API as well.

* daemon: support seed-error in /v2/debug?aspect=seeding
* cmd/snap: print seed-error if there is one in snap debug seeding
* cmd/snap: adjust seed-error test to new -- placeholder

9901cac... by Maciej Borzecki

gadget/install: fix dummy Run again

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

1fef77f... by Maciej Borzecki

gadget, gadget/install: extend observer unit tests

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

cb55c8e... by Maciej Borzecki

boot: tweak comments

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