~snappy-dev/snapd/+git/snapd-pawel:enable-opensuse-back

Last commit made on 2019-03-13
Get this branch:
git clone -b enable-opensuse-back https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
enable-opensuse-back
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

eea3952... by Paweł Stołowski

Merge branch 'master' into enable-opensuse-back

ddfb925... by Paweł Stołowski

Merge pull request #6590 from stolowski/connections-hotplug-gone

daemon/api: filter connections with hotplug-gone=true

87a6d25... by Paweł Stołowski

Review feedback - adjust conditional around HotplugGone flag.

c5fcadd... by Samuele Pedroni

daemon: support returning assertion information as JSON with the "json" query parameter

"json" can be on set to:

* "true": return both headers and body (but not the signature, it couldn't be easily checked anyway)
* "headers": return just headers
* "false"/absent use assertion format

Why don't use "Accept":

* nothing uses it in v2 so far, this endpoint has so far ignored it so it would be a risky change. something to consider for v3
* it's really returning just a subset of the assertion(s) in "json" mode
* also it uses our normal result format so it wouldn't match anyway what the store does when asked for json with Accept for an assertion

Mixing "json" with the other query param is slightly unfortunate OTOH we should have't an assertion header just called "json", that's bad form too.

dd40909... by Samuele Pedroni

review feedback

386051f... by Paweł Stołowski

Fix formatting.

aba74eb... by Paweł Stołowski

Unit test.

dada83e... by Maciej Borzecki

Merge pull request #6556 from bboozzoo/bboozzoo/deprecate-snap-interfaces

cmd/snap: hide 'interfaces' command, show deprecation notice

1201303... by Paweł Stołowski

Filter out connections with hotplug-gone flag.

f398189... by John Lenton

cmd/snap: make xgettext-go happy again

*grumbles*