~snappy-dev/snapd/+git/snapd-pawel:ensure-timings-fix

Last commit made on 2019-05-24
Get this branch:
git clone -b ensure-timings-fix https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

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

Recent commits

31a4398... by Paweł Stołowski

Merge branch 'master' into ensure-timings-fix

a94b334... by Zygmunt Krynicki

Merge pull request #6906 from zyga/feature/user-mount-ns-20.9-split-15-of-n

cmd/snap-update-ns: rename ctx to upCtx

c1a15de... by Zygmunt Krynicki

cmd/snap-update-ns: rename ctx to upCtx

While doing a code review for the original branch Pedronis and me have
agreed to use upCtx to differentiate the plain ctx from a golang context
type.

Since the intermediate patches used ctx to avoid churn and re-basing we
need one follow up patch to rename everything at once. This is it.

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

3a301dc... by Zygmunt Krynicki

Merge pull request #6902 from zyga/tweak/spread-yaml-host

spread.yaml: make HOST: usage shellcheck-clean

083911d... by "John R. Lenton" <email address hidden>

Merge pull request #6901 from chipaca/snapstate-switch-have-options

overlord/snapstate, daemon: snapstate.Switch now takes a RevisionOption

35118d6... by Paweł Stołowski

Added LinkChange helper. Save root timings object even if there are no nested timings as long as it has change-id set (but no task-id), so it's from ensure.

b1e4b2a... by Zygmunt Krynicki

Merge pull request #6888 from zyga/feature/mountinfo-tool

tests: add mountinfo-tool

edd47f2... by Zygmunt Krynicki

spread.yaml: make HOST: usage shellcheck-clean

spread-shellcheck is about to perform rudimentary checks of environment
variables. With this is has complained about spread.yaml's own
environment section, full of HOST: shell calls that lacked some serious
number of double quotes.

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

e7c4dca... by John Lenton

.

eef1d5e... by John Lenton

overlord/snapstate, daemon: snapstate.Switch now takes a RevisionOption

Also added a comment about what RevisionOption is *for*.

Note you can't switch to a revision, so that's detected and blocked
(and other than this it's a pure refactor).