about summary refs log tree commit diff
path: root/context (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04 chore: Update copyright headers to 2019Vincent Ambo2-2/+2
2019-09-04 fix(context): Ensure resource set paths are made absoluteVincent Ambo2-12/+18
2018-12-11 feat(main): Support specifying kubectl args in ResourceSetsMartin Lehmann3-0/+48
2018-06-26 test(context): Introduce an explicit value merging testVincent Ambo5-0/+51
2018-06-26 chore(context): Remove previous value override testVincent Ambo2-33/+0
2018-06-26 refactor(context): Rewrite and explain value merging logicVincent Ambo1-11/+52
2018-06-21 fix(context): Use SplitN to split CLI variable specificationsVincent Ambo1-1/+1
2018-06-09 fix(context): Global values have precedence over defaultsVincent Ambo1-2/+2
2018-06-09 feat(context): Support loading import variables from absolute pathsVincent Ambo2-11/+20
2018-06-09 refactor(context): Implement more explicit merging of variablesVincent Ambo3-54/+95
2018-06-09 feat(context): allow explicit variables to be defined as argumentPhillip Johnsen2-0/+43
2018-03-09 refactor: Remove old error handling libraryVincent Ambo1-12/+5
2017-11-21 feat(license): Relicense under GPLv3Vincent Ambo2-0/+18
2017-08-31 fix templater: Don't template default.yml filesVincent Ambo1-3/+1
2017-08-25 fix context: Support ".yml" extension on default filesVincent Ambo1-9/+6
2017-08-04 style: Apply go fmtVincent Ambo1-8/+8
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