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

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

Branch merges

Branch information

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

Recent commits

d0cbd73... by Paweł Stołowski

Sort debug timings of changes by lane and ready time. Simplified debug timings protocol by providing all the required task data directly with timings, with no need to use v2/change/x API.

0ebcc4a... by Maciej Borzecki

Merge pull request #7499 from bboozzoo/bboozzoo/apparmor-sandbox-package

many: move AppArmor probing code under sandbox/apparmor

fb59fc8... by Michael Vogt

cmd: add `snap debug boot-vars` that dumps the current bootvars (#7514)

The new debug helper snap debug bootvars will output the
current bootloader variables. This is useful on core18 systems
that do not have the grub-editenv/fw_getenv commands and for
bootloaders like little-kernel that do not have any tools for
this.

This will primarely be used in tests like:
#7508

Or the test in
#7438

ff9075d... by Maciej Borzecki

Merge pull request #7508 from sergiocazzolato/tests-skip-ubuntu-core-upgrade-on-arm

tests: skip the ubuntu-core-upgrade on arm devices on core18

ARM devices are not supported on ubuntu-core-18 due to
fw_printenv/setenv are not provided by the system and as the devices
boot with uboot so it is not possible to get any grub information as it
is done with non arm devices.

9987c8c... by Michael Vogt

boot: fix two typos (thanks to Samuele)

c04aaad... by Samuele Pedroni

seed/seedwriter: implement WriteMeta and tree16 corresponding code

8c58a69... by Michael Vogt

boot: rename DebugDumpBootvars->DumpBootvars and move info boot/debug.go

8dcb71b... by Michael Vogt

cmd: add `snap debug bootvars` that dumps the current bootvars

The new debug helper `snap debug bootvars` will output the
current bootloader variables. This is useful on core18 systems
that do not have the grub-editenv/fw_getenv commands and for
bootloaders like little-kernel that do not have any tools for
this.

This will primarely be used in tests like:
https://github.com/snapcore/snapd/pull/7508

Or the test in
https://github.com/snapcore/snapd/pull/7438

4f67e72... by Michael Vogt

Merge pull request #7512 from jdstrand/misc-updates-for-strict-k8s

interfaces/docker-support,kubernetes-support: misc updates for strict k8s

54d51cc... by Jamie Strandboge

reorder busybox and pause rules. Thanks to anonymouse64