Commit Graph

273 Commits (fcaa4264916ce53651c5780e1c8aa65d4e5e25f4)

Author SHA1 Message Date
Michelle Noorali 66477e0598 ref(helm): add helper to check len of cmd args
8 years ago
Michelle Noorali ef4da35607 Merge pull request #629 from michelleN/tiller-img
8 years ago
Michelle Noorali 25aef96c3c chore(*): update tiller image
8 years ago
Adam Reese aca9f0f8f2 fix(vet): fix weird go vet issue
8 years ago
Matt Butcher bdedb38dfb feat(helm): add 'get values', 'get manifest'
8 years ago
Matt Butcher fa0982ac00 Merge pull request #617 from technosophos/feat/tiller-flags
8 years ago
Matt Butcher 67bd026840 fix(tiller): pass address and port via flag
8 years ago
Adam Reese 03fe44f3da ref(init): refactor init command to use kube client
8 years ago
Matt Butcher f098cb6fb6 fix(*): rewrite import paths
8 years ago
Michelle Noorali b6411be797 feat(helm): add helm repo list command
8 years ago
Michelle Noorali e250328e22 feat(helm): add helm repo add command
8 years ago
Michelle Noorali 5251344318 feat(helm): add structure.go to hold paths
8 years ago
Matt Butcher 7e317e82db Merge pull request #63 from technosophos/feat/helm-lint
8 years ago
Matt Butcher 7142189c35 Merge pull request #59 from technosophos/feat/helm-get-status
8 years ago
Michelle Noorali a6dd3cb0b9 Merge pull request #64 from michelleN/helm-serve
8 years ago
Michelle Noorali 8404d743a0 ref(init): save helm paths to variables
8 years ago
Matt Butcher cf9c8ebe3c feat(helm): add a very basic lint command
8 years ago
Matt Butcher dd2ff4f916 feat(tiller): implement get and status
8 years ago
Matt Butcher c9b3c36243 feat(helm): implement 'helm remove'
8 years ago
Matt Butcher 67e482c9e3 Merge pull request #57 from technosophos/feat/dry-run-install
8 years ago
Matt Butcher 58fdaf1e52 feat(tiller): add support for dry run install
8 years ago
Brian 104126d2d2 Merge pull request #53 from fibonacci1729/feat/tiller-client
8 years ago
Michelle Noorali ae720981d3 ref(repo): fix style errors in cmd/helm & pkg/repo
8 years ago
Michelle Noorali 39a9eab114 ref(helm): comment + err cleanup on helm
8 years ago
Michelle Noorali 9e05956efa feat(fetch): stub out fetch command
8 years ago
Michelle Noorali 2e1701be11 helm(search): add search command
8 years ago
Michelle Noorali 7842d2457b feat(helm): reindex cache file
8 years ago
Michelle Noorali f9c06b1da2 feat(init): add cache.txt to $HELM_HOME/local
8 years ago
Michelle Noorali a5a1ef9546 feat(package): save package to $HELM_HOME/local
8 years ago
Michelle Noorali fbd6ffa4b9 feat(helm): add local dir in home to store charts
8 years ago
Michelle Noorali 00b9356a95 feat(helm): add serve command to start local repo
8 years ago
Brian 7bc50a5d79 feat(tiller): add initial tiller client for basic helm installs.
8 years ago
Matt Butcher b708bde729 fix(*): remove unusted packages
8 years ago
Matt Butcher c4b2926ce6 fix(*): fix misc style issues
8 years ago
Matt Butcher 33a543c920 fix(tiller): replace codegangsta with cobra
8 years ago
Matt Butcher 00966bb4d1 fix(helmet): remove helmet
8 years ago
Michelle Noorali 09a3b7ed1e Merge pull request #34 from michelleN/helm-package
8 years ago
Michelle Noorali e5b84e3a3e Merge pull request #35 from michelleN/helm-home
8 years ago
Matt Butcher 77322a5f06 Merge pull request #32 from technosophos/feat/helm-install
8 years ago
Matt Butcher 00aaf653da fix(tiller): add tests
8 years ago
Matt Butcher dcfd1a4284 fix(storage): use new HAPI for storage
8 years ago
Michelle Noorali 8b8000ecc4 feat(helm): implement home command
8 years ago
Michelle Noorali f741fe6953 ref(package): add error handling on args
8 years ago
Michelle Noorali d54c351afb Merge pull request #28 from michelleN/helm-init
8 years ago
Matt Butcher 50f4349512 feat(tiller): add template and release to install
8 years ago
Michelle Noorali 7d207d9a71 feat(init): add local config step to init
8 years ago
Matt Butcher d3cff27bf9 Merge pull request #26 from technosophos/feat/helm-install
8 years ago
Matt Butcher 0b9683e193 feat(tiller): add release server stub
8 years ago
Matt Butcher 8b36967a7e fix(client): remove auto-generating maintainer
8 years ago
Matt Butcher 1dd6c01f5d fix(helm): improve create help
8 years ago
Matt Butcher a97bf8b7c0 feat(helm): implement 'helm create'
8 years ago
Matt Butcher 84ac5cd3f0 Merge pull request #21 from technosophos/feat/helm-package
8 years ago
Matt Butcher 0ad4803aa3 fix(storage): Use a CRUD interface
8 years ago
Michelle Noorali 2e11f26946 feat(home): add helm home command
8 years ago
Michelle Noorali 8afc295608 feat(helm): add global usage description to helm
8 years ago
Matt Butcher 68e3cc1cc9 feat(helm): add 'helm package' command
8 years ago
Matt Butcher ffa38d168d Merge pull request #14 from technosophos/feat/release-storage
8 years ago
Michelle Noorali 40cbc9007c ref(init): add desc, rm cmd/tiller/Dockerfile
8 years ago
Michelle Noorali 306aca6aec feat(init): add init logic
8 years ago
Matt Butcher 44dc0de71f fix(server): add tests for in-memory storage
8 years ago
Michelle Noorali 338dc6d4fe feat(init): add Dockerfile for tiller
8 years ago
Michelle Noorali 9281012d3c feat(helm): add init cmd and test
8 years ago
Matt Butcher fa6a33c349 feat(storage): add basic implementation of storage
8 years ago
Matt Butcher a4a0c79fc4 Merge pull request #13 from technosophos/fix/kubeclient-iface
8 years ago
Matt Butcher b8bf4db347 fix(environment): make KubeClient take multiple files
8 years ago
Matt Butcher b647e9a94d fix(tiller): add server test
8 years ago
Matt Butcher b04a1cc7d4 fix(tiller): set up Tiller environment correctly
8 years ago
Matt Butcher 913905a54f fix(tiller): change environment.Engine signature
8 years ago
Matt Butcher b86a1cb94e ifeat(tiller): add environment to server struct
8 years ago
Matt Butcher 610c6ced09 fix(environment): add tests for Environment
8 years ago
Matt Butcher ce1185faa8 feat(helm): add initial helm client
8 years ago
Matt Butcher 7a0413344e feat(tiller): stub out environment
8 years ago
Matt Butcher 0868355d3e feat(cmd): add grpc client and server
9 years ago