summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-08-20Fix missing snap-name argument in snap set help.fix-snap-unset-helpPawel Stolowski
2019-08-20Fix snap unset help string.Pawel Stolowski
2019-08-20cmd/snap: fix remote snap info for parallel installed snapsMaciej Borzecki
2019-08-17simplify MockSnapSeccompVersionInfo as wellSamuele Pedroni
2019-08-16having both CurrentBase and CurrentCleanBase is confusingSamuele Pedroni
2019-08-16check syscallsSamuele Pedroni
2019-08-14cmd/snap-update-ns: keep track of "keep" changesZygmunt Krynicki
2019-08-14cmd/snap-update-ns: check for trespassing using clean pathZygmunt Krynicki
2019-08-12Merge pull request #7208 from chipaca/complete-validate-snap-betterJohn R. Lenton
2019-08-07cmd/libsnap: don't leak memory in sc_die_on_errorZygmunt Krynicki
2019-08-02cmd/snap, data/completion: improve completion for 'snap debug'John R. Lenton
2019-08-01Tweak the comment.snap-switch-show-donePawel Stolowski
2019-08-01Split the comment concerning 8 cases of "switch".Pawel Stolowski
2019-08-01Tweak the conditional to reuse helper variable.Pawel Stolowski
2019-08-01Use showDone helper to display actual channel we switched to, rather than the...Pawel Stolowski
2019-07-31cmd/snap: make userd signal handlig easier to test, fix unit tests stall in s...Maciej Borzecki
2019-07-30cmd/snap: verify signal errors in session-agent unit testsMaciej Borzecki
2019-07-30cmd/snap: restore signal handlers in userd and session-agentMaciej Borzecki
2019-07-30cmd/snap, usersession/agent: close http.Response body in testsMaciej Borzecki
2019-07-25cmd/Makefile.am: don't use -i optionIan Johnson
2019-07-25usersession: move autostart code to usersession/autostartJames Henstridge
2019-07-25usersession: move userd package to usersession/userdJames Henstridge
2019-07-25Merge pull request #6954 from jhenstridge/user-session-agentMichael Vogt
2019-07-24Merge pull request #7143 from pedronis/repair-buffered-chanJohn R. Lenton
2019-07-24Merge remote-tracking branch 'upstream/master' into repair-buffered-chanJohn R. Lenton
2019-07-24Merge remote-tracking branch 'upstream/master' into client-use-http-statusJohn R. Lenton
2019-07-23stop depending on status/status-code in the responses in clientSamuele Pedroni
2019-07-23use the proper BaseSnapSuite, this was running all the tests a 2nd timeSamuele Pedroni
2019-07-23good style: make sure the goroutine doesn't stick around on timeoutSamuele Pedroni
2019-07-20introduce Overlord.StartUp and a matching method on StateManagersSamuele Pedroni
2019-07-19Merge pull request #7007 from pedronis/rereg-remodelMichael Vogt
2019-07-18cmd: revert PR#6933 (tweak of GOMAXPROCS)Samuele Pedroni
2019-07-18Merge remote-tracking branch 'upstream/master' into rereg-remodelSamuele Pedroni
2019-07-18snap: fix off-by-one indent in cmd_usnet.go:longUnsetHelpsnap-unset-cmdMichael Vogt
2019-07-18Revert "snapd: ensure GOMAXPROCS is at least 2"Michael Vogt
2019-07-18Revert "cmd/snap: tweak GOMAXPROCS comment"Michael Vogt
2019-07-16fix missing newline in remodel outputSamuele Pedroni
2019-07-16snap: use snapSetSuite in `snap unset` tests and check setConfApiCallsMichael Vogt
2019-07-16Merge remote-tracking branch 'upstream/master' into HEADMichael Vogt
2019-07-16Merge pull request #7096 from stolowski/snap-set-exclMichael Vogt
2019-07-16Merge pull request #6878 from chipaca/health-checks-infoMichael Vogt
2019-07-16snap: tweak "snap set" unit testssnap-set-exclMichael Vogt
2019-07-16Merge pull request #7104 from zyga/fix/firmwareMichael Vogt
2019-07-12snap: add checks in validate-seed for missing base/default-providerMichael Vogt
2019-07-12cmd/snap-confine: bring /lib/firmware from the hostZygmunt Krynicki
2019-07-12Added snap unset command.Pawel Stolowski
2019-07-12Added snap-unset spread test.Pawel Stolowski
2019-07-12Tweak 'snap set' description.Pawel Stolowski
2019-07-12Tweak suffix check and spread test conditional.Pawel Stolowski
2019-07-12Handle unsetting of config options with "!" after options, e.g. snap set foo!Pawel Stolowski