~snappy-dev/snapd/+git/snapd-pawel:tweak-ensure-timing-check

Last commit made on 2019-05-28
Get this branch:
git clone -b tweak-ensure-timing-check https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
tweak-ensure-timing-check
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

257f8d0... by Paweł Stołowski

Tweak the conditional when storing ensure timings to make it more readable. This is a followup to #6904.

58556a2... by Michael Vogt

Merge pull request #6904 from stolowski/ensure-timings-fix

timings: always store ensure timings as long as they have an associated change

d9f262f... by Maciej Borzecki

Merge pull request #6896 from stolowski/snap-debug-timings-tweak

cmd/snap: tweak the output of snap debug timings --ensure=...

a067cd8... by Samuele Pedroni

overlord/devicestate: introduce remodel kinds and contexts

different context implementations will be used depending on the kind
of remodel, and those will play the roles/implement as needed
snapstate.DeviceContext, storecontext.DeviceBackend and
registrationContext:

same brand/model, brand store => updateRemodel
this is just a contextual carrier for the new model

same brand/model different brand store => storeSwitchRemodel this
mediates access to device state kept on the remodel change, it also
creates a store that uses that and refers to the new brand store

different brand/model, maybe different brand store => reregRemodel
similar to storeSwitchRemodel case after a first phase that performs
re-registration where the context plays registrationContext's role
(NOT IMPLEMENTED YET)

4009122... by Samuele Pedroni

fix test setup isolation

c4301cf... by Samuele Pedroni

Merge remote-tracking branch 'upstream/master' into remodel-ctx

28ec927... by Michael Vogt

Merge pull request #6916 from bboozzoo/bboozzoo/s-c-no-mount-over-symlink

cmd/snap-confine, tests: tweak comments, reenable symlink check in RHBZ 1584461 regression

d676544... by Samuele Pedroni

add doc comments and test comments and some clarification based on feedback

6472568... by Maciej Borzecki

Merge pull request #6918 from bboozzoo/bboozzoo/snaptest-helper

snaptest: add helper for mocking snap with contents

3565dd5... by Maciej Borzecki

tests/regression/rhbz-1584461: use test -L

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