about summary refs log tree commit diff
path: root/templater (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04 chore: Update copyright headers to 2019Vincent Ambo4-4/+4
2019-09-04 fix(context): Ensure resource set paths are made absoluteVincent Ambo1-5/+4
2019-05-01 test(templater): Add a test for the `insertTemplate` functionJude Venn2-0/+25
2019-05-01 feat(templater): Add insertTemplate functionJude Venn1-0/+8
2018-12-11 feat(main): Support specifying kubectl args in ResourceSetsMartin Lehmann1-0/+2
2018-07-14 test(templater): Add a test for the `default` template functionVincent Ambo2-0/+18
2018-07-14 feat(templater): override sprig default function with guarded alternativePhillip Johnsen1-0/+6
2018-06-09 feat(templater): Support single-template resource setsVincent Ambo1-23/+41
2018-06-09 refactor(context): Implement more explicit merging of variablesVincent Ambo1-2/+0
2018-05-05 fix(templater): add baseDir to gitHead cmd so that directory is overwrittennoqcks1-8/+8
2018-03-29 refactor(templater) Refactor templator to use exec.Command directly instead o...noqcks1-1/+1
2018-03-29 feat(templater) Add a template function to insert surrounding repo's Git hashnoqcks1-0/+9
2018-03-09 refactor: Remove old error handling libraryVincent Ambo3-49/+5
2018-03-09 refactor(templater): Pass resource set path to insertFile functionVincent Ambo2-27/+10
2018-03-09 feat(templater): Added support for file includeNiklas Wik2-0/+25
2017-11-21 feat(license): Relicense under GPLv3Vincent Ambo4-3/+42
2017-10-27 refactor templater: Add explicit note about empty-rs warningsVincent Ambo1-1/+4
2017-10-20 feat templater: Add IP lookup functionStefan Magnus Landrø2-0/+35
2017-08-31 fix templater: Don't template default.yml filesVincent Ambo1-2/+4
2017-07-13 refactor templater: Use resource set 'path' field when loading filesVincent Ambo1-2/+3
2017-06-11 fix templater: Ignore slash-suffixes on includes/excludesVincent Ambo1-0/+1
2017-06-11 fix main: Fix 'kontemplate template' outputVincent Ambo1-2/+2
2017-06-11 refactor templater: Add intermediate type to represent rendered RSesVincent Ambo1-14/+35
2017-05-04 feat templater: Warn if no valid resource sets are includedVincent Ambo1-0/+5
2017-04-04 fix templater: Don't try to template default value filesVincent Ambo1-1/+5
2017-04-04 feat templater: Fail if values are missingVincent Ambo3-1/+21
2017-02-20 fix pass: Trim leading & trailing whitespaceVincent Ambo1-1/+4
2017-02-14 chore templater: Use new util.Merge funcVincent Ambo1-11/+2
2017-02-09 feat templater: Add 'pass' lookup functionVincent Ambo2-0/+33
2017-02-09 fix templater: Don't fail with two identical stack tracesVincent Ambo1-1/+2
2017-02-08 feat templater: Add applyLimits testsVincent Ambo1-0/+138
2017-02-08 fix templater & ctx: Correctly check resource set parentVincent Ambo1-1/+1
2017-02-08 fix templater: Guard against empty parent referenceVincent Ambo1-1/+1
2017-02-08 feat context: Add support for resource set collectionsVincent Ambo1-5/+5
2017-02-08 feat templater: Add ability to exclude resource setsVincent Ambo1-21/+47
2017-02-08 feat template: Add additional template functionsVincent Ambo1-1/+13
2017-02-08 fix templater: Guard against empty values mapVincent Ambo1-0/+5
2017-02-08 feat main: Add proper CLI supportVincent Ambo1-20/+50
2017-02-08 chore: Better example & gofmtVincent Ambo1-5/+4
2017-02-08 feat templater: Add initial templating supportVincent Ambo1-0/+97