- 20 Jul, 2016 2 commits
-
-
Matt Butcher authored
-
Adam Reese authored
chore(ci): bump go to v1.6.3
-
- 19 Jul, 2016 4 commits
-
-
Adam Reese authored
-
Matt Butcher authored
feat(helm): add --no-hook to helm install and delete
-
Matt Butcher authored
This also adds several tests, cleanups to the API, and removal of dead code. Relates to #932
-
Matt Butcher authored
docs(charts): add documentation for hooks.
-
- 18 Jul, 2016 2 commits
-
-
Michelle Noorali authored
Fix #872: index function should handle deleted charts correctly
-
Adam Reese authored
feat(build): add make target for cross builds
-
- 16 Jul, 2016 2 commits
-
-
ngtuna authored
-
Adam Reese authored
-
- 15 Jul, 2016 4 commits
-
-
Matt Butcher authored
This includes a substantial bit of unit test improvements. Also, in order to allow us to tests command line args (which translate to helm.Option objects), I had to add a new interface to pkg/helm.
-
Adam Reese authored
ref(cmd): refactor status cmd
-
Matt Butcher authored
Add reference to text/template Go package doc
-
Matt Butcher authored
Closes #938
-
- 14 Jul, 2016 5 commits
-
-
Adam Reese authored
-
Adam Reese authored
ref(cmd): refactor create cmd
-
Adam Reese authored
ref(helm): fix naming issues from golint
-
Adam Reese authored
-
Adam Reese authored
-
- 13 Jul, 2016 2 commits
-
-
Adam Reese authored
ref(cmd): remove duplicate test cases
-
Adam Reese authored
chore(*): add canonical import path annotation
-
- 12 Jul, 2016 4 commits
- 11 Jul, 2016 1 commit
-
-
Michael Stapelberg authored
…since people might not be familiar with Go templates.
-
- 10 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 07 Jul, 2016 8 commits
-
-
Matt Butcher authored
feat(helm): add 'helm get hooks'.
-
Matt Butcher authored
This adds 'helm get hooks' and updates 'helm get' to return hook information.
-
Matt Butcher authored
fix(engine): change template naming
-
Matt Butcher authored
Template paths were relative to the chart that contained them, which meant that all templates were named 'template/SOMETHING'. This made it trivially easy to hit namespace collisions as in #933. Template path names are essentially opaque strings so this patch simply changes them to be qualified by parent chart.
-
Adam Reese authored
fix(ci): ensure godir is installed for coverage
-
Adam Reese authored
-
Adam Reese authored
feat(ci): setup test coverage reports with coveralls.io
-
Adam Reese authored
-
- 06 Jul, 2016 5 commits
-
-
Michelle Noorali authored
feat(*): add version to release
-
Michelle Noorali authored
laying ground work for #690
-
Matt Butcher authored
feat(tiller): support hooks for install
-
Matt Butcher authored
-
Adam Reese authored
fix(ci): move docker-build out of parallel step
-