Commit Graph

  • ae720981d3 ref(repo): fix style errors in cmd/helm & pkg/repo Michelle Noorali 2016-04-22 11:59:49 -0600
  • 39a9eab114 ref(helm): comment + err cleanup on helm Michelle Noorali 2016-04-20 16:59:56 -0600
  • 9e05956efa feat(fetch): stub out fetch command Michelle Noorali 2016-04-19 02:48:12 -0600
  • 2e1701be11 helm(search): add search command Michelle Noorali 2016-04-19 02:34:01 -0600
  • 7842d2457b feat(helm): reindex cache file Michelle Noorali 2016-04-19 01:28:42 -0600
  • f9c06b1da2 feat(init): add cache.txt to $HELM_HOME/local Michelle Noorali 2016-04-18 23:36:13 -0600
  • a5a1ef9546 feat(package): save package to $HELM_HOME/local Michelle Noorali 2016-04-18 21:59:42 -0600
  • fbd6ffa4b9 feat(helm): add local dir in home to store charts Michelle Noorali 2016-04-18 21:06:49 -0600
  • 00b9356a95 feat(helm): add serve command to start local repo Michelle Noorali 2016-04-18 20:52:21 -0600
  • 7bc50a5d79 feat(tiller): add initial tiller client for basic helm installs. 1. install command loads chart archive. 2. invokes helm api to transform the pkg/chart.Chart type to it's proto model. 3. the client then establishes a connection to tiller. 4. sends InstallReleaseRequest, receives InstallReleaseResponse. Brian 2016-04-20 19:05:12 -0600
  • 07312c68e9 fix(engine): support chart template recursion Matt Butcher 2016-04-21 15:52:16 -0600
  • 6077968341 feat(engine): add recursive template resolution Matt Butcher 2016-04-21 14:50:16 -0600
  • bb8fca9b69 Merge pull request #39 from technosophos/fix/storage-gofmt Matt Butcher 2016-04-21 12:30:55 -0600
  • b708bde729 fix(*): remove unusted packages Matt Butcher 2016-04-20 17:03:09 -0600
  • c4b2926ce6 fix(*): fix misc style issues Matt Butcher 2016-04-20 16:58:12 -0600
  • 33a85a3ac7 Merge pull request #42 from technosophos/fix/validate-skip-proto Matt Butcher 2016-04-21 10:11:46 -0600
  • b5aebe41e9 fix(Makefile): skip gofmt on proto gen code Matt Butcher 2016-04-20 17:39:02 -0600
  • 50b56efc02 Merge pull request #40 from technosophos/feat/tiller-cobra Matt Butcher 2016-04-20 17:43:09 -0600
  • 33a543c920 fix(tiller): replace codegangsta with cobra Matt Butcher 2016-04-20 17:16:33 -0600
  • 4593fc480e Merge pull request #37 from technosophos/fix/remove-helmet Matt Butcher 2016-04-20 17:02:51 -0600
  • 00966bb4d1 fix(helmet): remove helmet Matt Butcher 2016-04-20 16:35:08 -0600
  • 09a3b7ed1e Merge pull request #34 from michelleN/helm-package Michelle Noorali 2016-04-20 16:32:52 -0600
  • e5b84e3a3e Merge pull request #35 from michelleN/helm-home Michelle Noorali 2016-04-20 16:32:43 -0600
  • 77322a5f06 Merge pull request #32 from technosophos/feat/helm-install Matt Butcher 2016-04-20 16:32:22 -0600
  • 00aaf653da fix(tiller): add tests Matt Butcher 2016-04-20 16:23:51 -0600
  • dcfd1a4284 fix(storage): use new HAPI for storage Matt Butcher 2016-04-20 13:02:49 -0600
  • 761663023d Merge pull request #36 from adamreese/feat/local-cluster Adam Reese 2016-04-19 19:35:56 -0700
  • 9e24283235 feat(local-cluster): add kubernetes startup script Adam Reese 2016-04-19 09:52:29 -0700
  • 8b8000ecc4 feat(helm): implement home command Michelle Noorali 2016-04-18 21:47:56 -0600
  • f741fe6953 ref(package): add error handling on args Michelle Noorali 2016-04-18 21:39:31 -0600
  • d54c351afb Merge pull request #28 from michelleN/helm-init Michelle Noorali 2016-04-18 17:30:52 -0600
  • 50f4349512 feat(tiller): add template and release to install Matt Butcher 2016-04-18 17:28:04 -0600
  • 7d207d9a71 feat(init): add local config step to init Michelle Noorali 2016-04-18 14:28:26 -0600
  • d3cff27bf9 Merge pull request #26 from technosophos/feat/helm-install Matt Butcher 2016-04-18 12:57:29 -0600
  • d3830753b4 Merge pull request #25 from technosophos/feat/toml-parser Matt Butcher 2016-04-18 12:37:38 -0600
  • 0b9683e193 feat(tiller): add release server stub Matt Butcher 2016-04-18 12:33:25 -0600
  • b9dbc0577b Merge pull request #20 from technosophos/feat/helm-create Matt Butcher 2016-04-18 11:19:54 -0600
  • 8b36967a7e fix(client): remove auto-generating maintainer Matt Butcher 2016-04-18 11:04:55 -0600
  • 1dd6c01f5d fix(helm): improve create help Matt Butcher 2016-04-15 17:52:33 -0600
  • a97bf8b7c0 feat(helm): implement 'helm create' Matt Butcher 2016-04-14 16:54:04 -0600
  • 8858056386 Merge pull request #16 from fibonacci1729/feat/hapi-pb Brian 2016-04-15 17:46:30 -0600
  • a3066bb0c0 feat(hapi-pb): 1. remove preliminary hapi protocol buffer definitions 2. modify hapi Makefile 3. update hapi protobuf model in _proto/hapi/{chart,release,services} 4. generate protobuf src to pkg/proto/hapi/{chart,release,services} Brian Hardock 2016-04-14 11:40:20 -0600
  • 619e1e2a0a feat(chart): add values parser Matt Butcher 2016-04-15 16:18:46 -0600
  • b2f10dfade Merge ff94c62aba into 4d7c681ba0 #611 Daz Wilkin 2016-04-15 23:06:10 +0000
  • ff94c62aba Added specificity to installation instructions. #611 Daz Wilkin 2016-04-15 16:03:20 -0700
  • 84ac5cd3f0 Merge pull request #21 from technosophos/feat/helm-package Matt Butcher 2016-04-15 16:21:11 -0600
  • 3830e996a0 Merge pull request #24 from technosophos/feat/storage-crud Matt Butcher 2016-04-15 16:21:01 -0600
  • 0ad4803aa3 fix(storage): Use a CRUD interface Matt Butcher 2016-04-15 09:56:24 -0600
  • 2e11f26946 feat(home): add helm home command Michelle Noorali 2016-04-14 17:25:39 -0600
  • 8afc295608 feat(helm): add global usage description to helm Michelle Noorali 2016-04-14 17:25:00 -0600
  • 68e3cc1cc9 feat(helm): add 'helm package' command Matt Butcher 2016-04-14 17:08:05 -0600
  • 2d9563b483 Merge pull request #19 from adamreese/fix/makefile-madness Adam Reese 2016-04-14 15:23:44 -0700
  • af88c5863f fix(Makefile): disable verbose on build Adam Reese 2016-04-14 15:19:22 -0700
  • 5514252801 Merge pull request #11 from technosophos/feat/chart-pkg Matt Butcher 2016-04-14 16:01:59 -0600
  • ffa38d168d Merge pull request #14 from technosophos/feat/release-storage Matt Butcher 2016-04-14 15:15:03 -0600
  • 5f1803fe63 Merge pull request #17 from michelleN/helm-init Michelle Noorali 2016-04-14 15:14:49 -0600
  • 40cbc9007c ref(init): add desc, rm cmd/tiller/Dockerfile Michelle Noorali 2016-04-14 14:55:05 -0600
  • 306aca6aec feat(init): add init logic Michelle Noorali 2016-04-14 14:40:10 -0600
  • 72acb82e50 feat(init): add tiller installer logic Michelle Noorali 2016-04-14 14:39:32 -0600
  • 274067a2b4 ref(Makefile): add default registry + "/"s Michelle Noorali 2016-04-14 14:38:00 -0600
  • 47991c9c7c fix(chart): update chart testdata for newer format Matt Butcher 2016-04-14 13:55:57 -0600
  • 5b78c77f3f feat(chart): add chart package Matt Butcher 2016-04-12 17:18:33 -0600
  • acd8cac1b1 Merge 52b99f06d7 into 4d7c681ba0 #610 Sameer Naik 2016-04-14 14:33:41 +0000
  • 52b99f06d7 doc: fix typo in version string #610 Sameer Naik 2016-04-14 20:03:16 +0530
  • 44dc0de71f fix(server): add tests for in-memory storage Matt Butcher 2016-04-13 17:12:45 -0600
  • 338dc6d4fe feat(init): add Dockerfile for tiller Michelle Noorali 2016-04-12 16:08:22 -0700
  • 9281012d3c feat(helm): add init cmd and test Michelle Noorali 2016-04-12 13:42:27 -0700
  • fdede38769 Merge pull request #15 from adamreese/feat/docker-build Adam Reese 2016-04-13 15:10:46 -0700
  • fa6a33c349 feat(storage): add basic implementation of storage Matt Butcher 2016-04-13 12:54:57 -0600
  • df78765bf9 feat(Makefile): add a placeholder Dockerfile Adam Reese 2016-04-13 14:42:20 -0700
  • efdf5cd4ec feat(Makefile): add docker build tooling Adam Reese 2016-04-13 12:12:54 -0700
  • a4a0c79fc4 Merge pull request #13 from technosophos/fix/kubeclient-iface Matt Butcher 2016-04-13 13:01:48 -0600
  • 50951d87d7 Merge pull request #12 from technosophos/fix/test-dependencies Matt Butcher 2016-04-13 12:23:50 -0600
  • b8bf4db347 fix(environment): make KubeClient take multiple files Matt Butcher 2016-04-13 12:06:11 -0600
  • b647e9a94d fix(tiller): add server test Matt Butcher 2016-04-13 11:58:24 -0600
  • b04a1cc7d4 fix(tiller): set up Tiller environment correctly Matt Butcher 2016-04-13 11:55:27 -0600
  • 6563f55cfb Merge pull request #9 from technosophos/feat/template-engine Matt Butcher 2016-04-13 10:37:35 -0600
  • 913905a54f fix(tiller): change environment.Engine signature Matt Butcher 2016-04-12 16:58:53 -0600
  • fa387494fb feat(engine): add template engine Matt Butcher 2016-04-12 16:18:42 -0600
  • e1321bb86f Merge pull request #10 from adamreese/fix/validate-go Adam Reese 2016-04-12 16:02:26 -0700
  • 5207186ee9 fix(scripts): go vet is built into go Adam Reese 2016-04-12 15:30:38 -0700
  • 32697fa226 Merge pull request #8 from adamreese/feat/makefile Adam Reese 2016-04-12 14:30:53 -0700
  • 17c0ed972c feat(ci): add circleci build configuration Adam Reese 2016-04-12 14:13:56 -0700
  • 6092f01fac feat(Makefile): add Makefile Adam Reese 2016-04-12 14:03:25 -0700
  • a5ef8a22cf Merge pull request #6 from technosophos/feat/env-tests Matt Butcher 2016-04-12 13:07:06 -0600
  • 5455218278 Merge pull request #7 from technosophos/feat/chartfile-proto Matt Butcher 2016-04-12 13:06:58 -0600
  • b7b48ff72b feat(proto): stub out a Chartfile message Matt Butcher 2016-04-12 12:41:54 -0600
  • b86a1cb94e ifeat(tiller): add environment to server struct Matt Butcher 2016-04-12 12:23:44 -0600
  • f5b44b55d5 Merge 52e0514163 into 4d7c681ba0 #609 Daz Wilkin 2016-04-12 18:02:44 +0000
  • 52e0514163 Added specificity to installation instructions #609 Daz Wilkin 2016-04-12 11:02:39 -0700
  • 610c6ced09 fix(environment): add tests for Environment Matt Butcher 2016-04-12 11:53:42 -0600
  • c5b82110d7 Merge pull request #5 from technosophos/feat/first-protos Matt Butcher 2016-04-12 11:31:03 -0600
  • 632b5dcd52 Merge 6433c664ec into 4d7c681ba0 #608 vaikas-google 2016-04-12 17:04:29 +0000
  • 6433c664ec re-add the export from help text #608 Ville Aikas 2016-04-12 10:03:16 -0700
  • 7926b12c8a Sync helm client default for HELM_HOST with the actual protocol/port of the manager service Ville Aikas 2016-04-12 09:48:22 -0700
  • caf44dce86 Merge 490e4e9f07 into 4d7c681ba0 #588 Daz Wilkin 2016-04-12 15:45:23 +0000
  • a285bf4a4c Merge 10db7eafa1 into 4d7c681ba0 #548 Matt Butcher 2016-04-12 08:28:52 +0000
  • fc8c663646 Merge ac0eca221b into 4d7c681ba0 #605 runseb 2016-04-12 05:37:24 +0000
  • d081e39d17 Merge pull request #2 from technosophos/feat/grpc Matt Butcher 2016-04-11 17:44:12 -0600
  • 548dc31fc5 feat(proto): first protos for helm Matt Butcher 2016-04-11 17:43:14 -0600