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
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
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
Adam Reese
7c01a28c5c
test(cmd): add unit tests for get command
8 years ago
Miguel Martinez
3b2ea04348
fix(linter) Typos
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
5013da3d25
fix(helm): add ReleaseContent to interface
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
Matt Butcher
eee6e143d8
Merge pull request #919 from technosophos/fix/918-fix-lint-test
...
fix(helm): fix linter test panic
8 years ago
Matt Butcher
310ef9bbcb
fix(helm): fix linter test panic
...
Handle a previously unhandled error in the linter. This simply bails out
if a chart's values files do not parse.
Also, changed the implementation of CoalesceValues to return a map even
on error.
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
9b257077d5
Merge pull request #915 from prydonius/fix/912-nil-map-readvalues
...
fix(chartutil): Ensure ReadValues doesn't return a nil map
8 years ago
Adnan Abdulhussein
4ef61a7136
fix(chartutil): Ensure ReadValues doesn't return a nil map
8 years ago
Adnan Abdulhussein
bcd1889083
Merge pull request #907 from prydonius/906-linter-exit-status
...
fix(lint): Return non-zero exit status when lint errors present
8 years ago
Matt Butcher
cd75b6a781
Merge pull request #902 from technosophos/feat/894-template-info-in-templates
...
feat(tiller): add .Template object in templates
8 years ago
Adnan Abdulhussein
09f56459c7
Improve tests to ensure highest severity is retained
8 years ago
Adnan Abdulhussein
77820c7482
fix(lint): Return non-zero exit status when lint errors present
8 years ago
Michelle Noorali
da2f7e96e3
Merge pull request #909 from michelleN/chore/update-alpine-example
...
chore(docs): update "Name" field in values.yaml
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
ebaf5a2243
chore(docs): update "Name" field in values.yaml
...
* the template refers to .Values.Name but the
values.yaml file has a name field with a lowercase
"n". Figured changing this is the right move since
yaml is case sensitive.
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
532f03ec78
feat(tiller): add .Template object in templates
...
This allows templates to access information about the template file.
Right now, the template can only access the .Template.Name, which is the
chart-relative path to the current template.
Closes #894
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
2eada26477
Merge pull request #900 from adamreese/feat/silence-usage
...
feat(cmd): silence usage on error
8 years ago
Adam Reese
26de8ecb76
feat(cmd): silence usage on error
...
Closes https://github.com/kubernetes/helm/issues/864
8 years ago