Adam Reese
fd81879a8a
Merge pull request #954 from adamreese/ref/lint-errors
...
ref(helm): fix naming issues from golint
8 years ago
Adam Reese
736009982e
ref(helm): fix naming issues from golint
8 years ago
Adam Reese
0d7cb4ac83
Merge pull request #945 from adamreese/ref/remove-dup-test
...
ref(cmd): remove duplicate test cases
8 years ago
Adam Reese
e83a185183
Merge pull request #948 from adamreese/chore/canonical-import
...
chore(*): add canonical import path annotation
8 years ago
Adam Reese
a14e76a65c
chore(*): add canonical import path annotation
...
https://golang.org/doc/go1.4#canonicalimports
8 years ago
Adam Reese
71fa7ecb9b
ref(cmd): remove duplicate test cases
8 years ago
Matt Butcher
578ba71b10
Merge pull request #939 from technosophos/feat/937-helm-get-hooks
...
feat(helm): add 'helm get hooks'.
8 years ago
Matt Butcher
1cd9f5d541
feat(helm): add 'helm get hooks'.
...
This adds 'helm get hooks' and updates 'helm get' to return
hook information.
8 years ago
Matt Butcher
cd230ab10e
Merge pull request #935 from technosophos/fix/933-template-names
...
fix(engine): change template naming
8 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.
8 years ago
Adam Reese
f2a7b79eb3
Merge pull request #941 from adamreese/feat/coveralls
...
fix(ci): ensure godir is installed for coverage
8 years ago
Adam Reese
e64223664f
fix(ci): ensure godir is installed for coverage
8 years ago
Adam Reese
e66e144359
Merge pull request #940 from adamreese/feat/coveralls
...
feat(ci): setup test coverage reports with coveralls.io
8 years ago
Adam Reese
ebffaadba7
feat(ci): setup test coverage reports with coveralls.io
8 years ago
Michelle Noorali
b080e944d5
Merge pull request #936 from michelleN/feat/add-release-version
...
feat(*): add version to release
8 years ago
Michelle Noorali
15b428d450
feat(*): add version to release
...
laying ground work for #690
8 years ago
Matt Butcher
e91bbceff2
Merge pull request #916 from technosophos/feat/901-hooks
...
feat(tiller): support hooks for install
8 years ago
Matt Butcher
ff32062ae8
feat(tiller): support hooks for install
8 years ago
Adam Reese
326dca8d7e
Merge pull request #934 from adamreese/fix/ci-docker-build
...
fix(ci): move docker-build out of parallel step
8 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.
8 years ago
Adam Reese
e7da8783f0
Merge pull request #931 from adamreese/fix/ci-docker-build
...
fix(ci): add docker-build to the parallel builds
8 years ago
Adnan Abdulhussein
631ca63040
Merge pull request #922 from prydonius/feat/836-lint-multiple-charts
...
feat(lint): support linting multiple charts
8 years ago
Adam Reese
5b14d2567f
docs(ci): add cicleci badge to readme
8 years ago
Adam Reese
7223e33deb
fix(ci): add docker-build to the parallel builds
8 years ago
Adnan Abdulhussein
a4458085ab
fix(lint): fix tests
8 years ago
Matt Butcher
5aa351bbe2
Merge pull request #928 from kmala/doc
...
docs(helm):correct the documentation for the global values usage
8 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
8 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)
8 years ago
Adam Reese
1d957e81ed
chore(deps): pin kubernetes to an official release (v1.3.0)
8 years ago
Adnan Abdulhussein
dda61f6074
fix(lint): only return count of actually linted charts
8 years ago
Keerthan Mala
988bb02991
docs(helm):correct the documentation for the global values usage
8 years ago
Adam Reese
eba297714f
fix(scripts): update local-cluster.sh to work with v1.3
8 years ago
Adnan Abdulhussein
f3e754794e
fix(lint): print relative path of packaged chart instead of temp dir
8 years ago
Adam Reese
5a177923fb
Merge pull request #927 from adamreese/feat/ci-parallel
...
feat(ci): setup parallel testing
8 years ago
Adam Reese
f89b6ce761
feat(ci): setup parallel testing
8 years ago
Adam Reese
9f2555b989
Merge pull request #924 from adamreese/chore/docker-bump
...
chore(ci): bump docker version
8 years ago
Michelle Noorali
53da380b0e
Merge pull request #925 from sofuture/patch-1
...
fix(docs): typo in developers.md
8 years ago
Jeff Zellner
3133f4345d
Update developers.md
...
fix typo
8 years ago
Adam Reese
e354748118
chore(ci): bump docker version
8 years ago
Adam Reese
016e5034f7
Merge pull request #923 from adamreese/ref/circle
...
ref(ci): remove glide setup in circle.yml
8 years ago
Adam Reese
6ddcca583b
ref(ci): split unit-test and lint steps
8 years ago
Adam Reese
8d302bd039
ref(ci): remove glide setup in circle.yml
8 years ago
Adnan Abdulhussein
f273510c97
fix(lint): fix golint errors
8 years ago
Adam Reese
d5aa4852a7
Merge pull request #921 from adamreese/ref/command-tests
...
ref(cmd): refactor cmd for unit testing
8 years ago
Adam Reese
37cf2b9e7d
ref(tests): simplify creating fake client
8 years ago
Adam Reese
4db6cd93bb
fix(test): match output using regexp
8 years ago
Adnan Abdulhussein
03ca4e892f
feat(lint): support linting multiple charts
8 years ago
Miguel Ángel Martínez Triviño
e20031430e
Merge pull request #917 from migmartri/templates-typo
...
Fixing linter typos
8 years ago
Adam Reese
2fb8b60765
fix(cmd): load client inside subcommand
8 years ago
Adam Reese
1ba822c7a4
docs(cmd): add missing license headers
8 years ago