about summary refs log tree commit diff
path: root/context/context.go
AgeCommit message (Expand)AuthorFilesLines
2019-09-04 chore: Update copyright headers to 2019Vincent Ambo1-1/+1
2019-09-04 fix(context): Ensure resource set paths are made absoluteVincent Ambo1-3/+9
2018-12-11 feat(main): Support specifying kubectl args in ResourceSetsMartin Lehmann1-0/+3
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 Ambo1-3/+12
2018-06-09 refactor(context): Implement more explicit merging of variablesVincent Ambo1-30/+56
2018-06-09 feat(context): allow explicit variables to be defined as argumentPhillip Johnsen1-0/+21
2018-03-09 refactor: Remove old error handling libraryVincent Ambo1-12/+5
2017-11-21 feat(license): Relicense under GPLv3Vincent Ambo1-0/+9
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 Ambo1-5/+18
2017-07-03 feat context: Add ability to import extra variables from filesVincent Ambo1-4/+30
2017-07-03 refactor context: Extract loadJsonOrYaml to util packageVincent Ambo1-29/+3
2017-04-04 feat context: Support resource set default valuesVincent Ambo1-3/+43
2017-02-14 feat ctx: Let sub-resource-sets inherit vars from parentVincent Ambo1-0/+2
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