summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-29move Activate()/Deactivate() in to the kernel/os snap (not working yet though)feature/snapfs-refactor2Michael Vogt
2015-10-29kill SetActivte() in favour of Activate/DeactivateMichael Vogt
2015-10-29extract nextNextBoot out into kernel.goMichael Vogt
2015-10-29move kernel artifacts removal into KernelSnapMichael Vogt
2015-10-29extract duplicated code into snapIFFactory()Michael Vogt
2015-10-29remove need for Close() from clickebMichael Vogt
2015-10-29Merge branch 'feature/snapfs-fix-os-image-build' into feature/snapfs-refactorMichael Vogt
2015-10-29Merge branch 'feature/snapfs-boot-ok' into feature/snapfs-fix-os-image-buildfeature/snapfs-fix-os-image-buildMichael Vogt
2015-10-29Merge branch 'feature/snapfs-disallow-removal' into feature/snapfs-boot-okfeature/snapfs-boot-okMichael Vogt
2015-10-29Merge branch 'feature/snapfs-cleanup-kernel-assets' into feature/snapfs-disal...feature/snapfs-disallow-removalMichael Vogt
2015-10-29remove incorrect os.MkdirAll() in removeKernel()feature/snapfs-cleanup-kernel-assetsMichael Vogt
2015-10-29Merge branch 'feature/snapfs-needs-reboot' into feature/snapfs-cleanup-kernel...Michael Vogt
2015-10-29simplify showRebootMessage() (thanks John!)feature/snapfs-needs-rebootMichael Vogt
2015-10-29Merge branch 'feature/snapfs-os-kernel' into feature/snapfs-needs-rebootMichael Vogt
2015-10-29Merge branch 'feature/snapfs-mount' into feature/snapfs-os-kernelfeature/snapfs-os-kernelMichael Vogt
2015-10-29use dir.Sync() after rename (thanks John!)Michael Vogt
2015-10-29add FIXMEMichael Vogt
2015-10-28do not use systemd-escape (unavailable on travis)Michael Vogt
2015-10-28Merge branch 'feature/snapfs-import-systemd-escape' into feature/snapfs-mountMichael Vogt
2015-10-28add native systemd-escape to make travis happyfeature/snapfs-import-systemd-escapeMichael Vogt
2015-10-28Add native systemd.EscapePath()Michael Vogt
2015-10-28Merge pull request #11 from elopio/coverallsbugfix/add-systemd-escape-for-testsJohn Lenton
2015-10-28Merge pull request #21 from chipaca/no-more-function-comparisonMichael Vogt
2015-10-28Drop the NotFoundHandler check that relied on undefined behaviour.John R. Lenton
2015-10-28Merge branch 'feature/snapfs-fix-os-image-build' into feature/snapfs-refactorMichael Vogt
2015-10-28Merge branch 'feature/snapfs-boot-ok' into feature/snapfs-fix-os-image-buildMichael Vogt
2015-10-28Merge branch 'feature/snapfs-disallow-removal' into feature/snapfs-boot-okMichael Vogt
2015-10-28Merge branch 'feature/snapfs-cleanup-kernel-assets' into feature/snapfs-disal...Michael Vogt
2015-10-28Merge branch 'feature/snapfs-needs-reboot' into feature/snapfs-cleanup-kernel...Michael Vogt
2015-10-28Merge branch 'feature/snapfs-os-kernel' into feature/snapfs-needs-rebootMichael Vogt
2015-10-28Merge branch 'feature/snapfs-mount' into feature/snapfs-os-kernelMichael Vogt
2015-10-28update for helpers.AtomicWriteFile() API change and new importsMichael Vogt
2015-10-28Merge branch 'master' into feature/snapfs-mountMichael Vogt
2015-10-27Added an after_success step to travis to publish coverage to coveralls.Leo Arias
2015-10-27Collect the coverage output of all the unit tests.Leo Arias
2015-10-27Merge pull request #9 from elopio/travisGustavo Niemeyer
2015-10-27Merge pull request #8 from chipaca/fix-importsLeo Arias
2015-10-27Added the travis config file.Leo Arias
2015-10-27Changed all references to launchpad.net/snappy to github.com/ubuntu-core/snappyJohn R. Lenton
2015-10-27Initialization common to all the suites done only once by fgimenez approved b...Federico Gimenez
2015-10-26Don't include empty channels in the bulk POST. by chipaca approved by mvo,ser...John R. Lenton
2015-10-26Don't send an empty channel in the update request.John R. Lenton
2015-10-26Initialization common to all the suites done only onceFederico Gimenez
2015-10-26Launchpad automatic translations update.Launchpad Translations on behalf of snappy-dev
2015-10-22Make atomic follow symlinks (so you don't have to write to /etc/writable). by...John R. Lenton
2015-10-22make the follow symlink behaviour depend on a flag. Oh, add a flag.John R. Lenton
2015-10-22make atomicwrite follow symlinksJohn R. Lenton
2015-10-22bzzt! reversed thatJohn R. Lenton
2015-10-22Use /etc/writable from config now that config does AtomicWriteFile. by chipac...John R. Lenton
2015-10-22Use /etc/writable, not /etc directly, to get the atomic write dance.John R. Lenton