summaryrefslogtreecommitdiff
path: root/snap
AgeCommit message (Expand)Author
2018-02-23Merge pull request #4680 from bboozzoo/bboozzoo/snap-launch-command-timerMaciej Borzecki
2018-02-23add check that a base/os snap cannot have another baseMichael Vogt
2018-02-19Merge pull request #4617 from mvo5/dont-kill-meMichael Vogt
2018-02-16Merge pull request #4698 from chipaca/__no__underscore__John Lenton
2018-02-16Merge pull request #4681 from chipaca/file-contents-checkersJohn Lenton
2018-02-16Merge branch 'master' into __no__underscore__John R. Lenton
2018-02-16snap: add a test for a version with a filthy underscore in itJohn R. Lenton
2018-02-16snap: remove underscore from version validator regexpJohn R. Lenton
2018-02-16many: move to use the new testutil.File* checkers.John R. Lenton
2018-02-15snap: pass full timer spec in `snap run --timer`Maciej Borzecki
2018-02-14drop IsPrintableASCII in favour of regexp's [:graph:] class.John R. Lenton
2018-02-13address review feedbackMichael Vogt
2018-02-13snap: add a comment about the use of strconv.QuoteToASCIIJohn R. Lenton
2018-02-13snap: improve the version validator's error messages.John R. Lenton
2018-02-13Merge remote-tracking branch 'upstream/master' into dont-kill-meMichael Vogt
2018-02-13Merge pull request #4633 from bboozzoo/bboozzoo/service-timers-basicsMichael Vogt
2018-02-13Merge pull request #4653 from chipaca/version-validationJohn Lenton
2018-02-12all: snap versions are now validatedJohn R. Lenton
2018-02-12snap: update commentZygmunt Krynicki
2018-02-09snap: blacklist several special directoriesZygmunt Krynicki
2018-02-09snap: reject /foo if /foo is a mount pointZygmunt Krynicki
2018-02-09snap: validate cardinality of layout test dataZygmunt Krynicki
2018-02-09snap: extra test casesZygmunt Krynicki
2018-02-09snap: validate if layout source is used consistentlyZygmunt Krynicki
2018-02-08snap: reorder struct fields for clarityZygmunt Krynicki
2018-02-08snap,interfaces: allow using bind-file layoutsZygmunt Krynicki
2018-02-08Merge pull request #4636 from zyga/tweak/dir-vs-file-validationZygmunt Krynicki
2018-02-08Merge pull request #4606 from mvo5/unsquashfs-fail2Zygmunt Krynicki
2018-02-08snap: correct old nameZygmunt Krynicki
2018-02-08fix typoMichael Vogt
2018-02-08snap: add abstraction layer for layout validationZygmunt Krynicki
2018-02-08many: support `refresh-mode: sig{term,hup,usr1}{,-all}`Michael Vogt
2018-02-08snap: rename refresh-mode: `survive` to `keep`Michael Vogt
2018-02-08Merge remote-tracking branch 'upstream/master' into dont-kill-meMichael Vogt
2018-02-07snap: understand directories in layout blacklistZygmunt Krynicki
2018-02-07Merge pull request #4630 from zyga/tweak/sort-layout-validationZygmunt Krynicki
2018-02-07snap/squashfs: add more unsquashfs error testcasesJohn R. Lenton
2018-02-07snap/squashfs: change unsquashfsStderrWriter to use MatchCounterJohn R. Lenton
2018-02-07Merge branch 'master' into unsquashfs-fail2John R. Lenton
2018-02-07snap: test reverse ordering of layout itemsZygmunt Krynicki
2018-02-07Merge pull request #4605 from mvo5/unsquashfs-failMichael Vogt
2018-02-07snap: introduce timer service data types and validationMaciej Borzecki
2018-02-07snap: update comment on SocketInfo.File()Maciej Borzecki
2018-02-07snap: sort layout elements before validatingZygmunt Krynicki
2018-02-07snap: apply some golint suggestionsZygmunt Krynicki
2018-02-07many: address review feedback and improve testsMichael Vogt
2018-02-06many: add new snap.ServiceStopReason and improve testsMichael Vogt
2018-02-06many: implement "refresh-mode: survive" for servicesMichael Vogt
2018-02-05snap: use custom unsquashfsStderrWriter for unsquashfs error detectionMichael Vogt
2018-02-05Merge pull request #4589 from mvo5/mock-snap-contentZygmunt Krynicki