about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-06-11 chore: Update Brew formula & Dockerfile to 1.1.0Vincent Ambo3-5/+5
2017-06-11 chore: Release version 1.1.0Vincent Ambo3-3/+3
2017-06-11 chore: Update dependenciesVincent Ambo1-3/+3
2017-06-11 feat: Add shell script to check if dependencies are up-to-dateVincent Ambo1-0/+29
2017-06-11 fix templater: Ignore slash-suffixes on includes/excludesVincent Ambo1-0/+1
2017-06-11 fix main: Fix 'kontemplate template' outputVincent Ambo2-6/+9
2017-06-11 refactor main: Call kubectl individually per resource setVincent Ambo1-17/+24
2017-06-11 refactor templater: Add intermediate type to represent rendered RSesVincent Ambo1-14/+35
2017-06-07 feat image: Add Dockerfile for CI pipeline imageVincent Ambo3-0/+28
2017-05-18 docs README: Update installation instructionsVincent Ambo1-3/+24
2017-05-18 feat build: Add Homebrew binary formulaVincent Ambo1-0/+13
2017-05-18 chore: Version bump to 1.0.2Vincent Ambo3-5/+3
2017-05-18 feat build: Add Repeatr formula for repeatable buildsVincent Ambo1-0/+83
2017-05-08 fix main: Print information about kubectl errorsVincent Ambo1-4/+20
2017-05-08 fix main: Exit with kubectl status codeVincent Ambo2-5/+3
2017-05-08 docs: Mention AUR package in READMEVincent Ambo1-0/+3
2017-05-08 feat build: Add ArchLinux PKGBUILDVincent Ambo2-0/+39
2017-05-08 feat release: Add simple release scriptVincent Ambo3-1/+60
2017-05-08 feat main: Add version commandVincent Ambo1-0/+17
2017-05-08 docs: Add note about binary releases to READMEVincent Ambo1-1/+4
2017-05-08 docs: Add more information to READMEVincent Ambo1-5/+38
2017-05-08 docs: Add some tips and tricksVincent Ambo1-0/+67
2017-05-08 docs: Document template formatVincent Ambo2-0/+91
2017-05-04 docs README: Update usage examples for kingpin CLIVincent Ambo1-28/+28
2017-05-04 refactor main: Move to Kingpin CLI libraryVincent Ambo1-152/+84
2017-05-04 feat templater: Warn if no valid resource sets are includedVincent Ambo1-0/+5
2017-04-04 fix test: Assert variable override orderVincent Ambo1-0/+5
2017-04-04 fix templater: Don't try to template default value filesVincent Ambo1-1/+5
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