Adam Reese
37cf2b9e7d
ref(tests): simplify creating fake client
8 years ago
Adam Reese
4db6cd93bb
fix(test): match output using regexp
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
Adam Reese
7c01a28c5c
test(cmd): add unit tests for get command
8 years ago
Adam Reese
5e3044a65f
ref(cmd): refactor get command
8 years ago
Adam Reese
e339cc7e0c
fix(cmd): fix lazy load client
8 years ago
Adam Reese
6453c99241
fix(cmd): rename list cmd context
8 years ago
Adam Reese
4d92bd086f
fix(cmd): lazy load client
8 years ago
Adam Reese
73f1bef3c9
test(cmd): add helm client mocking
8 years ago
Adam Reese
b990428111
test(cmd): add pattern for testing cmd package
8 years ago
Adam Reese
8cb39ce5cc
ref(cmd): refactor out globals and init()
8 years ago
Adam Reese
d32c20fd5c
ref(cmd): move flags out of init()
8 years ago
Miguel Ángel Martínez Triviño
81fd9edf4d
Merge pull request #899 from migmartri/897-values-refactorign
...
Support Linter for Values namespace
8 years ago
Adnan Abdulhussein
77820c7482
fix(lint): Return non-zero exit status when lint errors present
8 years ago
Michelle Noorali
849afc29bc
Merge pull request #908 from michelleN/feat/836-lint-archived-chart
...
feat(lint): lint an archived chart
8 years ago
Adam Reese
7869d8ba75
Merge pull request #910 from adamreese/fix/get-out-flag
...
fix(cmd): remove --file flag for helm get
8 years ago
Matt Butcher
80d70c601a
Merge pull request #905 from technosophos/fix/847-fix-style
...
fix(*): fix various style issues from make test-style
8 years ago
Adam Reese
63f23d0234
docs(cmd): remove --file flag from help text
8 years ago
Adam Reese
5c53f86803
fix(cmd): remove --file flag for helm get
...
Users can redirect stdout to a file
8 years ago
Michelle Noorali
a64303d0bf
feat(lint): lint an archived chart
...
* part of #836
8 years ago
Miguel Martinez
12aa72f121
Replacing options interface argument
8 years ago
Matt Butcher
62eb4f3ae2
Merge pull request #904 from technosophos/fix/895-show-nonexistent-filename
...
fix(helm): show correct filename on error
8 years ago
Matt Butcher
2c07a32a6b
fix(*): fix various style issues from make test-style
...
Closes #847 .
8 years ago
Matt Butcher
64d90aa567
fix(helm): show correct filename on error
...
Closes #895
8 years ago
Adam Reese
26de8ecb76
feat(cmd): silence usage on error
...
Closes https://github.com/kubernetes/helm/issues/864
8 years ago
Miguel Martinez
7bb4893cad
Support Linter for Values
8 years ago
Matt Butcher
225d3a8adc
test(engine): add test case for deep release passing
8 years ago
Matt Butcher
22ac61469f
feat(*): add Values namespace to templates
...
This adds the .Values namespace qualifier to all values
8 years ago
Matt Butcher
5b6fad043a
Merge pull request #871 from technosophos/feat/helm-install-from-repo
...
feat(helm): install directly from repo
8 years ago
Matt Butcher
ca6151f860
Merge pull request #867 from technosophos/fix/866-LICENSE
...
fix(LICENSE): add copyright year and authors
8 years ago
Matt Butcher
9e45ac117d
feat(helm): install directly from repo
...
A helm install command will try to load a chart from a local file first.
But if a local file is not found, it will try to fetch a file from a
matching repo request. The file will be downloaded to the client,
and then sent to Tiller for installation.
8 years ago
Adam Reese
907936c2ce
fix(tunnel): handle blank namespace
8 years ago
Matt Butcher
e757b24aed
fix(*): add license header
8 years ago
Adam Reese
c5c8e82246
feat(tiller): record release status deployed
8 years ago
Matt Butcher
0acbcdd5cc
Merge pull request #855 from technosophos/fix/851-create-release-fail
...
fix(tiller): save failed releases
8 years ago
Brian
a6f89d7ac4
Merge pull request #833 from migmartri/689-linter-errors
...
Linter structure changes + extra chartfile rules
8 years ago
Matt Butcher
da14da360b
fix(tiller): save failed releases
...
When a release failed, the release record was not saved. That led to the
case where Kubernetes resources were deployed, but the release that
deployed them was not tracked.
To fix, we now save the release on failure. The 'helm delete' operation
can delete failed resources.
Closes #851
8 years ago
Adam Reese
573e5aa7fc
feat(kube): create namespace if it does not exist
8 years ago
Adam Reese
894cdb03bd
fix(cli): resolve flag name conflict
8 years ago
Adam Reese
47398de71c
fix(tunnel): allow tunneling to non-default namespace
8 years ago
Miguel Martinez
c2459c06bf
New Chart linter structure
...
Fixed tests
Adding chart name linter
Add lint error
Moving to blocks
Moving to method
Moved lint rules to functions
Semantic version validation
Linting engine
Adding sources and home validations
Sharing file loading
Sharing file loading
Rolling back readme
Rewriting other linters
Fixing tests
Typo
Using chart.Metadata
Fixing format
Adding UNKNOWN in Engine
Adding tabs
Fixing tabs
9 years ago
fibonacci1729
245b5e080a
fix(issue/841): capitalization and punctuation consistency.
9 years ago
Matt Butcher
f30ff915f2
feat(helm): add 'helm get values --all' for all values
...
Add support for displaying computed configuration values. This is
useful for debugging.
9 years ago
Matt Butcher
e36647d1c3
Merge pull request #811 from mouserage/master
...
Templates partials
9 years ago
Matt Butcher
57a32f1df8
Merge pull request #832 from technosophos/feat/helmignore
...
feat(pkg/ignore): add helmignore library
9 years ago
Matt Butcher
713020359b
feat(pkg/ignore): add helmignore library
...
This adds support for .helmignore files. These files roughly follow
the conventions established for .gitignore files:
https://git-scm.com/docs/gitignore
Closes #748
9 years ago
Matt Butcher
85f1e96851
Merge pull request #820 from technosophos/fix/778-search-panic
...
fix(helm): fix two panics in 'helm search'
9 years ago
Matt Butcher
bb84f9c253
Merge pull request #830 from technosophos/fix/non-default-engine
...
fix(tiller): allow different template engine
9 years ago
Matt Butcher
8d410365a0
fix(helm): add 'helm repo rm' alias
9 years ago