~snappy-dev/snapd/+git/snapd-pawel:hotplug-better-log

Last commit made on 2019-04-04
Get this branch:
git clone -b hotplug-better-log https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
hotplug-better-log
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

9edad2e... by Paweł Stołowski

Added test for ShortString.

02d93de... by Paweł Stołowski

Merge branch 'master' into hotplug-better-log

d653261... by Paweł Stołowski

Fix typo.

28a77f4... by Paweł Stołowski

Further tweaks to HotplugDeviceInfo string repr: omit parts that are not available (no '?'). Truncate model/vendor at 70 chars. Provide ShortString method with more aggresive truncation (16 chars) and use it for task/change summaries.

5543830... by Michael Vogt

Merge pull request #6583 from zyga/tweak/refactor-sc-main-5

cmd/snap-confine: move ubuntu-core fallback checks

8607bb8... by Paweł Stołowski

Merge branch 'master' into hotplug-better-log

44cf728... by Maciej Borzecki

Merge pull request #6686 from mvo5/shellcheck-mock-madness

testutil: fix MockCmd for shellcheck 0.5

3b0dce4... by Michael Vogt

testutil: fix MockCmd for shellcheck 0.5

With shellcheck 0.5 there is an error that
```
printf "\0"
```
should be use single quotes (SC1117). This PR fixes this.

a16857b... by Maciej Borzecki

Merge pull request #6682 from bboozzoo/bboozzoo/gadget-separate-package

snap, gadget: move gadget read/validation into separate package, tweak naming

eb05281... by Maciej Borzecki

Merge pull request #6656 from sergiocazzolato/tests-split-spread-execution-on-2-jobs

tests: split travis spread execution in 2 jobs for ubuntu and non ubuntu systems