~snappy-dev/snapd/+git/snapd-pawel:auto-snapshots-config

Last commit made on 2019-04-23
Get this branch:
git clone -b auto-snapshots-config https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
auto-snapshots-config
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

0b0b1b8... by Paweł Stołowski

Use a singleton ErrNothingToDo made with errors.New, instead of a custom error type.

6dbd5ef... by Paweł Stołowski

Merge branch 'master' into auto-snapshots-config

620c5aa... by Paweł Stołowski

Introduce ErrNothingToDo to indicate that AutomaticSnapshot() is disabled and has nothing to do.

d011102... by Paweł Stołowski

Updated the spread test.

bf9f790... by Paweł Stołowski

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

cmd/snap-update-ns: move Assumption to {System,User}ProfileUpdate

af21def... by Paweł Stołowski

Renamed automatic-snapshots.expiration config option to snapshots.automatic.retention and support "no" to disable.

9ab22ff... by Zygmunt Krynicki

Merge pull request #6749 from zyga/tweak/the-error-func

cmd/libsnap: remove fringe error function

edeac98... by Zygmunt Krynicki

cmd/snap-update-ns: move Assumption to {System,User}ProfileUpdate

The common implementation has been removed, replacing it with the
two existing implementations, now graduated to proper methods, with
tests and basic documentation.

The new logic is immediately used.

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

4bdcb3b... by Maciej Borzecki

Merge pull request #6688 from bboozzoo/bboozzoo/gadget-validate-cross-size

gadget: add validation of cross structure overlap and offset writes

05c0f9f... by Zygmunt Krynicki

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

cmd/snap-update-ns: refactor of profile application (3/N)