Matt Butcher
d3e4e9f4b1
docs(README): update README with basic information
...
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.
10 years ago
Adam Reese
0e2f0c65cc
Merge pull request #961 from adamreese/chore/go-1.6.3
...
chore(ci): bump go to v1.6.3
10 years ago
Adam Reese
8932ab1161
chore(ci): bump go to 1.6.3
10 years ago
Matt Butcher
a0bc510662
Merge pull request #955 from technosophos/feat/932-disable-hooks
...
feat(helm): add --no-hook to helm install and delete
10 years ago
Matt Butcher
1ff5499be7
feat(helm): add --no-hooks to 'helm delete'
...
This also adds several tests, cleanups to the API, and removal of dead
code.
Relates to #932
10 years ago
Matt Butcher
f171d30379
Merge pull request #942 from technosophos/docs/938-hooks
...
docs(charts): add documentation for hooks.
10 years ago
Michelle Noorali
80a7339e2f
Merge pull request #947 from ngtuna/master
...
Fix #872 : index function should handle deleted charts correctly
10 years ago
Adam Reese
efffb0f692
Merge pull request #956 from adamreese/feat/build-cross
...
feat(build): add make target for cross builds
10 years ago
ngtuna
a2d6817b9b
go idiom typo
10 years ago
Adam Reese
8429242084
feat(build): add make target for cross builds
10 years ago
Matt Butcher
a42b43a9fa
feat(helm): add --no-hook to helm install
...
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.
10 years ago
Adam Reese
ed5be30acc
Merge pull request #951 from adamreese/ref/command-tests
...
ref(cmd): refactor status cmd
10 years ago
Matt Butcher
2cdff5ee21
Merge pull request #946 from stapelberg/patch-1
...
Add reference to text/template Go package doc
10 years ago
Matt Butcher
a21029a804
docs(charts): add documentation for hooks.
...
Closes #938
10 years ago
Adam Reese
0ceeb19ded
ref(cmd): refactor status cmd
10 years ago
Adam Reese
b6b9a4e04d
Merge pull request #952 from adamreese/ref/create-command
...
ref(cmd): refactor create cmd
10 years ago
Adam Reese
fd81879a8a
Merge pull request #954 from adamreese/ref/lint-errors
...
ref(helm): fix naming issues from golint
10 years ago
Adam Reese
736009982e
ref(helm): fix naming issues from golint
10 years ago
Adam Reese
4dd95addd2
ref(cmd): refactor create cmd
10 years ago
Adam Reese
0d7cb4ac83
Merge pull request #945 from adamreese/ref/remove-dup-test
...
ref(cmd): remove duplicate test cases
10 years ago
Adam Reese
e83a185183
Merge pull request #948 from adamreese/chore/canonical-import
...
chore(*): add canonical import path annotation
10 years ago
ngtuna
03e59fd6c0
bypass gofmt
10 years ago
ngtuna
90192b4b2e
fix(helm): helm search should only display only those charts with a remove boolean that is set to false
10 years ago
Adam Reese
a14e76a65c
chore(*): add canonical import path annotation
...
https://golang.org/doc/go1.4#canonicalimports
10 years ago
ngtuna
bfce033cc0
fix(helm): helm repo index should not delete entry, instead it should update removed=true
10 years ago
Michael Stapelberg
561e420659
Add reference to text/template Go package doc
...
…since people might not be familiar with Go templates.
10 years ago
Adam Reese
71fa7ecb9b
ref(cmd): remove duplicate test cases
10 years ago
Matt Butcher
578ba71b10
Merge pull request #939 from technosophos/feat/937-helm-get-hooks
...
feat(helm): add 'helm get hooks'.
10 years ago
Matt Butcher
1cd9f5d541
feat(helm): add 'helm get hooks'.
...
This adds 'helm get hooks' and updates 'helm get' to return
hook information.
10 years ago
Matt Butcher
cd230ab10e
Merge pull request #935 from technosophos/fix/933-template-names
...
fix(engine): change template naming
10 years ago
Matt Butcher
73a2890277
fix(engine): change template naming
...
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.
10 years ago
Adam Reese
f2a7b79eb3
Merge pull request #941 from adamreese/feat/coveralls
...
fix(ci): ensure godir is installed for coverage
10 years ago
Adam Reese
e64223664f
fix(ci): ensure godir is installed for coverage
10 years ago
Adam Reese
e66e144359
Merge pull request #940 from adamreese/feat/coveralls
...
feat(ci): setup test coverage reports with coveralls.io
10 years ago
Adam Reese
ebffaadba7
feat(ci): setup test coverage reports with coveralls.io
10 years ago
Michelle Noorali
b080e944d5
Merge pull request #936 from michelleN/feat/add-release-version
...
feat(*): add version to release
10 years ago
Michelle Noorali
15b428d450
feat(*): add version to release
...
laying ground work for #690
10 years ago
Matt Butcher
e91bbceff2
Merge pull request #916 from technosophos/feat/901-hooks
...
feat(tiller): support hooks for install
10 years ago
Matt Butcher
ff32062ae8
feat(tiller): support hooks for install
10 years ago
Adam Reese
326dca8d7e
Merge pull request #934 from adamreese/fix/ci-docker-build
...
fix(ci): move docker-build out of parallel step
10 years ago
Adam Reese
c5682803cf
fix(ci): move docker-build out of parallel step
...
circle ci can't seem to find the image when it is build in a parallel
container.
10 years ago
Adam Reese
e7da8783f0
Merge pull request #931 from adamreese/fix/ci-docker-build
...
fix(ci): add docker-build to the parallel builds
10 years ago
Adnan Abdulhussein
631ca63040
Merge pull request #922 from prydonius/feat/836-lint-multiple-charts
...
feat(lint): support linting multiple charts
10 years ago
Adam Reese
5b14d2567f
docs(ci): add cicleci badge to readme
10 years ago
Adam Reese
7223e33deb
fix(ci): add docker-build to the parallel builds
10 years ago
Adnan Abdulhussein
a4458085ab
fix(lint): fix tests
10 years ago
Matt Butcher
5aa351bbe2
Merge pull request #928 from kmala/doc
...
docs(helm):correct the documentation for the global values usage
10 years ago
Adam Reese
8cb940a7f4
Merge pull request #929 from adamreese/fix/local-cluster
...
fix(scripts): update local-cluster.sh to work with v1.3
10 years ago
Adam Reese
342e1cfebe
Merge pull request #930 from adamreese/chore/pin-kubernetes
...
chore(deps): pin kubernetes to an official release (v1.3.0)
10 years ago
Adam Reese
1d957e81ed
chore(deps): pin kubernetes to an official release (v1.3.0)
10 years ago