Commit Graph

4125 Commits

Author SHA1 Message Date
Adam Reese
91a6ebfed5 ref(*): remove protobuf timestamps 2018-04-18 15:35:37 -07:00
Adam Reese
6345f04190 ref(hapi): convert protobuf to go types 2018-04-18 14:53:38 -07:00
Adam Reese
c233336079 ref(pkg/kube): simplify creating versioned objects 2018-04-18 09:24:16 -07:00
Adam Reese
a78aff8d39 ref(*): improve initializing helm clients 2018-04-17 14:13:00 -07:00
Adam Reese
68c0b6a24a ref(proto): remove unused protobufs 2018-04-17 10:17:42 -07:00
Adam Reese
883371b8ce ref(pkg/tiller): simplify exported methods 2018-04-17 00:15:18 -07:00
Adam Reese
7f6fa70a91 ref(*): remove grpc 2018-04-16 23:16:43 -07:00
Adam Reese
8f58c9efdc ref(*): refactor release testing 2018-04-16 23:16:43 -07:00
Adam Reese
5048ed8f5c docs(generated): remove generated docs 2018-04-16 23:16:43 -07:00
Adam Reese
358746fee6 ref(*): remove HELM_HOST 2018-04-16 23:16:43 -07:00
Adam Reese
fc4c095cf0 ref(*): remove pkg/kubernetes from tiller and storage 2018-04-16 11:19:22 -07:00
Adam Reese
496ca54183 ref(*): bypass grpc for helm client 2018-04-16 11:19:22 -07:00
Adam Reese
a6f0d1360d fixup! ref(cmd,pkg/helm): remove server side version 2018-04-13 19:55:47 -07:00
Adam Reese
e9478d8f84 ref(pkg/tiller): remove ReleaseModules interface from tiller 2018-04-13 16:16:06 -07:00
Adam Reese
5715ee43d6 ref(*): bypass grpc when invoking helm list
TODO reimplement any paging
2018-04-13 16:16:06 -07:00
Adam Reese
62804848c6 ref(pkg/tiller): refactor out imports of pkg/helm 2018-04-13 15:12:16 -07:00
Adam Reese
30a049d12e ref(cmd): remove deprecated command 2018-04-13 13:53:52 -07:00
Adam Reese
12a8baef64 ref(Makefile): cleanup and consolidate 2018-04-13 08:26:54 -07:00
Adam Reese
61a9003a97 ref(cmd/tiller): delete main tiller package 2018-04-12 16:19:35 -07:00
Adam Reese
dbf1ed0ba4 ref(pkg/helm): cleanup unused code 2018-04-12 16:17:49 -07:00
Adam Reese
9409adfa8d ref(cmd): remove reset and init tiller commands 2018-04-12 16:09:53 -07:00
Adam Reese
6bca9686a1 ref(pkg/helm): allow ReleaseContent to call storage directly 2018-04-12 16:09:53 -07:00
Adam Reese
d52faff7b6 ref(cmd,pkg/helm): remove tiller ping 2018-04-12 16:09:53 -07:00
Adam Reese
1d9c3d4651 ref(cmd,pkg/helm): remove server side version 2018-04-12 16:09:53 -07:00
Adam Reese
082a7bbb05 remove proto make targets 2018-04-12 15:44:26 -07:00
Adam Reese
b62dfb9898 remove tiller build infra 2018-04-12 15:44:26 -07:00
Adam Reese
e909258fe8 remove rudder build infra 2018-04-12 15:44:26 -07:00
Matthew Fisher
28d87e1780 Merge pull request #3860 from adshmh/refactor-tiller-release-install-unit-tests-using-stubs
refactor tiller release install unit tests using chart and install request stubs
2018-04-11 15:29:21 -07:00
Matthew Fisher
64fe6d6115 Merge pull request #3876 from bacongobbler/fix-3780
remove optional field from charts and templates
2018-04-11 15:08:13 -07:00
Taylor Thomas
24bde5900b Merge pull request #3853 from adshmh/refactor-reset-unit-tests-to-remove-duplication
refactor reset command unit tests to remove duplication
2018-04-11 15:06:51 -07:00
Matthew Fisher
00afbd7e74 remove optional field from charts and templates 2018-04-11 14:47:33 -07:00
Matthew Fisher
15e9f54144 Merge pull request #3808 from adshmh/refactor-release-testing-unit-tests-to-utilize-runReleaseCases
refactor release_testing unit tests to utilize runReleaseCases
2018-04-11 14:27:32 -07:00
Matthew Fisher
6f02d9e412 Merge pull request #3837 from consideRatio/toYaml-pr
toYaml - Fix #3470 and #3410's trailing \n issues
2018-04-11 14:21:38 -07:00
Matthew Fisher
e5ed5f1c90 Merge pull request #3872 from mrueg/remove-hg
Remove Mercurial build-time dependency
2018-04-11 10:32:31 -07:00
Manuel Rüger
87cd8ce79a Remove Mercurial build-time dependency
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
2018-04-11 18:38:47 +02:00
Matthew Fisher
8365c893dd Merge pull request #3871 from eyalbe4/master
Basic auth credentials from repo not used in install/upgrade/fetch co…
2018-04-11 09:20:17 -07:00
eyalbe4
fa62c476fc Basic auth credentials from repo not used in install/upgrade/fetch commands #3858 2018-04-11 19:07:15 +03:00
Matthew Fisher
f0e7da6ca3 Merge pull request #3869 from xianlubird/features/typo
Fix some typo
2018-04-11 06:03:56 -07:00
xianlubird
4b09b0489b Fix some typo
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-04-11 20:51:58 +08:00
Matthew Fisher
8981575082 Merge pull request #3715 from bacongobbler/fix-get-manifest
fix `helm get manifest` context deadline exceeded error
2018-04-10 23:20:22 -07:00
Matthew Fisher
bff8ce033a Merge pull request #3867 from AdamDang/patch-3
Proper none not in capitals
2018-04-10 08:57:18 -07:00
AdamDang
79ffa98ec0 Proper none not in capitals
Helm is a proper none, should be written in capitals.
2018-04-10 23:54:19 +08:00
Arash Deshmeh
c22492ff01 fix(helm): refactor tiller release install unit tests using chart and install request stubs
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-04-09 12:20:05 -04:00
Matthew Fisher
4694195de9 Merge pull request #3856 from consideRatio/patch-1
Template comment in docs - syntax error fix
2018-04-08 14:39:45 -07:00
Erik Sundell
3f5e82c832 Typo fix
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
2018-04-08 23:18:47 +02:00
Arash Deshmeh
826781a1a3 fix(helm) refactor reset command unit tests to remove duplication in test code
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-04-07 12:04:29 -04:00
Matthew Fisher
ae7ce6cad4 Merge pull request #3842 from AdamDang/patch-1
Fix some typos
2018-04-06 19:57:20 -07:00
AdamDang
ee9ef91df0 typo fix get->Get's
typo fix get->Get's
2018-04-07 08:56:44 +08:00
Matthew Fisher
e93cc491eb Merge pull request #3849 from thomastaylor312/fix/docs
fix(docs): Add the missing docs
2018-04-06 16:38:09 -07:00
Taylor Thomas
85282ab864 fix(docs): Add the missing docs
Because I was too stupid to regen the docs and flake made it so we
didn't get a reminder
2018-04-06 16:33:38 -07:00