Adam Reese
f6db4108ae
Merge pull request #707 from adamreese/master
...
fix(cmd): fix init command description
10 years ago
vaikas-google
726312c915
Print no matches found if none are found
10 years ago
Adam Reese
f2e6a02004
fix(cmd): remove unused global var
10 years ago
Adam Reese
127a27682e
fix(cmd): fix init command description
10 years ago
Matt Butcher
b243a86f1c
Merge pull request #669 from technosophos/feat/better-list
...
feat(helm,tiller): improve list output, support filters
10 years ago
Matt Butcher
a8642c81fc
fix(helm,tiller): change list offset to next result
...
Previously, paging used the last release name of the current set to ask
for more results. Now switched to using the first name of the next set.
Not sure I like this method. It makes the user experience more
complicated.
10 years ago
Ville Aikas
14516a21ab
Merge pull request #704 from vaikas-google/master
...
Validate Version in Chart.yaml and parse values.toml for helm limt.
10 years ago
Matt Butcher
6844d3b493
feat(helm,tiller): add list reverse, string offset
10 years ago
Matt Butcher
dfc9693afe
feat(helm,tiller): add support for list filters
...
This adds support for filtering list results. Filter strings are
passed from Helm to Tiller, where they are compiled as regular
expressions and executed against the list of releases. Only matching
releases are returned.
Filters are applied before limits and sorts.
10 years ago
Matt Butcher
ea6b82a43c
feat(tiller): sort list in tiller, not helm
10 years ago
vaikas-google
932663bd5f
add test for malformed values.toml file
10 years ago
vaikas-google
012b0f7c3e
update the lint_test for correct errors
10 years ago
vaikas-google
7edce9b82b
Validate Chart.yaml version for semver, validate that values.toml parses if present
10 years ago
Brian
62cb6ce45d
Merge pull request #701 from fibonacci1729/fix/helm-install
...
fix(helm): fix for issue #680r
10 years ago
fibonacci1729
9e0408fc57
fix(helm): fix for issue #680r
...
details: the host flag for install overrides the
TILLER_HOST env var. If neither are set,
host defaults to ":44134".
10 years ago
Matt Butcher
f51170ed35
Merge pull request #693 from technosophos/feat/storage-history
...
feat(tiller): stub in release history
10 years ago
Adam Reese
8ae7eb7d5d
Merge pull request #695 from adamreese/fix/tiller-port
...
fix(tiller): use correct port in rc spec
10 years ago
Adam Reese
b9708b2e3b
fix(tiller): use correct port in rc spec
10 years ago
Matt Butcher
938dbf095a
feat(tiller): stub in release history
...
This provides the basics for the release history feature that
ReleaseStorage needs to support. The implementation for Memory storage
is only partial.
10 years ago
Michelle Noorali
0590ca1a71
Merge pull request #685 from michelleN/cache-rename
...
ref(helm): rename cache file to index file
10 years ago
Matt Butcher
f59a2ea69f
Merge pull request #688 from technosophos/fix/proto-formatting
...
fix(proto): fix style issues and documentation
10 years ago
Matt Butcher
16c9d1ef1b
Merge pull request #675 from technosophos/fix/make-proto
...
fix(make): add protoc target to top Makefile
10 years ago
Matt Butcher
0f89b08e52
Merge pull request #683 from technosophos/fix/668-client-error-fmt
...
fix(helm): fix error formatting
10 years ago
Matt Butcher
3ddacb6b4b
fix(proto): fix style issues and documentation
...
This fixes indentation, documentation, and removes unused protobuf
files.
10 years ago
Ville Aikas
9fecf74800
Merge pull request #684 from vaikas-google/master
...
add alias for helm up for helm update
10 years ago
Matt Butcher
463c7e25aa
fix(helm): fix error formatting
...
This fixes a number of issues with error formatting and handling in the
client.
Closes #668
10 years ago
Matt Butcher
9546b27d23
Merge pull request #677 from technosophos/fix/style-pkg
...
fix(*): correct numerous golint errors
10 years ago
Michelle Noorali
9b732da719
ref(helm): rename cache file to index file
...
* also change additional references to cache to index
* see issue #665
10 years ago
vaikas-google
85d9613cf3
add alias for helm up for helm update
10 years ago
Ville Aikas
68653814eb
Merge pull request #682 from vaikas-google/master
...
rename remove to delete
10 years ago
vaikas-google
e35edc7475
rename remove to delete
10 years ago
Matt Butcher
80fe12c3a7
Merge pull request #674 from technosophos/feat/timeconv-string
...
feat(pkg): add a timeconv.String function
10 years ago
Matt Butcher
75a1aa648e
fix(*): correct numerous golint errors
10 years ago
Matt Butcher
422700363e
feat(pkg): add a timeconv.String function
...
Rather than do the same formatting repeatedly, we can just call a
convenience function to format to a specific format.
10 years ago
Matt Butcher
613ce7e1a9
Merge pull request #647 from wirehead/readme-fix
...
Fix(readme): Add more documentation on getting started.
10 years ago
Matt Butcher
86647034e6
Merge pull request #671 from technosophos/fix/install-verbose
...
fix(helm): make install ouput similar to others
10 years ago
Michelle Noorali
361fd36ffc
Merge pull request #658 from michelleN/helm-update
...
feat(helm): add helm update command
10 years ago
Matt Butcher
0eb9825c9a
fix(make): add protoc target to top Makefile
...
Closes #670
10 years ago
Matt Butcher
33962abad0
Merge pull request #673 from technosophos/feat/better-get
...
fix(helm): improve 'helm get' output
10 years ago
Matt Butcher
e959915fe4
fix(helm): improve 'helm get' output
...
This makes the output of 'helm get' more like the output of other
Helm commands.
10 years ago
Matt Butcher
e24be19e9c
fix(helm): make install ouput similar to others
...
This now uses the global verbose flag (instead of a local one) and
formats the output in roughly the same style that 'helm list' and
'helm repo *' use.
10 years ago
Matt Butcher
6869258cfa
Merge pull request #660 from technosophos/feat/tiller-ns-flag
...
feat(tiller): allow specifying namespace on cli
10 years ago
Matt Butcher
37cf3eab92
feat(helm): allow user to specify namespace
10 years ago
Matt Butcher
9d78c33b69
feat(tiller): allow specifying namespace on cli
10 years ago
vaikas-google
9e7000fc6d
Merge pull request #666 from vaikas-google/master
...
Add client-only flag to helm init that skips installing tiller.
10 years ago
vaikas-google
f81ac9f5b7
Add missing newline to HELM_HOME info output string
10 years ago
vaikas-google
1c529d46c9
Add client-only flag to init command, which will skip installTiller()
10 years ago
Ken Wronkiewicz
3a7870b96f
Merge branch 'master' into readme-fix
10 years ago
vaikas-google
a4f00f08b9
Merge pull request #664 from vaikas-google/master
...
Add search support
10 years ago
vaikas-google
91c3d31451
fix the arguments in the call to searchCacheForPattern
10 years ago