~morphis/snappy-hwe-snaps/+git/wifi-ap:no-external-go-deps

Last commit made on 2016-09-27
Get this branch:
git clone -b no-external-go-deps 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:
no-external-go-deps
Repository:
lp:~morphis/snappy-hwe-snaps/+git/wifi-ap

Recent commits

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

3564c87... by Simon Fels

Fix several small things

* Always provide a value for Response.Result to make sure we don't
  get a null value on the client side
* Respect Go language naming rules of things
* Don't export Response struct by renaming it to serviceResponse

af410ec... by Simon Fels

Parse default configuration on the right path