..
installer
Typo fix: indentifies -> identifies
2018-06-06 10:48:33 +08:00
search
fix(helm): Don't crash in search if upper case chars are encountered.
2018-03-06 12:13:31 +00:00
testdata
Fix linting bug with charts containing more than one hyphen
2018-02-16 10:56:57 +00:00
completion.go
Fixed issues reported by test-style
2017-05-05 18:44:58 -07:00
create.go
Add AppVersion to initial chart
2018-01-18 20:24:12 +01:00
create_test.go
fix(helm): fix output leak from unit tests of helm create command
2018-03-29 05:08:56 -04:00
delete.go
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
2018-06-05 17:25:39 -04:00
delete_test.go
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
2018-06-05 17:25:39 -04:00
dependency.go
fix(dep): Fixes out of date dependency info
2017-07-11 16:56:29 -07:00
dependency_build.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
dependency_build_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
dependency_test.go
fix(helm): refactor tests on helm dependency list command to remove duplication
2018-03-17 12:27:57 -04:00
dependency_update.go
fix(helm): Fix the bug in helm dependency update -verify
2017-08-01 16:22:04 +08:00
dependency_update_test.go
Delete old deps after chart deps are updated
2017-08-10 17:36:00 +02:00
docs.go
ref(helm): only pass required dependencies to subcommands
2016-12-19 09:08:06 -08:00
fetch.go
Authentication support for remote charts repositories ( #3206 )
2018-03-20 10:56:48 -07:00
fetch_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
get.go
fix helm init --wait
2018-03-08 14:18:25 -08:00
get_hooks.go
fix helm init --wait
2018-03-08 14:18:25 -08:00
get_hooks_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
get_manifest.go
fix `helm get manifest` context deadline exceeded error
2018-03-19 15:53:15 -07:00
get_manifest_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
get_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
get_values.go
fix helm init --wait
2018-03-08 14:18:25 -08:00
get_values_test.go
Update cmd tests to use ReleaseMock and assocaites from the helm package
2017-10-11 17:24:46 -06:00
helm.go
feat(helm): Detailed exit code for helm plugins ( #4367 )
2018-07-23 13:49:42 -06:00
helm_test.go
fix(helm) refactor release_testing unit tests to utilize runReleaseCases
2018-04-01 13:17:33 -04:00
history.go
fix(helm): fix helm history unit tests
2018-03-20 00:14:43 -07:00
history_test.go
fix(helm): fix helm history unit tests
2018-03-20 00:14:43 -07:00
home.go
fix(helm): helm home print to stdout
2017-06-07 08:53:23 -07:00
init.go
feat(helm): Add the --kubeconfig flag ( #4235 )
2018-07-23 13:40:54 -06:00
init_test.go
fix(helm): fix the bug in test code 'cmd/helm/init_test.go' and 'cmd/helm/repo_update_test.go'
2018-03-06 14:57:10 -05:00
init_unix.go
pass home down through createLink
2018-03-02 11:09:59 -08:00
init_windows.go
pass home down through createLink
2018-03-02 11:09:59 -08:00
inspect.go
Authentication support for remote charts repositories ( #3206 )
2018-03-20 10:56:48 -07:00
inspect_test.go
feat(helm): inspect readme
2018-03-14 18:00:39 +00:00
install.go
feat: Set values from local files ( #3758 )
2018-07-25 15:12:40 -06:00
install_test.go
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
2018-06-05 17:25:39 -04:00
lint.go
feat: Set values from local files ( #3758 )
2018-07-25 15:12:40 -06:00
lint_test.go
return a non 0 exit code when lint fails due to missing Chart.yaml
2018-03-28 18:51:26 -04:00
list.go
fix(helm): return when listing with no releases or nil
2018-07-10 17:51:03 -06:00
list_test.go
feat(list): Optional output as JSON and YAML
2018-04-18 15:35:11 -05:00
load_plugins.go
feat(helm): Detailed exit code for helm plugins ( #4367 )
2018-07-23 13:49:42 -06:00
package.go
Revert "feat: add --set and --values options to 'helm package'"
2018-04-16 16:46:47 -07:00
package_test.go
Revert "feat: add --set and --values options to 'helm package'"
2018-04-16 16:46:47 -07:00
plugin.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
plugin_install.go
ref(docs): update plugin install documentation
2017-11-20 10:12:13 -05:00
plugin_list.go
fix(helm): fix race conditions in flag parsing
2017-05-29 17:58:27 -07:00
plugin_remove.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
plugin_test.go
ref(helm): refactor cleanup of environment after tests run
2017-07-14 11:08:50 -07:00
plugin_update.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
printer.go
ref(helm): use new debug method to standardize debug output
2017-04-19 23:55:36 -07:00
release_testing.go
fix helm init --wait
2018-03-08 14:18:25 -08:00
release_testing_test.go
fix(helm) refactor release_testing unit tests to utilize runReleaseCases
2018-04-01 13:17:33 -04:00
repo.go
fix(*): resolve go linter issues
2016-10-10 14:58:33 -07:00
repo_add.go
Authentication support for remote charts repositories ( #3206 )
2018-03-20 10:56:48 -07:00
repo_add_test.go
Authentication support for remote charts repositories ( #3206 )
2018-03-20 10:56:48 -07:00
repo_index.go
Create index.yaml if missing when running repo index --merge
2018-03-21 17:47:11 -07:00
repo_index_test.go
Create index.yaml if missing when running repo index --merge
2018-03-21 17:47:11 -07:00
repo_list.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_remove.go
feat(helm): support removing multiple repositories with repo remove command
2018-04-15 09:11:05 -04:00
repo_remove_test.go
feat(helm): support removing multiple repositories with repo remove command
2018-04-15 09:11:05 -04:00
repo_update.go
fix(helm): load home from flags during runtime
2017-07-11 11:42:30 -07:00
repo_update_test.go
fix(helm): fix the bug in test code 'cmd/helm/init_test.go' and 'cmd/helm/repo_update_test.go'
2018-03-06 14:57:10 -05:00
reset.go
feat(helm): Add the --kubeconfig flag ( #4235 )
2018-07-23 13:40:54 -06:00
reset_test.go
Correct the returned message in reset_test.go
2018-04-17 14:42:09 +08:00
rollback.go
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
2018-06-05 17:25:39 -04:00
rollback_test.go
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
2018-06-05 17:25:39 -04:00
search.go
add --col-width to `helm search` ( #3949 )
2018-04-23 16:35:29 -07:00
search_test.go
fix(helm): refactor search command tests to remove duplication
2018-03-15 05:51:00 -04:00
serve.go
ref(helm): mix bag of syntax cleanup in cmd/helm
2017-06-08 13:08:41 -07:00
status.go
fix helm init --wait
2018-03-08 14:18:25 -08:00
status_test.go
fix(helm) refactor helm status command tests to use releaseCase struct and the corresponding function runReleaseCases. Fixes #3659
2018-03-12 15:12:14 -04:00
template.go
feat: Set values from local files ( #3758 )
2018-07-25 15:12:40 -06:00
template_test.go
typo fix for template test
2018-06-12 11:05:02 +08:00
upgrade.go
feat: Set values from local files ( #3758 )
2018-07-25 15:12:40 -06:00
upgrade_test.go
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
2018-06-05 17:25:39 -04:00
verify.go
Fixes #1898 : Proposal: move downloader and resolver package to /pkg
2017-02-10 10:33:02 +00:00
verify_test.go
Fix Go style issues.
2016-12-05 15:59:28 -07:00
version.go
feat(helm): Add the --kubeconfig flag ( #4235 )
2018-07-23 13:40:54 -06:00
version_test.go
fix(helm): refactor helm version command tests to remove duplication
2018-03-13 21:11:45 -04:00