~snappy-dev/snapd/+git/snapd-pawel:validation-sets/snap-cli

Last commit made on 2020-12-02
Get this branch:
git clone -b validation-sets/snap-cli https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
validation-sets/snap-cli
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

6f4ed14... by Paweł Stołowski

Reword the error returned on invalid validation set name.

7df8b1e... by Paweł Stołowski

Tweak error messages and account variable names (use account ID for errors, accountID for variables).

6ea7a7c... by Paweł Stołowski

Use fmt on separate line to make go 1.9 happy about xerrors.Errorf(..) and "%w".

bf70260... by Paweł Stołowski

Use %w with xerrors (thanks mvo).

8590047... by Paweł Stołowski

Hide 'validate' for snap, until api is ready.

be75ae9... by Paweł Stołowski

Reuse regexp from asserts and introduce IsValidAccountID/IsValidValidationSetName helpers there.

8e0a347... by Paweł Stołowski

Print "No validations are available" if nothing gets returned by list; rename postData to postValidationSetData (thanks mvo).

7f64a06... by Paweł Stołowski

Merge branch 'master' into validation-sets/snap-cli

1b1d2d0... by Paweł Stołowski

Tweak error messages.

c5ced56... by Samuele Pedroni

seed/seedwriter: consider modes when checking for deps availability

Merge pull request #9710 from pedronis/seedwriter-check-modes-for-deps

the code before wasn't taking into account the modes in which
the base or default content providers were available vs
the modes of the dependent snap, with the changes here
it now does

fixes LP: #1883970