about summary refs log tree commit diff
path: root/context (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-04 docs context: Document ResourceSet & Context struct fieldsVincent Ambo1-2/+19
2017-07-13 feat context: Allow overriding resource set pathsVincent Ambo4-5/+105
2017-07-03 feat context: Add ability to import extra variables from filesVincent Ambo6-4/+96
2017-07-03 refactor context: Extract loadJsonOrYaml to util packageVincent Ambo1-29/+3
2017-04-04 fix test: Assert variable override orderVincent Ambo1-0/+5
2017-04-04 feat context: Support resource set default valuesVincent Ambo4-3/+65
2017-02-20 style: Apply go fmtVincent Ambo1-2/+2
2017-02-14 feat ctx: Let sub-resource-sets inherit vars from parentVincent Ambo4-0/+81
2017-02-08 feat context: Add deserialisation testsVincent Ambo3-0/+108
2017-02-08 fix templater & ctx: Correctly check resource set parentVincent Ambo1-2/+3
2017-02-08 fix context: Set sub resource names correctlyVincent Ambo1-0/+1
2017-02-08 feat context: Add support for resource set collectionsVincent Ambo1-0/+24
2017-02-08 feat context: Add YAML loading supportVincent Ambo1-1/+14
2017-02-08 feat main: Add proper CLI supportVincent Ambo1-1/+2
2017-02-08 feat context: Add types and loading functionsVincent Ambo1-0/+51