~mvo/snapd/+git/snapd-mvo:daemon-unexport-file-stuff

Last commit made on 2019-06-11
Get this branch:
git clone -b daemon-unexport-file-stuff https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
daemon-unexport-file-stuff
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

d0fd60a... by Michael Vogt

daemon: unexport file{Response,Stream}

While reviewing some other code I noticed that we have the exported
File{Resonse,Stream} types in the daemon. It seems like we don't
really need this to be exported so this PR just unexports them.

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