~mvo/snapd/+git/snapd-mvo:bootloader-test-cleanup

Last commit made on 2019-06-12
Get this branch:
git clone -b bootloader-test-cleanup https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
bootloader-test-cleanup
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

1ffcf1b... by Michael Vogt

bootloader: remove extra mock bootloader implementation

For historic (and organic) reasons the bootloader/bootloader_test.go
code contains an implementation of a mock bootloader. However this
is redundant now that we have boot/boottest/mockbootloader.go
that implements the same. So this PR updates the bootloader_test
code to use the common mock loader.

cd98420... by Michael Vogt

Merge pull request #6958 from glower/snap-download-refactoring

Added api endpoint for downloading snaps

bb350e0... by Igor Komlew

Fixed Content-Disposition header in the response

8c56c1b... by Michael Vogt

Merge pull request #6966 from zyga/tweak/saner-names

tests: use more readable test directory names

c0ef0af... by Maciej Borzecki

Merge pull request #6983 from bboozzoo/bboozzoo/tweak-lp-1805485-description

tests/regression/lp-1805485: update test description

724ac62... by Samuele Pedroni

overlord: make changes conflict with remodel

This makes starting snap operations behave similarly to before seeding is done when a remodeling is in progress. It also makes any new change conflict with a remodel change.

It introduces devicestate.Remodeling.

Also adds a TODO about whether remodelings/complex remodelings should wait for other changes to be done before proceeding?

511fa39... by Paweł Stołowski

Merge pull request #6982 from stolowski/fix-snapshot-test

tests: make sure the snapshot unit test uses a snapshot time relative to Now()

22da266... by Maciej Borzecki

tests/regression/lp-1805485: update test description

Signed-off-by: Maciej Borzecki <email address hidden>

94ea34f... by Igor Komlew

fixed typo

87f1933... by Paweł Stołowski

Make sure the snapshot unit test uses a snapshot time relative to time.Now(), otherwise snapshot age changes over time and eventually affects width of the "Set Snap Age Version Rev Size Notes..." header, making the test fail.
Fixes LP:1832161