~snappy-dev/snapd/+git/snapd-pawel:hotplug-remove-slot

Last commit made on 2018-12-17
Get this branch:
git clone -b hotplug-remove-slot https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
hotplug-remove-slot
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

509449b... by Paweł Stołowski

Adjusted error messages (thanks bboozzoo).

9260f06... by Paweł Stołowski

Merge branch 'master' into hotplug-remove-slot

47ef77c... by Zygmunt Krynicki

Merge pull request #6114 from stolowski/hotplug-disconnect-handler

overlord/ifacestate: handler for hotplug-disconnect task

fb81523... by Zygmunt Krynicki

Merge pull request #6071 from stolowski/hotplug-update-device

ifacestate/hotplug: updateDevice helper

19e5a1d... by Zygmunt Krynicki

Merge pull request #6217 from sergiocazzolato/tests-reorg-prepare-restore

tests: reset snapd state on tests restore

6f7203b... by Zygmunt Krynicki

Merge pull request #6308 from mvo5/release-2.36.3

release: 2.36.3

6da8745... by Zygmunt Krynicki

Merge pull request #6310 from zyga/fix/apparmor-parser-sigterm-mystery

interfaces: return security setup errors

b911ee1... by Samuele Pedroni

overlord: make InstallMany work like UpdateMany, issuing a single request to get candidates

This changes InstallMany to work more like UpdateMany issuing a single store request to get the installation candidates, this should also improve some errors because with this change the behaviour of InstallMany matches the expectations of the error handling/massaging code in the daemon.

It also refactors some precondition checking code into a common helper.

1b65f7f... by Zygmunt Krynicki

Merge pull request #6307 from mvo5/systemd-is-active-tests

systemd/systemd.go: add missing tests for systemd.IsActive

0a51a9c... by Zygmunt Krynicki

Merge pull request #6309 from stolowski/hotplug-seq-helper

overlord/ifacestate: addHotplugSeqWaitTask helper