summaryrefslogtreecommitdiff
path: root/config/reader.go
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use JSON as canonical config formatTyler Cipriani1-17/+32
2018-04-05Introduce strict/versioned config parsingDan Duvall1-2/+18
2018-03-05Fix application files/runtime permissions schemeDan Duvall1-1/+17
2018-02-07Resolve variant includes with the correct orderingDan Duvall1-17/+37
2017-11-07Validate configuration after unmarshallingDan Duvall1-0/+6
2017-11-06Conform to all linter warnings/adviceDan Duvall1-2/+2
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-0/+6
2017-09-11Recursive variant expansionTyler Cipriani1-7/+33
2017-06-29Run go fmtTyler Cipriani1-0/+1
2017-04-25Use a YAML config format instead of JSONDan Duvall1-2/+2
2017-04-18Implemented expansion/inclusion of variantsDan Duvall1-6/+20
2017-04-18Refactored config structure to use map for variantsDan Duvall1-0/+7
2017-04-18Refactored config structureDan Duvall1-3/+3
2017-04-18Initial commitDan Duvall1-0/+24