Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

config: add tests for a couple documented configs #3931

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    7f80feb View commit details
    Browse the repository at this point in the history
  2. config: add tests for documented configs

    This tests that a small number of the documented configurations
    suggested can in fact unmarshal without error.
    euank committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f964ef4 View commit details
    Browse the repository at this point in the history
  3. config: minor cleanup

    euank committed May 25, 2018
    Configuration menu
    Copy the full SHA
    1067863 View commit details
    Browse the repository at this point in the history
  4. travis: update go versions

    The Golang team only officially supports the two most recent major
    versions.
    At the very least, we can safely drop 1.6.x and add 1.10.x
    euank committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f359daa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. *: use keyed fields for overlay.MountCfg

    In go 1.10, 'go vet' complains about unkeyed fields. This makes go vet
    happy.
    euank committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    3791120 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. tests: fix some format strings

    euank committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    d3cd838 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. tests: return more information in 'expectCommon'

    Before, the contents of the error were lost in that path.
    euank committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    254b9dc View commit details
    Browse the repository at this point in the history