helm/cmd/helm
Matt Butcher 5dfbf7e3cb
fix(helm): fail when helm deps are not fetched
This changes the behavior of the bulk downloader to fail as soon as it
encounters a dependency that it cannot fetch.

Closes #1439
2016-10-26 16:54:20 -06:00
..
downloader fix(helm): fail when helm deps are not fetched 2016-10-26 16:54:20 -06:00
helmpath feat(helm): implement new index format 2016-10-04 13:54:14 -06:00
installer fix(helm): add dry-run flag for init 2016-10-20 15:33:39 -06:00
resolver feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -06:00
search fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
testdata fix(repo): ensure index generates in the right order 2016-10-19 10:56:04 -07:00
create.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
create_test.go fix(chart): Chart.yaml now has an apiVersion field. 2016-10-04 12:18:22 -06:00
delete.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
delete_test.go Add purge option for completely remove a release from tiller 2016-08-18 11:19:30 +04:30
dependency.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
dependency_build.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
dependency_build_test.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
dependency_test.go feat(chartutils): add support for requirements.yaml 2016-09-23 14:57:56 -06:00
dependency_update.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
dependency_update_test.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
fetch.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
fetch_test.go feat(helm): remove the requirement that fetch/install need version 2016-10-07 12:25:14 -06:00
get.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
get_hooks.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -06:00
get_hooks_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_manifest.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -06:00
get_manifest_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_test.go fix(helm): s/version/revision/ 2016-09-28 15:02:27 -07:00
get_values.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -06:00
get_values_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
helm.go fix(helm): make 'helm install' output more consistent 2016-10-13 17:40:08 -06:00
helm_test.go fix(tests): prefix template names with "templates/" 2016-10-21 16:12:41 -07:00
history.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
history_test.go fix(cmd/hist): print revision history with unix synergy 2016-10-06 11:24:38 -06:00
home.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
init.go Merge pull request #1426 from technosophos/fix/1417-init-dry-run 2016-10-21 11:31:24 -06:00
init_test.go fix(helm): add dry-run flag for init 2016-10-20 15:33:39 -06:00
inspect.go fix(helm): clarify that the Chart destination is still needed for 2016-10-21 14:16:08 -04:00
inspect_test.go fix(helm): fix inspect command to not panic 2016-08-04 15:53:41 -06:00
install.go Merge pull request #1451 from michelleN/set-types 2016-10-25 13:44:05 -04:00
install_test.go fix(helm): correctly convert types on --set flag 2016-10-25 12:52:43 -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 fix(helm): 2016-10-20 00:07:42 -04:00
list_test.go fix(helm): show failed releases by default 2016-10-17 16:04:07 -06:00
package.go fix(helm): read passphrase from prompt 2016-10-26 11:13:24 -06:00
package_test.go feat(helm): implement new index format 2016-10-04 13:54:14 -06:00
repo.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
repo_add.go feat(helm): update repo by default, added --no-update flag 2016-10-14 14:20:56 +01:00
repo_add_test.go feat(helm): update repo by default, added --no-update flag 2016-10-14 14:20:56 +01:00
repo_index.go fix(repo): ensure index generates in the right order 2016-10-19 10:56:04 -07:00
repo_index_test.go fix(repo): ensure index generates in the right order 2016-10-19 10:56:04 -07:00
repo_list.go feat(helm): implement new index format 2016-10-04 13:54:14 -06:00
repo_remove.go ref(helm): add new line after repo remove msg 2016-10-10 16:48:40 -04:00
repo_remove_test.go feat(helm): implement new index format 2016-10-04 13:54:14 -06:00
repo_update.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
repo_update_test.go ref(helm): remove old structure functions 2016-10-10 14:28:29 -06:00
rollback.go fix(1357): print help text if revision is not specified 2016-10-18 11:52:30 -06:00
rollback_test.go fix(1357): print help text if revision is not specified 2016-10-18 11:52:30 -06:00
search.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
search_test.go feat(helm): remove the requirement that fetch/install need version 2016-10-07 12:25:14 -06:00
serve.go fix(helm): create index file as 'helm serve' starts up. 2016-10-24 17:22:48 -06:00
status.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
tunnel.go feat(helm): add kubeconfig context switching to init command 2016-10-13 12:40:42 -07:00
tunnel_test.go ref(helm): simplify tunnel tests 2016-09-10 23:10:10 -07:00
upgrade.go docs(helm): update grammar for upgrade command help 2016-10-24 15:12:50 -04:00
upgrade_test.go feat(helm): add 'helm upgrade --install' support 2016-09-26 17:25:56 -06:00
verify.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
verify_test.go feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
version.go fix(helm): use --client and --server as flags 2016-10-24 13:24:22 -06:00
version_test.go fix(helm): use --client and --server as flags 2016-10-24 13:24:22 -06:00