Commit Graph

1450 Commits (ec870d0a3db087a868a513bdd1a913770bff9fb8)

Author SHA1 Message Date
Matt Butcher 2b2a5788f3 Merge pull request #824 from technosophos/feat/global-vars
8 years ago
Brian fda8029682 Merge pull request #829 from fibonacci1729/ref/pkg-helm
8 years ago
fibonacci1729 ea2e8e80fc ref(pkg/helm): package helm refactor
8 years ago
Matt Butcher 768d1fbdeb Merge pull request #823 from technosophos/fix/822-values.yaml
8 years ago
Matt Butcher 88622a20da fix(helm): read values.yaml instead of values.toml
8 years ago
Matt Butcher 60f5341b91 feat(chartutil): support global variables
8 years ago
Adam Reese 54f0ffe0cb Merge pull request #821 from adamreese/fix/speling
8 years ago
Adam Reese d013a3df36 fix(helm): s/arbitary/arbitrary/
8 years ago
Matt Butcher 490cef784c fix(tiller): refactor template render to use chartutil.
8 years ago
Matt Butcher e8109048a9 fix(chartutil): move values coalescing into chartutil
8 years ago
Adam Reese d95a144563 fix(chartutil): fix nil error on values
8 years ago
Matt Butcher 5a2174231b fix(helm): fix repo package to use chartutil
8 years ago
Matt Butcher 377a43385e fix(*): fixed import paths
8 years ago
Matt Butcher 72be00c6fc fix(chartutil): update 'fetch' and 'package' to use chartutil.
8 years ago
Matt Butcher cded50e34f fix(chartutil): update lint to use chartutil
8 years ago
Matt Butcher ebd81152dd fix(helm): update 'helm create' to use YAML.
8 years ago
Matt Butcher 9ca8c27e16 fix(*): change TOML to YAML
8 years ago
Matt Butcher 7aa4ffa4d4 feat(chartutil): switch TOML to YAML
8 years ago
Adam Reese 818c878700 chore(*): use k8s.io as the import path
8 years ago
Matt Butcher 336c650407 Merge pull request #777 from arschles/probes
8 years ago
Michelle Noorali 1b060b1f5c Merge pull request #785 from migmartri/784-malformed
8 years ago
Miguel Martinez a0c1125a39 fix(repo) Malformed URL
8 years ago
Aaron Schlesinger 9e1df63e77 using spaces in the tiller manifest yaml
8 years ago
Matt Butcher 759f754f1b Merge pull request #790 from technosophos/feat/chartutil-save
8 years ago
Matt Butcher 15a1cb4816 feat(chartutil): add Save function
8 years ago
Adam Reese 0f5c2951a2 feat(kube): use env variable to control kube logging
8 years ago
Matt Butcher 2802fcbd87 feat(chartutil): optimize for re-use
8 years ago
Matt Butcher 5d040ec181 Merge branch 'master' into feat/chartutil
8 years ago
Aaron Schlesinger 9940222d34 Add probes to the the embedded Tiller manifest
8 years ago
Adam Reese 9295cb5438 Merge pull request #776 from adamreese/feat/version
8 years ago
Matt Butcher f1b6373f76 Merge pull request #772 from Ladicle/fix-init-command
8 years ago
Adam Reese 5670d2db53 feat(version): statically link version at build time
8 years ago
Ladicle 97a9586a1b fix(tiller): fix install function
8 years ago
Matt Butcher 2704e47154 fix(helm): stop requiring a values.toml in a chart
8 years ago
Matt Butcher 25053e6ada feat(pkg/chartutil): add chartutil package
8 years ago
Michelle Noorali 1d4d5ec872 ref(helm): refactor helm unit tests
8 years ago
Matt Butcher 57c9861116 Merge pull request #715 from technosophos/docs/updated-charts
8 years ago
Adam Reese a19875adcc fix(style): cleanup coding style on error returns
8 years ago
Adam Reese 4df22392fc feat(tunnel): add logic for detecting tiller pod
8 years ago
Adam Reese 792aa1a1aa feat(kube): create tunnel for client
8 years ago
Matt Butcher 87429c66e9 Merge pull request #755 from technosophos/fix/chart-any
8 years ago
Matt Butcher 7d2ae9378a fix(proto): let chart take multiple Files.
8 years ago
Michelle Noorali b4844383aa ref(helm): digest -> checksum in index file
8 years ago
Michelle Noorali 447ce5a2dd ref(helm): fix chart url in index file
8 years ago
Michelle Noorali 7c2682112f Merge pull request #745 from michelleN/repo-index
8 years ago
Matt Butcher 53432c2cef Merge pull request #736 from technosophos/fix/672-package-output
8 years ago
Matt Butcher 423d44d597 Merge pull request #751 from technosophos/fix/helm-list-deleted
8 years ago
Michelle Noorali 0783fee7b7 ref(helm): refactor test index files for search
8 years ago
Michelle Noorali 2234dc8927 feat(helm): handle update case on index function
8 years ago
Michelle Noorali 7bd739c27e feat(helm): populate Digest & Created in index func
8 years ago
Michelle Noorali 7e2964c549 feat(helm): add chart url to index file entries
8 years ago
Michelle Noorali 4bb36c89ab feat(helm): generate index file for repository
8 years ago
Matt Butcher ec9b086ac8 fix(chart): change source to sources in chart file
8 years ago
Matt Butcher 1412a88cda fix(tiller): stop returning deleted releases for list
8 years ago
fibonacci1729 97170b0732 fix(hapi): field for miscellaneous files in a chart archive, e.g. 'README', 'LICENSE'
8 years ago
Matt Butcher 206e7266de Merge pull request #732 from technosophos/feat/install-release-name
8 years ago
Matt Butcher f483264ea1 fix(helm): fix output of helm package command
8 years ago
Matt Butcher 1a3b563fb9 fix(helm): improve --dry-run for helm delete
8 years ago
Matt Butcher b1fb7cea7d feat(helm): allow user to specify release name
8 years ago
Matt Butcher b199d8f58b fix(pkg/helm): skip test that can't run in Circle
8 years ago
Matt Butcher 5c942226a3 feat(helm): allow overriding values
8 years ago
Matt Butcher cca4705350 fix(style): fixed minor style issues
8 years ago
Michelle Noorali dde6bb37dd Merge pull request #721 from michelleN/update-fix
8 years ago
Michelle Noorali b2f7a8745d ref(helm): fix helm update
8 years ago
Matt Butcher 26e003b931 docs(chart): updated chart documentation
8 years ago
Matt Butcher e944028787 fix(helm): allow user to skip namespace creation
8 years ago
Matt Butcher b243a86f1c Merge pull request #669 from technosophos/feat/better-list
8 years ago
Matt Butcher a8642c81fc fix(helm,tiller): change list offset to next result
8 years ago
Matt Butcher 6844d3b493 feat(helm,tiller): add list reverse, string offset
8 years ago
Matt Butcher dfc9693afe feat(helm,tiller): add support for list filters
8 years ago
Matt Butcher ea6b82a43c feat(tiller): sort list in tiller, not helm
8 years ago
vaikas-google 932663bd5f add test for malformed values.toml file
8 years ago
vaikas-google 012b0f7c3e update the lint_test for correct errors
8 years ago
vaikas-google 7edce9b82b Validate Chart.yaml version for semver, validate that values.toml parses if present
8 years ago
Matt Butcher f51170ed35 Merge pull request #693 from technosophos/feat/storage-history
8 years ago
Adam Reese b9708b2e3b fix(tiller): use correct port in rc spec
8 years ago
Matt Butcher 938dbf095a feat(tiller): stub in release history
8 years ago
Michelle Noorali 0590ca1a71 Merge pull request #685 from michelleN/cache-rename
8 years ago
Matt Butcher 3ddacb6b4b fix(proto): fix style issues and documentation
8 years ago
Matt Butcher 9546b27d23 Merge pull request #677 from technosophos/fix/style-pkg
8 years ago
Michelle Noorali 9b732da719 ref(helm): rename cache file to index file
8 years ago
Matt Butcher 75a1aa648e fix(*): correct numerous golint errors
8 years ago
Matt Butcher 422700363e feat(pkg): add a timeconv.String function
8 years ago
Matt Butcher 37cf3eab92 feat(helm): allow user to specify namespace
8 years ago
Matt Butcher 9d78c33b69 feat(tiller): allow specifying namespace on cli
8 years ago
vaikas-google d50e22c707 Add search support
8 years ago
vaikas-google 9b4d2616c2 Add ability to untar charts after downloading them
8 years ago
Adam Reese fb8dd39268 Merge pull request #645 from adamreese/feat/kube-delete
8 years ago
Adam Reese 00ff8acfdc feat(kube): delete test example
8 years ago
Adam Reese 4a82e7ab4c feat(kube): add delete method
8 years ago
Matt Butcher 6db7c39b84 feat(helm, tiller): implement k8s portion of install
8 years ago
Matt Butcher eba4c59a84 Merge pull request #632 from technosophos/feat/helm-list
8 years ago
Matt Butcher e869c36cd2 feat(helm, tiller): implement list
8 years ago
Adam Reese 0b6309be02 ref(kube): refactor kubeclient to a struct
8 years ago
Adam Reese c44f0b0b01 test(kube): improve kubernetes client test coverage
8 years ago
Matt Butcher 6950fe42dd feat(helm, tiller): add release listings
8 years ago
Brian 2c71fb9f9b Merge pull request #627 from fibonacci1729/feat/chart2proto
8 years ago
Brian c349bfbffd feat(chart2proto): chart to proto transformations for helm grpc client
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
Matt Butcher 661e516a61 fix(lint): fix style issues
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 0ebeecbdd8 Merge pull request #68 from michelleN/helm-repo
9 years ago
Adam Reese 08d9b85f99 fix(kube): use a fake client in unit tests
9 years ago
Michelle Noorali e250328e22 feat(helm): add helm repo add command
9 years ago
Adam Reese 0fbc9229cd feat(kube): add kubernetes client
9 years ago
Matt Butcher 7e317e82db Merge pull request #63 from technosophos/feat/helm-lint
9 years ago
Matt Butcher cf9c8ebe3c feat(helm): add a very basic lint command
9 years ago
Matt Butcher dd2ff4f916 feat(tiller): implement get and status
9 years ago
Matt Butcher c9b3c36243 feat(helm): implement 'helm remove'
9 years ago
Matt Butcher a0aac1ad73 Merge pull request #56 from technosophos/fix/memory-storage-mutex
9 years ago
Matt Butcher 67e482c9e3 Merge pull request #57 from technosophos/feat/dry-run-install
9 years ago
Matt Butcher 627a0e24e8 fix(storage): add mutex to in-memory
9 years ago
Matt Butcher 58fdaf1e52 feat(tiller): add support for dry run install
9 years ago
Matt Butcher ab906a4f27 Merge pull request #55 from technosophos/feat/recursive-chart
9 years ago
Brian 104126d2d2 Merge pull request #53 from fibonacci1729/feat/tiller-client
9 years ago
Matt Butcher ba22a18fad fix(engine): coalesce values in templates
9 years ago
Michelle Noorali ae720981d3 ref(repo): fix style errors in cmd/helm & pkg/repo
9 years ago
Michelle Noorali 39a9eab114 ref(helm): comment + err cleanup on helm
9 years ago
Michelle Noorali 2e1701be11 helm(search): add search command
9 years ago
Michelle Noorali 7842d2457b feat(helm): reindex cache file
9 years ago
Michelle Noorali fbd6ffa4b9 feat(helm): add local dir in home to store charts
9 years ago
Michelle Noorali 00b9356a95 feat(helm): add serve command to start local repo
9 years ago
Brian 7bc50a5d79 feat(tiller): add initial tiller client for basic helm installs.
9 years ago
Matt Butcher 07312c68e9 fix(engine): support chart template recursion
9 years ago
Matt Butcher 6077968341 feat(engine): add recursive template resolution
9 years ago
Matt Butcher b708bde729 fix(*): remove unusted packages
9 years ago
Matt Butcher c4b2926ce6 fix(*): fix misc style issues
9 years ago
Matt Butcher dcfd1a4284 fix(storage): use new HAPI for storage
9 years ago
Matt Butcher 50f4349512 feat(tiller): add template and release to install
9 years ago
Matt Butcher d3cff27bf9 Merge pull request #26 from technosophos/feat/helm-install
9 years ago
Matt Butcher d3830753b4 Merge pull request #25 from technosophos/feat/toml-parser
9 years ago
Matt Butcher 0b9683e193 feat(tiller): add release server stub
9 years ago
Matt Butcher 1dd6c01f5d fix(helm): improve create help
9 years ago
Matt Butcher a97bf8b7c0 feat(helm): implement 'helm create'
9 years ago
Brian Hardock a3066bb0c0 feat(hapi-pb):
9 years ago
Matt Butcher 619e1e2a0a feat(chart): add values parser
9 years ago
Matt Butcher 0ad4803aa3 fix(storage): Use a CRUD interface
9 years ago
Matt Butcher 5514252801 Merge pull request #11 from technosophos/feat/chart-pkg
9 years ago
Matt Butcher ffa38d168d Merge pull request #14 from technosophos/feat/release-storage
9 years ago
Michelle Noorali 72acb82e50 feat(init): add tiller installer logic
9 years ago
Matt Butcher 47991c9c7c fix(chart): update chart testdata for newer format
9 years ago
Matt Butcher 5b78c77f3f feat(chart): add chart package
9 years ago
Matt Butcher fa6a33c349 feat(storage): add basic implementation of storage
9 years ago
Matt Butcher b04a1cc7d4 fix(tiller): set up Tiller environment correctly
9 years ago
Matt Butcher 913905a54f fix(tiller): change environment.Engine signature
9 years ago
Matt Butcher fa387494fb feat(engine): add template engine
9 years ago
Matt Butcher 7a0413344e feat(tiller): stub out environment
9 years ago
Matt Butcher 0868355d3e feat(cmd): add grpc client and server
9 years ago