~mvo/snapd/+git/snapd-mvo:locking-2

Last commit made on 2019-01-31
Get this branch:
git clone -b locking-2 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
locking-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

ec81695... by Michael Vogt

snap-confine: fix incorrect "sanity timeout 3s" message

The code has a log message that says that the timeout is
initialized to 3 seconds. However the code actually uses
6 seconds. This "refactors" things so that timeout and
message stay in sync.

2ada43e... by Maciej Borzecki

Merge pull request #6394 from sergiocazzolato/tests-fix-logs-daemon-notify

tests: iterate getting journal logs to support delay on boards on daemon-notify test

9fb9a17... by Paweł Stołowski

Merge pull request #6440 from sparkiegeek/patch-1

cmd/snap: fix typo in cmd_wait.go

5027f64... by Maciej Borzecki

Merge pull request #6437 from bboozzoo/bboozzoo/improve-channel-parsing

snap/channel: improve channel parsing

cecb02a... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into pull/6440

6a05658... by "John R. Lenton" <email address hidden>

Merge pull request #6443 from chipaca/pids-are-signed

daemon, polkit: pid_t is signed

e9e9c05... by Maciej Borzecki

Merge pull request #6333 from bboozzoo/bboozzoo/snap-connections-api-endpoint

daemon: introduce /v2/connections snapd API endpoint

a819ae7... by John Lenton

daemon, polkit: pid_t is signed

We were using uint32 for pids in daemon and polkit, when they're
actually signed. This would be mostly transparent to snapd, but could
lead to spurious denials from polkit in some situations.

740eec8... by Michael Vogt

Merge pull request #6389 from chipaca/snap-info-refactor-1

cmd/snap: small refactor of cmd_info's channel handling

f5fa0ca... by Michael Vogt

Merge pull request #6400 from chipaca/store-unresponsive

overlord/snapstate: use an ad-hoc error when no results