~mvo/snapd/+git/snapd-mvo:silly-14.04

Last commit made on 2017-11-02
Get this branch:
git clone -b silly-14.04 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
silly-14.04
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

ca1730c... by Michael Vogt

tests: disable refresh-undo test on trusty for now

dbbea92... by Michael Vogt

increase lxd timeout for slow downloads

7587525... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into silly-14.04

91d9319... by Paweł Stołowski

Merge pull request #4124 from zyga/fix/ofono

interfaces: fix incorrect signature of ofono DBusPermanentSlot

444c6ff... by Michael Vogt

tests: use `snap change --last=install` in snapd-reexec test

The jounalctl command in ubuntu 14.04 seems to be unreliable and
we don't have the last few log lines of snapd in there. The reason
is unknown. By using `snap change --last=install` we get a more
reliable way to check if the snapd daemon got restarted.

9f6eea2... by Zygmunt Krynicki

interfaces/builtin: detect unexpected specifier signatures

This patch adds a reflection-based test that checks signature of each
specification method to be what we expect. This can catch stray
silliness like the recently found ofono bug.

Signed-off-by: Zygmunt Krynicki <email address hidden>

d26414d... by Zygmunt Krynicki

interfaces: correct the signature of ofono DBusPermanentSlot

The invalid signature meant that the function was silently ignored and
did nothing at all.

Signed-off-by: Zygmunt Krynicki <email address hidden>

6ea1974... by Samuele Pedroni

many: make ignore-validation sticky and send the flag with refresh requests

The store /metadata endpoint is being changed to respect this flag while we work on the new API that also will support this.

bb008f3... by Paweł Stołowski

Merge pull request #4013 from stolowski/repo-uses-plugslotinfo

repo, daemon: use PlugInfo, SlotInfo

e9eafa1... by Michael Vogt

many: handle core configuration internally instead of using the core configure hook (#4076)

This makes handling the configuration of core/snapd internal to snapd by using a dedicated handler chosen from snapstate.Configure instead of setting up running the "configure" hook.