about summary refs log tree commit diff
path: root/util (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21 feat(license): Relicense under GPLv3Vincent Ambo2-0/+18
All further kontemplate source code changes and releases will happen under the GPLv3. Previous releases are still available under the MIT license.
2017-08-31 fix templater: Don't template default.yml filesVincent Ambo1-0/+3
After the change from #84 default variable files with the '.yml' extension got templated as resource set templates accidentally. This resolves the issue by moving the list reserved default file names to a common place and reusing it in both the templater and context pkg. This fixes #85
2017-07-03 refactor context: Extract loadJsonOrYaml to util packageVincent Ambo1-0/+27
The logic to deserialise a structure from *either* JSON or YAML is reused several times and can be easily extracted, which this commit does.
2017-02-20 style: Apply go fmtVincent Ambo2-2/+1
2017-02-14 feat util: Add silly map-merge function that should be in the stdlibVincent Ambo2-0/+99