~mvo/snapd/+git/snapd-mvo:remodel-v0-do-update-no-rerefresh

Last commit made on 2019-04-16
Get this branch:
git clone -b remodel-v0-do-update-no-rerefresh https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
remodel-v0-do-update-no-rerefresh
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

bad5c80... by Michael Vogt

overlord: update doc strings based on review feedback

c0cff75... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into remodel-v0-do-update-no-rerefresh

b24d1a5... by Maciej Borzecki

Merge pull request #6692 from bboozzoo/bboozzoo/system-key-find-snapd-tweak

interfaces: cleanup internal tool lookup in system-key

30311db... by Samuele Pedroni

many: move auth.AuthContext to store.DeviceAndAuthContext, the implemention to a separate storecontext package

This:
* moves auth.AuthContext and some ancillary types to store.DeviceAndAuthContext
* the implementation itself gets moved from overlord/auth to a dedicated overlord/storecontext

5222bc8... by Paweł Stołowski

Merge pull request #6704 from stolowski/more-measurements

overlord/devicestate: measurements around ensure and related tasks

c283ca8... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/system-key-find-snapd-tweak

2d2f862... by Samuele Pedroni

Merge remote-tracking branch 'upstream/master' into store-context

ddbfc36... by Paweł Stołowski

Merge branch 'master' into more-measurements

55e3fc0... by Michael Vogt

Merge pull request #6730 from mvo5/unbreak-master-2

tests: fix master

f75ee47... by Michael Vogt

tests: set selinux-clean test to manual for now

The selinux-clean test breaks in master and in the pending PRs
depending on the test order. To ensure other PRs can land this PR
disables it for now and when its debugged we can re-enable.