~snappy-dev/snapd/+git/snapd-pawel:refresh-control/fix-affecting-self

Last commit made on 2021-06-30
Get this branch:
git clone -b refresh-control/fix-affecting-self https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
refresh-control/fix-affecting-self
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

4b8e47a... by Paweł Stołowski

Fix format.

01ac32b... by Paweł Stołowski

Fix populating of affectedSnapInfo.AffectingSnaps for marking marking
self as affecting.

1994847... by Samuele Pedroni

sandbox/cgroup: support freezing groups with unified hierarchy

Merge pull request #10423 from bboozzoo/bboozzoo/cgroupv2-freezer-sun

With a unified hierarchy, there is no separate freezer controller, but rather a cgroup.freeze file exists under each group.

https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html#core-interface-files

1c6247f... by Maciej Borzecki

Merge pull request #10472 from sergiocazzolato/tests-fix-preseed

tests: fix preseed test to used core20 snap on latest systems

fa23a05... by Michael Vogt

Merge pull request #10451 from bboozzoo/bboozzoo/simple-json-equals-checker

testutil: introduce a checker which compares the type after having passed them through a JSON marshaller

5303a15... by Maciej Borzecki

sandbox/cgroup: fix comment

Thanks to @pedronis

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

9ae0bb4... by Maciej Borzecki

Merge remote-tracking branch 'upstream/master' into bboozzoo/cgroupv2-freezer-sun

473cf5b... by Michael Vogt

Merge pull request #10457 from mvo5/clearly-sections-err

store: tweak error message when store.Sections() download fails

4249ab8... by Sergio Cazzolato

Fix preseed test to used core20 snap on latest systems

Images are using core20 on systems 20-10 and 21.04

e4d13b8... by Samuele Pedroni

o/servicestate: stop setting DoneStatus prematurely for quota-control

Merge pull request #10458 from pedronis/do-quota-control-safe-task-restart

instead remember that the non-idempotent updates were done and which
snaps need restarting, so to behave correctly if there is a reboot
or (more unlikely) just a snapd restart

see changed comments for more details