~mvo/snapd/+git/snapd-mvo:remodel-v0-with-api

Last commit made on 2019-03-14
Get this branch:
git clone -b remodel-v0-with-api https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
remodel-v0-with-api
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

63582f7... by John Lenton

cmd/snap: improve remodel long help

33a1e28... by John Lenton

cmd/snap, daemon: address review feedback

* split api changes into api_model
* move debug POST get-model to GET model

394f40b... by Michael Vogt

devicestate: check that the device is seeded when doing a Remodel()

d09da87... by Michael Vogt

tests: udpate spread test to use `snap debug model`

68cb5f6... by Michael Vogt

daemon: rename "model" back to "get-model" in debug API

e910222... by Michael Vogt

daemon: make Remodel() change summary different depending on context

When we remodel to the same model but just a different revision
the summary message of the generate change is now different from
the summary of a "full" remodel that changes brand/model.

9abc935... by Michael Vogt

address review feedback from PR#6401

ca48181... by Michael Vogt

daemon: fix merge artifact

0912de5... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into remodel-v0-with-api

8569e1d... by Michael Vogt

Merge pull request #6381 from mvo5/remodel-v0

devicestate: add initial Remodel support