summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-07Merge branch 'master' into patch-sublevelpatch-sublevelPawel Stolowski
2018-09-07Merge pull request #5796 from zyga/tweak/detach-iiZygmunt Krynicki
2018-09-07Merge pull request #5795 from zyga/tweak/no-repeat-fstatfsZygmunt Krynicki
2018-09-07Merge pull request #5794 from stolowski/autoconnect-wait-for-discard-snapZygmunt Krynicki
2018-09-07Merge pull request #5793 from zyga/tweak/detach-iZygmunt Krynicki
2018-09-07cmd/snap-update-ns: remove unused dirFd argumentZygmunt Krynicki
2018-09-07Merge pull request #5746 from mvo5/no-network-online-prereqZygmunt Krynicki
2018-09-07Merge pull request #5783 from mvo5/core16-testZygmunt Krynicki
2018-09-07cmd/snap-update-ns: re-factor pair of helpers to call fstatfs onceZygmunt Krynicki
2018-09-07Merge pull request #5763 from mvo5/store-testsZygmunt Krynicki
2018-09-07Retry on "discard-snap" in autoconnect conflict check.autoconnect-wait-for-discard-snapPawel Stolowski
2018-09-07address review feedbackMichael Vogt
2018-09-07Merge remote-tracking branch 'upstream/master' into store-testsMichael Vogt
2018-09-07Merge pull request #5606 from mvo5/rate-limitMichael Vogt
2018-09-07cmd/snap-update-ns: detach BindMount from the Secure typeZygmunt Krynicki
2018-09-07cmd/snap-update-ns: separate OpenPath from the Secure structZygmunt Krynicki
2018-09-07tests: fix test-snapd-sh-core16 behaviourMichael Vogt
2018-09-07Merge pull request #5784 from mvo5/core18-account-controlMichael Vogt
2018-09-07Merge pull request #5776 from mvo5/py-proxyMichael Vogt
2018-09-06tests: simplify test-snapd-sh-core16 (thanks to Sergio)Michael Vogt
2018-09-06 tests: run account-control test on uc16,uc18 and with different basesMichael Vogt
2018-09-06Merge pull request #5187 from chipaca/snapshotstateJohn Lenton
2018-09-06Merge remote-tracking branch 'upstream/master' into snapshotstateJohn R. Lenton
2018-09-06overlord/snapshotstate: cleanup debug leftovers, and add a check for cleanlinessJohn R. Lenton
2018-09-06tests: add new core16-base testMichael Vogt
2018-09-06Merge pull request #5780 from zyga/tweak/more-testutilsMaciej Borzecki
2018-09-06Merge pull request #5779 from zyga/tweak/commentsZygmunt Krynicki
2018-09-06Merge pull request #5781 from mvo5/unit-test-failureMichael Vogt
2018-09-06fix typo, modernize pythonMichael Vogt
2018-09-06testutil: allow Fstatfs results to vary over timeZygmunt Krynicki
2018-09-06overlord: add chg.Err() in testUpdateWithAutoconnectRetryMichael Vogt
2018-09-06snap-update-ns: add comments about the "deadcode" in bootstrap.goMichael Vogt
2018-09-06Merge pull request #5767 from mvo5/deadcodeMichael Vogt
2018-09-06tests: do not run proxy test on 14.04 (lacks systemd-run)Michael Vogt
2018-09-06Merge pull request #5775 from chipaca/gccgo-also-18.04Michael Vogt
2018-09-06tests: only run proxytest if python3 is availableMichael Vogt
2018-09-06Merge pull request #5774 from bboozzoo/bboozzoo/parallel-install-tests-local-...Maciej Borzecki
2018-09-06cmd/snap, testutil: fix tests that failed under go-8John R. Lenton
2018-09-06tests: also run unit/gccgo in 18.04John R. Lenton
2018-09-05Merge pull request #5773 from sergiocazzolato/tests-skip-remove-core-on-resetSergio Cazzolato
2018-09-05fix proxy testMichael Vogt
2018-09-05tests: port proxy test to use python tinyproxyMichael Vogt
2018-09-05Merge pull request #5764 from mvo5/gccgo-snapMichael Vogt
2018-09-05tests/main/parallel-install-sideload: use install_local_as helperMaciej Borzecki
2018-09-05tests/main/parallel-install-interfaces: use install_local_as helperMaciej Borzecki
2018-09-05tests/main/parallel-install-desktop: use install_local_as helperMaciej Borzecki
2018-09-05tests/lib/snaps: helper for installing local snaps with a --nameMaciej Borzecki
2018-09-05Merge pull request #5769 from mvo5/partition-no-utilsMichael Vogt
2018-09-05Merge pull request #5772 from mvo5/image-fix-local-snapsMichael Vogt
2018-09-05Avoid removing core on resetsergio-j-cazzolato