~snappy-dev/snapd/+git/snapd-pawel:store-details-latest-is-track-and-risk

Last commit made on 2019-08-14
Get this branch:
git clone -b store-details-latest-is-track-and-risk https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
store-details-latest-is-track-and-risk
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

52277af... by Paweł Stołowski

Use track/risk for "channel" name when parsing store details as store doesn't return "latest/" for channel names.
With this change the output of v2/find call to snapd API returns channel chunk as follows:

"latest/stable" : {
  "channel" : "latest/stable",
  "version" : "3.16",
  ...
}

instead of:

"latest/stable" : {
  "channel" : "stable",
  "version" : "3.16",
 ...
}

This change is not reflected in the snap info output (yet).

928130a... by Samuele Pedroni

overlord/devicestate: support seeding a classic system with the snapd snap and no core

This cleans up and tests a bit more in the first boot tests in general as well.

d20a83a... by Michael Vogt

Merge pull request #7250 from mvo5/unbreak-master2

interfaces: fix test failure in gpio_control_test

679304e... by Michael Vogt

interfaces: fix test failure in gpio_control_test

After merging PR#6950 master failed because it got a new
gpio-control interface which uses the old style of testing
for os-slots. This is no longer used, see:
https://github.com/snapcore/snapd/pull/6950/files

This will unbreak the current unit test failures in master.

aebfc2b... by Michael Vogt

Merge pull request #6950 from stolowski/remove-sanitize-helpers

interfaces, policy: remove sanitize helpers and use minimal policy check

5eff797... by Zygmunt Krynicki

Merge pull request #7194 from jhenstridge/session-agent-use-preset-for-rpms

packaging: use %systemd_user_* macros to enable session agent socket according to presets

1307055... by Michael Vogt

Merge pull request #7240 from chipaca/enhance-your-calm

snapstate, store: handle 429s on catalog refresh a little bit better

a632bc1... by Michael Vogt

Merge pull request #7136 from sergiocazzolato/tests-extend-to-core-18-part4

tests: part4 making tests work on ubuntu-core-18

e5e45a9... by Michael Vogt

Merge pull request #7183 from bboozzoo/bboozzoo/gadget-update-drop-snap-wrapper

many: drop snap.ReadGadgetInfo wrapper

207e569... by Michael Vogt

Merge pull request #7224 from zyga/fix/lp-1839498

xdgopenproxy: update test API to match upstream