helm/cmd/helm
Matt Butcher 7186fcf240 Merge pull request #2808 from ebabani/master
'helm upgrade --install' uses the namespace from kube config.
2017-08-31 10:57:31 -06:00
..
installer feat(tiller): limit number of versions stored per release 2017-08-10 12:01:20 -06:00
search fix(helm): fix broken unit test 2017-02-07 18:22:58 -07:00
testdata Added tests for install/upgrade to test bad requirements.yaml 2017-05-25 11:24:03 -07:00
completion.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
create.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
create_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07:00
delete.go Correct punctuation and capitalization for user facing strings. 2017-06-26 10:23:26 -07:00
delete_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -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 dep list reporting wrong status 2017-03-03 22:17:25 -08:00
dependency_update.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07: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 fix typo 2017-08-17 11:27:09 +08: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): fix race conditions in flag parsing 2017-05-29 17:58:27 -07:00
get_hooks.go fix(helm): fix helm get subcommands 2017-07-11 16:08:19 -06:00
get_hooks_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
get_manifest.go fix(helm): fix helm get subcommands 2017-07-11 16:08:19 -06:00
get_manifest_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
get_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
get_values.go fix(helm): fix helm get subcommands 2017-07-11 16:08:19 -06:00
get_values_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
helm.go fix(helm): fix flag parsing once and for all 2017-07-14 11:08:50 -07:00
helm_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07:00
history.go fix(helm): fix race conditions in flag parsing 2017-05-29 17:58:27 -07:00
history_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
home.go fix(helm): helm home print to stdout 2017-06-07 08:53:23 -07:00
init.go feat(tiller): limit number of versions stored per release 2017-08-10 12:01:20 -06:00
init_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07:00
inspect.go Implements --repo flag to commands fetch, install, inspect, upgrade 2017-05-02 10:46:16 -07:00
inspect_test.go fix(*): correct file permissions on source files 2016-12-07 09:09:38 -08:00
install.go Merge pull request #2808 from ebabani/master 2017-08-31 10:57:31 -06:00
install_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
lint.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
lint_test.go fix(lint): fix tests 2016-07-06 10:04:21 -07:00
list.go Added more granular statuses 2017-07-13 15:20:07 -07:00
list_test.go Added more granular statuses 2017-07-13 15:20:07 -07:00
load_plugins.go fix(helm): pass os.stdin when executing a plugin (#2740) 2017-08-04 08:57:34 -07:00
package.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
package_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -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(helm): mix bag of syntax cleanup in cmd/helm 2017-06-08 13:08:41 -07: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 Correct punctuation and capitalization for user facing strings. 2017-06-26 10:23:26 -07:00
release_testing_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
repo.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
repo_add.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
repo_add_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07:00
repo_index.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
repo_index_test.go use old naming 2017-01-09 18:25:37 +07:00
repo_list.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
repo_remove.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
repo_remove_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07:00
repo_update.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
repo_update_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07:00
reset.go fix(helm): fix flag parsing once and for all 2017-07-14 11:08:50 -07:00
reset_test.go delete secret when helm reset (#2715) 2017-08-04 08:55:52 -07:00
rollback.go Correct punctuation and capitalization for user facing strings. 2017-06-26 10:23:26 -07:00
rollback_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00
search.go fix(helm): load home from flags during runtime 2017-07-11 11:42:30 -07:00
search_test.go ref(helm): refactor cleanup of environment after tests run 2017-07-14 11:08:50 -07: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): fix race conditions in flag parsing 2017-05-29 17:58:27 -07:00
status_test.go Merge pull request #2550 from michelleN/export-fake-release-client 2017-06-23 14:38:36 -04:00
upgrade.go 'helm upgrade --install' uses the namespace from kube config. 2017-08-15 01:19:33 -04:00
upgrade_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -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 ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
version_test.go ref(helm): rename FakeReleaseClient -> FakeClient 2017-06-21 20:27:14 -04:00