~snappy-dev/snapd/+git/snapd-pawel:fix-undo-on-firstboot-seeding

Last commit made on 2019-09-27
Get this branch:
git clone -b fix-undo-on-firstboot-seeding https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
fix-undo-on-firstboot-seeding
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

f7426b7... by Paweł Stołowski

Merge branch 'fix-undo-on-firstboot-seeding' of github.com:stolowski/snapd into fix-undo-on-firstboot-seeding

a23b3b5... by Paweł Stołowski

Merge branch 'master' into fix-undo-on-firstboot-seeding

b464d2f... by "John R. Lenton" <email address hidden>

Merge pull request #7522 from chipaca/proxy-user-agent

httputil: set user agent for CONNECT

ff7f80a... by John Lenton

httputil: set user agent for CONNECT

Without this change, https proxies would get a generic
`Go-http-client/1.1` user agent from snapd, making filtering by user
agent in the proxy harder than it needs to be.

From Go 1.8 we can ask go's http client to set that header, so this
change does that.

Fixes: lp:1779190

f04e8b2... by Samuele Pedroni

seed/seedwriter: resolve channels using channel.Resolve* for snaps

525d2cc... by Michael Vogt

Merge pull request #7517 from bboozzoo/bboozzoo/gofmt-show-diff

run-checks: allow overriding gofmt binary, show gofmt diff

ff2b0ee... by Samuele Pedroni

asserts,seed/seedwriter: follow snap type sorting in the model assertion snap listings

Mostly for consistency with first boot and it should avoid a little bit of churn down the line in image tests, once it switches to seedwriter.

ae57120... by Michael Vogt

Merge pull request #7515 from mvo5/improve-suggested-filename

daemon: return "snapname_rev.snap" style when using /v2/download

b198d76... by Maciej Borzecki

Merge pull request #7511 from sergiocazzolato/tests-improve-prepare-for-external

tests: when the backend is external skip the loop waiting for snap version

0ebcc4a... by Maciej Borzecki

Merge pull request #7499 from bboozzoo/bboozzoo/apparmor-sandbox-package

many: move AppArmor probing code under sandbox/apparmor