vaikas-google
05374bbebf
untabify status.proto file
8 years ago
vaikas-google
bdbe457c3c
forgot to change the return to string
8 years ago
Adam Reese
2cfb11fe44
fix(cmd): s/specifiy/specify/
8 years ago
vaikas-google
d2841f92f3
formatting changes, add comments, make tests pass
8 years ago
Brian
1b15275135
Merge pull request #1007 from fibonacci1729/feat/storage-memory
...
feat(storage): in-memory & configmaps driver
8 years ago
fibonacci1729
ae2d6c5050
Merge branch 'master' into feat/storage-memory
8 years ago
vaikas-google
d8e185267d
First cut of adding dynamic cluster support to status command
8 years ago
fibonacci1729
9d3a1ed2a7
basic cfgmaps driver tests
8 years ago
Michelle Noorali
ae4ff5cd81
Merge pull request #1030 from michelleN/feat/690-helm-upgrade
...
feat(*): implement helm upgrade + upgrade hooks
8 years ago
Matt Butcher
37e33e7d09
Merge pull request #1032 from technosophos/docs/889-minikube
...
docs(developers): recommend minikube
8 years ago
fibonacci1729
d5aca1666c
configmaps: style fix
8 years ago
fibonacci1729
ce909a39d6
fix: return only deployed releases
8 years ago
fibonacci1729
94a154b745
more style fixes and cleanup
8 years ago
fibonacci1729
559e9081fb
style fixes and cleanup
8 years ago
fibonacci1729
3dca699410
fix: storage tests
8 years ago
Adam Reese
f25206352d
Merge pull request #1031 from adamreese/fix/ignore-dist
...
fix(git): ignore _dist directory
8 years ago
Michelle Noorali
f99228778d
feat(*): integrate support for upgrade hooks
8 years ago
Matt Butcher
ad77fedf26
docs(developers): recommend minikube
...
This reflects our internal decision to suggest minikube rather than
commit resources to maintaining scripts/local-cluster.sh
Closes #889
8 years ago
fibonacci1729
3a6a9f2436
gofmt on cmd/tiller
8 years ago
fibonacci1729
7c56882ed9
fix configmaps list, and labels mechanism for future tiller mgmt
8 years ago
Adam Reese
ebb7584ab2
fix(git): ignore _dist directory
8 years ago
fibonacci1729
1d04646c85
update failing tests to use new storage / driver apis
8 years ago
fibonacci1729
cba0c6615f
gofmt
8 years ago
fibonacci1729
b28c3793a0
add feature flag to use storage driver configmaps
8 years ago
fibonacci1729
8c56533a47
configmap tests & some reduction in driver complexity
8 years ago
Matt Butcher
24e891ee6d
Merge pull request #1029 from ammeon/serve-repo-path
...
Serve charts from specified local repository path
8 years ago
Michelle Noorali
70b9f11a03
feat(*): add disable hooks flag to `helm upgrade`
8 years ago
Michelle Noorali
8be3a34ac6
feat(tiller): add update logic to release server
8 years ago
Michelle Noorali
9465ce979b
chore(helm): add options to update request
8 years ago
Matt Butcher
cc2c1d9393
Merge pull request #1025 from technosophos/fix/1024-missing-values
...
fix(helm): fix inspect command to not panic
8 years ago
Matt Butcher
038d7102a9
Merge pull request #1028 from technosophos/fix/989-helm-ignore-defaults
...
fix(helm): fix helmignore evaluation of dirs
8 years ago
joe2far
1e7c814e8a
Serve charts from specified local repository path
8 years ago
Michelle Noorali
dd8b0ffba0
Merge pull request #1026 from michelleN/feat/690-helm-upgrade
...
feat(kube): add update logic to kube client
8 years ago
fibonacci1729
eff6a71961
chore(glide): add uuid package to glide.yaml
8 years ago
fibonacci1729
2d95906e1a
wip: cfgmaps storage driver
8 years ago
fibonacci1729
74deac940b
update tiller environment & release server to use new storage
8 years ago
fibonacci1729
0e26f20268
gofmt, style, and added comments
8 years ago
Michelle Noorali
1b31382d9c
chore(glide): add kube pkgs to glide.yaml
...
* Thanks for the reminder adam :)
8 years ago
Matt Butcher
2e95230b30
fix(helm): fix helmignore evaluation of dirs
...
This adds a few extra settings to the default .helmignore file. In
doing this, I found a bug that some directory patterns are not
evaluated correctly. Fixed that and added tests.
Closes #989
Closes #1027
8 years ago
Michelle Noorali
f600b30c7a
feat(kube): add update logic to kube client
...
This commit adds an Update function to the client.
The Update function takes in the modified manifests and
the original manifests. It then iterates through the modified
objects, creates objects not found in kubernetes, and updates
objects that exists but have been modified. Finally, it
iterates through the original resources and checks to see if
they have been deleted in the modified configuration and then
proceeds to delete them. #690
8 years ago
fibonacci1729
a83425d44b
style & doc comments
8 years ago
Michelle Noorali
584245eadf
Merge pull request #1023 from mumoshu/check-tgz-extension
...
Check for the tgz extension while collecting chart paths
8 years ago
Matt Butcher
b009bf7dc4
fix(helm): fix inspect command to not panic
...
Helm can now inspect a chart if the values.yaml file is not present or
is empty.
8 years ago
Yusuke Kuoka
c0de9b4ada
Check for the tgz extension while collecting chart paths
8 years ago
Matt Butcher
7800a3c81e
Merge pull request #1021 from technosophos/ref/1020-change-getstring-get
...
ref(templates): change GetString to Get
8 years ago
fibonacci1729
241cc29883
gofmt
8 years ago
fibonacci1729
c7e3ec7c46
add license to filter.go
8 years ago
fibonacci1729
d458bb7fb9
Change Create to return ErrReleaseExists if release exists
8 years ago
fibonacci1729
fad498e8fd
added / documented common errors
8 years ago
Miguel Ángel Martínez Triviño
2521ce7bc2
Merge pull request #1019 from ebraminio/strictflag
...
Add a strict flag to helm lint
8 years ago