~snappy-dev/snapd/+git/snapd-pawel:preseed/fix-version-check

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

Branch merges

Branch information

Name:
preseed/fix-version-check
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

99f3234... by Paweł Stołowski

Fix gofmt.

bcd2b31... by Paweł Stołowski

Tweak the comment.

90bfeeb... by Paweł Stołowski

Merge branch 'master' into preseed/fix-version-check

079b6f4... by Paweł Stołowski

Added unit test for preseeding with a newer deb.

3ce4d49... by Paweł Stołowski

Return a struct from chooseTargetSnapdVersion and slightly reorganize the flow to check version inside prepareChroot().

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.