- 25 Jul, 2016 4 commits
-
-
Matt Butcher authored
fix(tiller): improve deletion error messages
-
Adam Reese authored
feat(ci): validate license block in source files
-
Adam Reese authored
-
Adam Reese authored
-
- 22 Jul, 2016 3 commits
-
-
Adam Reese authored
feat(ci): run test coverage in parallel
-
Matt Butcher authored
This stops a repeat deletion from sending requests all the way to Kubernetes, and gives a clear error message when a deletion is requested on an already deleted resource. Relates to #972
-
Adam Reese authored
``` ./scripts/coverage.sh 37.25s user 4.15s system 144% cpu 28.615 total ``` ``` ./scripts/coverage.sh 47.96s user 6.77s system 567% cpu 9.647 total ```
-
- 21 Jul, 2016 5 commits
-
-
Matt Butcher authored
fix(tiller): provide filename when YAML is bad
-
Matt Butcher authored
feat(helm): add 'helm inspect'
-
Matt Butcher authored
This makes the template system less tolerant in the name of detecting YAML parse errors before things are sent to Kubernetes. It returns a more detailed error message when a template creates a manifest which is not valid YAML. Closes #957
-
Matt Butcher authored
This basic version of helm inspect displays the Chart.yaml and values.yaml files on STDOUT. Closes #967
-
Matt Butcher authored
docs(README): update README with basic information
-
- 20 Jul, 2016 7 commits
-
-
Matt Butcher authored
The README reflected an earlier stage of project development. This update gives more useful "Why Helm?" documentation at the top, and updates several of the instructions to be more reflective of current status.
-
Matt Butcher authored
docs(charts): explain hook resource lifecycle
-
Adam Reese authored
feat(*): install releases into namespace
-
Matt Butcher authored
docs(logo): add the official helm logo png
-
Matt Butcher authored
-
Adam Reese authored
-
Adam Reese authored
chore(ci): bump go to v1.6.3
-
- 19 Jul, 2016 5 commits
-
-
Matt Butcher authored
This explains how a hook resource is not managed as part of the release lifecycle. Closes #960
-
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 1 commit
-
-
ngtuna authored
-