~codersquid/snappy-hwe-snaps/+git/wifi-connect:ignore-more-stuff

Last commit made on 2017-07-07
Get this branch:
git clone -b ignore-more-stuff https://git.launchpad.net/~codersquid/snappy-hwe-snaps/+git/wifi-connect
Only Sheila Miguez can upload to this branch. If you are Sheila Miguez please log in for upload directions.

Branch merges

Branch information

Name:
ignore-more-stuff
Repository:
lp:~codersquid/snappy-hwe-snaps/+git/wifi-connect

Recent commits

6a612cb... by Sheila Miguez

ignore editor, test, and snapcraft files

9e35a3d... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-scriptlet-to-include-hook-always

Merge-Proposal: https://code.launchpad.net/~rmescandon/snappy-hwe-snaps/+git/wifi-connect/+merge/326532

Author: Roberto Mier Escandón  <email address hidden>

Include hook in snap regardless of SKIP_TESTS environment var

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

Merge remote tracking branch log-settings

Merge-Proposal: https://code.launchpad.net/~codersquid/snappy-hwe-snaps/+git/wifi-connect/+merge/325739

Author: Sheila Miguez <email address hidden>

This change configures logging with a prefix and with some helpful information.

The prefix string "== wifi-connect" will not need to be added by hand to calls to the logger anymore.

The log lines will also have helpful information, <prefix> YYYY/MM/DD HH:TT:SS <filename>:<linenumber>

406b82e... by Sheila Miguez

revert number of max iterations in spread test back to 20

accidentially checked in a local change

2f90162... by Sheila Miguez

fix typo in log settings

485ff5a... by Sheila Miguez

merge most recent master, change log settings

* merged master and updated the logging for the next contents
* found that the long file flag option for logging is obnoxious and switched back to short
* the spread test that grepped for '== wifi-connect: <msg>' didn't account for filename. I changed it to only check for msg.

8be6f17... by Roberto Mier Escandon

remove not needed snapcraft state

6642d7a... by Roberto Mier Escandon

include hook regardless of skipping tests or not

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

Merge remote tracking branch defaults

Merge-Proposal: https://code.launchpad.net/~knitzsche/snappy-hwe-snaps/+git/wifi-connect/+merge/326172

Author: Kyle Nitzsche <email address hidden>

Add configure hook to port certain snap wifi-connect keys into SNAP_COMMON/pre-config.json.

Deamon (service/service.go and daemon pkg) uses SetDefaults() to use the json to take the appropriate actions. [1]

docs/ added this, including integrate.md to doc the exactl preconfiguration stuff for system intergrators.

wifiap/wifiap.go: added Wifiaper interface to make wifiap unit-testable in SetDefaults()

Enhanced daemon_test.go TestSetDefaults to handle various preconfigs via static/tests/pre-config*.json

[1] https://docs.google.com/document/d/1QaKcHikGi6ttuKLgT2Id42-hQXRng1B68ucxEK-2zws/edit#heading=h.ikzb28sk2cu3

174a30c... by Kyle Nitzsche

SetDefaults now ialso takes a Preconfig - easier testing