~snappy-dev/snapd/+git/snapd-pawel:timings-client

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

Branch merges

Branch information

Name:
timings-client
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

16027cd... by Paweł Stołowski

Removed irrelevant part of the comment for TimingsInfo type.

fb3c124... by Paweł Stołowski

timings: added comments to Get method. Fix Save to only store timings struct if it has nested timings.

de406bb... by Paweł Stołowski

Merge branch 'master' into timings-client

1c82d93... by Michael Vogt

Merge pull request #6696 from pedronis/simplify-local-prefer-n-fixes

image: simplify prefer local logic and fixes

c6add6e... by Michael Vogt

Merge pull request #6711 from bboozzoo/bboozzoo/selinux-lxd-make-sure-it-works

tests/main/selinux-lxd: make sure LXD from snaps works cleanly with enforcing SELinux

2bea633... by Michael Vogt

Merge pull request #6643 from zyga/embargo/fix/lp-1812973

tests: deny ioctl - TIOCSTI with garbage in high bits

0f3ffb6... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/selinux-lxd-make-sure-it-works

fbd695d... by Maciej Borzecki

tests/main/selinux-lxd: drop kill-timeout and priority tweaks

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

5ff7f2b... by Maciej Borzecki

tests/main/selinux-lxd: remove the container before removing lxd snap

Once automatic snapshotting lands, leaving the container may be costly

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

9fab13f... by Samuele Pedroni

overlord: factor out mocking of device service and gadget w. prepare-device for registration tests

This factors out support for mocking a device service and a gadget with possibly a prepare-device hook to a devicestatetest package.

It Introduces a happy registration test at the level of managers_test.go to exercise the refactoring. This a prerequisite to be able to write re-registration tests at that level.