depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-08
feat release: Add simple release script
Vincent Ambo
3
-1
/
+60
2017-05-08
feat main: Add version command
Vincent Ambo
1
-0
/
+17
2017-05-08
docs: Add note about binary releases to README
Vincent Ambo
1
-1
/
+4
2017-05-08
docs: Add more information to README
Vincent Ambo
1
-5
/
+38
2017-05-08
docs: Add some tips and tricks
Vincent Ambo
1
-0
/
+67
2017-05-08
docs: Document template format
Vincent Ambo
2
-0
/
+91
2017-05-04
docs README: Update usage examples for kingpin CLI
Vincent Ambo
1
-28
/
+28
2017-05-04
refactor main: Move to Kingpin CLI library
Vincent Ambo
1
-152
/
+84
2017-05-04
feat templater: Warn if no valid resource sets are included
Vincent Ambo
1
-0
/
+5
2017-04-04
fix test: Assert variable override order
Vincent Ambo
1
-0
/
+5
2017-04-04
fix templater: Don't try to template default value files
Vincent Ambo
1
-1
/
+5
2017-04-04
feat context: Support resource set default values
Vincent Ambo
4
-3
/
+65
2017-04-04
fix main: Don't panic if file is unspecified
Vincent Ambo
1
-4
/
+14
2017-04-04
feat templater: Fail if values are missing
Vincent Ambo
3
-1
/
+21
2017-02-20
style: Apply go fmt
Vincent Ambo
3
-4
/
+3
2017-02-20
fix pass: Trim leading & trailing whitespace
Vincent Ambo
1
-1
/
+4
2017-02-14
feat ctx: Let sub-resource-sets inherit vars from parent
Vincent Ambo
4
-0
/
+81
2017-02-14
chore templater: Use new util.Merge func
Vincent Ambo
1
-11
/
+2
2017-02-14
feat util: Add silly map-merge function that should be in the stdlib
Vincent Ambo
2
-0
/
+99
2017-02-09
fix main: Add a forgotten error check
Vincent Ambo
1
-1
/
+5
2017-02-09
feat templater: Add 'pass' lookup function
Vincent Ambo
3
-0
/
+40
2017-02-09
fix templater: Don't fail with two identical stack traces
Vincent Ambo
1
-1
/
+2
2017-02-09
feat main: Version bump to v1.0.0-beta1
Vincent Ambo
1
-1
/
+1
2017-02-08
feat templater: Add applyLimits tests
Vincent Ambo
1
-0
/
+138
2017-02-08
feat context: Add deserialisation tests
Vincent Ambo
3
-0
/
+108
2017-02-08
docs: Update README with 'delete' command
Vincent Ambo
1
-0
/
+1
2017-02-08
feat main: Add 'delete' command
Vincent Ambo
1
-0
/
+22
2017-02-08
fix templater & ctx: Correctly check resource set parent
Vincent Ambo
2
-3
/
+4
2017-02-08
fix templater: Guard against empty parent reference
Vincent Ambo
1
-1
/
+1
2017-02-08
fix context: Set sub resource names correctly
Vincent Ambo
1
-0
/
+1
2017-02-08
feat context: Add support for resource set collections
Vincent Ambo
2
-5
/
+29
2017-02-08
docs: Update README with new options
Vincent Ambo
1
-1
/
+11
2017-02-08
feat templater: Add ability to exclude resource sets
Vincent Ambo
2
-29
/
+62
2017-02-08
feat main: Add replace support & respect context setting
Vincent Ambo
1
-22
/
+53
2017-02-08
docs: Update README for 'apply' command
Vincent Ambo
1
-12
/
+20
2017-02-08
feat main: Add apply command
Vincent Ambo
1
-27
/
+91
2017-02-08
feat template: Add additional template functions
Vincent Ambo
1
-1
/
+13
2017-02-08
docs: Add generated 'kontemplate run' help
Vincent Ambo
1
-0
/
+12
2017-02-08
docs: Add usage & installation sections
Vincent Ambo
1
-1
/
+18
2017-02-08
fix templater: Guard against empty values map
Vincent Ambo
1
-0
/
+5
2017-02-08
docs: Add YAML to docs
Vincent Ambo
2
-17
/
+24
2017-02-08
feat context: Add YAML loading support
Vincent Ambo
1
-1
/
+14
2017-02-08
Merge pull request #7 from tazjin/feat/travis
Vincent Ambo
5
-40
/
+108
2017-02-08
docs: Add build status
Vincent Ambo
1
-0
/
+2
2017-02-08
feat build: Add Travis.CI support
Vincent Ambo
1
-0
/
+1
2017-02-08
feat main: Add proper CLI support
Vincent Ambo
3
-40
/
+105
2017-02-08
chore: Add LICENSE
Vincent Ambo
1
-0
/
+21
2017-02-08
chore: Better example & gofmt
Vincent Ambo
6
-14
/
+42
2017-02-08
feat main: Initial program implementation & example
Vincent Ambo
4
-0
/
+60
2017-02-08
feat templater: Add initial templating support
Vincent Ambo
1
-0
/
+97
[next]