~morphis/snappy-hwe-snaps/+git/wifi-ap:small-improvements

Last commit made on 2016-09-27
Get this branch:
git clone -b small-improvements https://git.launchpad.net/~morphis/snappy-hwe-snaps/+git/wifi-ap
Only Simon Fels can upload to this branch. If you are Simon Fels please log in for upload directions.

Branch merges

Branch information

Name:
small-improvements
Repository:
lp:~morphis/snappy-hwe-snaps/+git/wifi-ap

Recent commits

2028a66... by Simon Fels

Use direct interface mode by default

The virtual mode is not supported by all drivers but the direct
one is which makes it a better default.

1e89ca6... by Simon Fels

Check if network-manager is running before talking to it

4c17db7... by Simon Fels

Access go dependencies via existing debian packages

As our CI is building in an environment where access to external
services like github is not allowed we have to build with what we
get through the Ubuntu package archive. The packages we're using
here are used by the snapd debian package too so we're not basing
off something which isn't maintained.

This change will be also proposed upstream to have this available
as a general feature in snapcraft.

b257c11... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fixes-and-client-ctl

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/wifi-ap/+merge/306189

020ff32... by Simon Fels

Do not export service response struct

35c9905... by Simon Fels

Add unit tests for the client implementation

6111470... by Simon Fels

Restructure client implementation a bit

a7275ee... by Simon Fels

Reorganize Go code into a cmd subdirectory

c556546... by Simon Fels

Fixup service side unit tests

28ee6f2... by Simon Fels

Replacement shell script for configuration with a Go client