about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-04-04 feat context: Support resource set default valuesVincent Ambo4-3/+65
2017-04-04 fix main: Don't panic if file is unspecifiedVincent Ambo1-4/+14
2017-04-04 feat templater: Fail if values are missingVincent Ambo3-1/+21
2017-02-20 style: Apply go fmtVincent Ambo3-4/+3
2017-02-20 fix pass: Trim leading & trailing whitespaceVincent Ambo1-1/+4
2017-02-14 feat ctx: Let sub-resource-sets inherit vars from parentVincent Ambo4-0/+81
2017-02-14 chore templater: Use new util.Merge funcVincent Ambo1-11/+2
2017-02-14 feat util: Add silly map-merge function that should be in the stdlibVincent Ambo2-0/+99
2017-02-09 fix main: Add a forgotten error checkVincent Ambo1-1/+5
2017-02-09 feat templater: Add 'pass' lookup functionVincent Ambo3-0/+40
2017-02-09 fix templater: Don't fail with two identical stack tracesVincent Ambo1-1/+2
2017-02-09 feat main: Version bump to v1.0.0-beta1Vincent Ambo1-1/+1
2017-02-08 feat templater: Add applyLimits testsVincent Ambo1-0/+138
2017-02-08 feat context: Add deserialisation testsVincent Ambo3-0/+108
2017-02-08 docs: Update README with 'delete' commandVincent Ambo1-0/+1
2017-02-08 feat main: Add 'delete' commandVincent Ambo1-0/+22
2017-02-08 fix templater & ctx: Correctly check resource set parentVincent Ambo2-3/+4
2017-02-08 fix templater: Guard against empty parent referenceVincent Ambo1-1/+1
2017-02-08 fix context: Set sub resource names correctlyVincent Ambo1-0/+1
2017-02-08 feat context: Add support for resource set collectionsVincent Ambo2-5/+29
2017-02-08 docs: Update README with new optionsVincent Ambo1-1/+11
2017-02-08 feat templater: Add ability to exclude resource setsVincent Ambo2-29/+62
2017-02-08 feat main: Add replace support & respect context settingVincent Ambo1-22/+53
2017-02-08 docs: Update README for 'apply' commandVincent Ambo1-12/+20
2017-02-08 feat main: Add apply commandVincent Ambo1-27/+91
2017-02-08 feat template: Add additional template functionsVincent Ambo1-1/+13
2017-02-08 docs: Add generated 'kontemplate run' helpVincent Ambo1-0/+12
2017-02-08 docs: Add usage & installation sectionsVincent Ambo1-1/+18
2017-02-08 fix templater: Guard against empty values mapVincent Ambo1-0/+5
2017-02-08 docs: Add YAML to docsVincent Ambo2-17/+24
2017-02-08 feat context: Add YAML loading supportVincent Ambo1-1/+14
2017-02-08 Merge pull request #7 from tazjin/feat/travisVincent Ambo5-40/+108
2017-02-08 docs: Add build statusVincent Ambo1-0/+2
2017-02-08 feat build: Add Travis.CI supportVincent Ambo1-0/+1
2017-02-08 feat main: Add proper CLI supportVincent Ambo3-40/+105
2017-02-08 chore: Add LICENSEVincent Ambo1-0/+21
2017-02-08 chore: Better example & gofmtVincent Ambo6-14/+42
2017-02-08 feat main: Initial program implementation & exampleVincent Ambo4-0/+60
2017-02-08 feat templater: Add initial templating supportVincent Ambo1-0/+97
2017-02-08 feat context: Add types and loading functionsVincent Ambo1-0/+51
2017-02-08 docs: Add initial WIP READMEVincent Ambo1-0/+45
2017-02-08 chore: Add .gitignoreVincent Ambo1-0/+1
2017-02-08 Initial commitVincent Ambo0-0/+0