- 24 May, 2017 3 commits
-
-
Brian authored
ref(tiller): refactor tests into logical files
-
fibonacci1729 authored
TestListReleasesByStatus -> tiller/release_list_test.go TestListReleasesFilter -> tiller/release_list_test.go TestListReleasesSort -> tiller/release_list_test.go TestListReleases -> tiller/release_list_test.go TestUpdateRelease_ResetReuseValues -> tiller/release_update_test.go TestUpdateRelease_ResetValues -> tiller/release_update_test.go TestUpdateRelease_ReuseValues -> tiller/release_update_test.go TestUpdateReleaseNoChanges -> tiller/release_update_test.go TestUpdateReleaseFailure -> tiller/release_update_test.go TestUpdateReleaseNoHooks -> tiller/release_update_test.go TestUpdateRelease -> tiller/release_update_test.go TestRollbackReleaesFailure -> tiller/release_rollback_test.go
-
Brian authored
ref(tiller): refactor tests in logical files
-
- 23 May, 2017 1 commit
-
-
fibonacci1729 authored
TestRunReleaseTest -> tiller/release_testing_test.go TestGetReleaseContent -> tiller/release_content_test.go TestGetReleaseStatusDeleted -> tiller/release_status_test.go TestGetReleaseStatus -> tiller/release_status_test.go TestRollbackReleaseFailure -> tiller/release_rollback_test.go TestRollbackReleaseNoHooks -> tiller/release_rollback_test.go TestRollbackRelease -> tiller/release_rollback_test.go TestUninstallReleaseWithKeepPolicy -> tiller/release_uninstall_test.go TestUninstallPurgeDeleteRelease -> tiller/release_uninstall_test.go TestUninstallReleaseNoHooks -> tiller/release_uninstall_test.go TestUninstallPurgeRelease -> tiller/release_uninstall_test.go TestUninstallRelease -> tiller/release_uninstall_test.go
-
- 22 May, 2017 10 commits
-
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.InstallRelease -> tiller/release_install.go *ReleaseServer.UpdateRelease -> tiller/release_update.go
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.UninstallRelease -> tiller/release_uninstall.go *ReleaseServer.ListReleases -> tiller/release_list.go
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.RollbackRelease -> tiller/release_rollback.go
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.GetReleaseContent -> tiller/release_content.go *ReleaseServer.GetReleaseStatus -> tiller/release_status.go
-
Brian authored
ref(tiller): refactor release_server.go APIs into logical files.
-
fibonacci1729 authored
*ReleaseServer.RunReleaseTest -> tiller/release_testing.go *ReleaseServer.GetVersion -> tiller/release_version.go
-
- 19 May, 2017 4 commits
-
-
Adam Reese authored
If git has autosetuprebase enabled pulling will fail without a descriptive error message.
-
Adam Reese authored
Adds a generic logging interface to importable packages.
-
Matt Butcher authored
fix(helm): fix itermittent release testing failures
-
Matt Butcher authored
fixed fromYaml | toJson
-
- 18 May, 2017 4 commits
-
-
Adam Reese authored
fix(helm): fix setting home via `helm --home=HOME`
-
Adam Reese authored
-
Matt Butcher authored
docs(repo_faq): create chart_repository_faq.md
-
lead4good authored
-
- 17 May, 2017 13 commits
-
-
Michelle Noorali authored
-
Matt Butcher authored
chore(glide): update to Sprig 2.12.0
-
Matt Butcher authored
fix(helm): add --devel flag to allow dev releases again
-
Andrew Koroluk authored
Add FAQ for `unsupported protocol scheme ""` error
-
Matt Butcher authored
-
Matt Butcher authored
fix(lint): add KubeVersion and TillerVersion to linter
-
Matt Butcher authored
2.4.0 stopped installing development versions by default. This allows the user to re-enable that support by setting --devel. Closes #2407
-
Matt Butcher authored
fix(Dockerfile): add ca-certificates
-
Michelle Noorali authored
fix(*): return non-zero exit code on test failure
-
Matt Butcher authored
Closes #2311
-
Matt Butcher authored
fix(windows): Updating docker/distribution
-
Matt Farina authored
Kubernetes has a dependency on a development version of github.com/docker/distribution that does not work for windows. Helm picks up this dependency and it breaks helm development on win. The bug was later fixed. There is an issue on Kubernetes to update to a newer version. In the meantime, this change causes helm to use the latest stable release for that minor version. Fixes #2396 Relates to https://github.com/kubernetes/kubernetes/issues/45377
-
Adam Reese authored
Write repo file using atomicfile
-
- 16 May, 2017 5 commits
-
-
Matt Butcher authored
Closes #2393
-
Raphael Badin authored
This prevents clients from seeing half-written files because on POSIX systems renaming a file is an atomic operation. Drive-by: Add test for repo file permission.
-
Matt Butcher authored
Fix for vbom.ml bootstrap
-
Adam Reese authored
feat(cmd/helm/installer): add support for upgrading service account
-
Sushil Kumar authored
* Adds update option to plugin command Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed * Added tests for new methods for plugin update * Updated docs * Updated review comments :) * Return error exit code when there is error
-