Michelle Noorali
|
da846af69f
|
fix(deployments_test): fix small go vet error
|
9 years ago |
Matt Butcher
|
5bd47e7300
|
fix(dm): remove cmd/dm for MVP
|
9 years ago |
Matt Butcher
|
baf9ae9c78
|
Merge pull request #518 from technosophos/fix/doctor
fix(cli): fix 'helm doctor'
|
9 years ago |
Adam Reese
|
7d6b82544b
|
Merge pull request #517 from adamreese/fix/go-vet
fix(govet): fixes output on go vet
|
9 years ago |
Matt Butcher
|
94a41c081a
|
Merge pull request #515 from technosophos/fix/mvp-cmd-cleanup
fix(cli): remove unimplemented commands
|
9 years ago |
Matt Butcher
|
677df72dda
|
fix(cli): fix 'helm doctor'
Rather than remove 'helm doctor' for MVP, I just fixed the one small bug
that was preventing it from working.
|
9 years ago |
Adam Reese
|
8070b16cb6
|
fix(*): fix go vet issues
|
9 years ago |
Adam Reese
|
e6802c00bc
|
fix(govet): fixes output on go vet
|
9 years ago |
vaikas-google
|
8813fedbe1
|
Merge pull request #477 from vaikas-google/master
Add an example for pushing charts with gsutil
|
9 years ago |
Adam Reese
|
0839db2ca1
|
Merge pull request #514 from adamreese/fix/validate-go
fix(gofmt): run gofmt on all go files
|
9 years ago |
Matt Butcher
|
629f5e9fd5
|
fix(cli): remove deprecated 'helm status' command
|
9 years ago |
Matt Butcher
|
5c13a4b968
|
fix(cli): remove lint, redeploy and release for MVP
|
9 years ago |
Adam Reese
|
4dc459b116
|
fix(gofmt): run gofmt on all go files
Fixes: #507
|
9 years ago |
Matt Butcher
|
e96978067c
|
fix(cli): remove 'helm search' for MVP
|
9 years ago |
Matt Butcher
|
274eb198bf
|
fix(cli): remove unused 'helm dep' subcommands
|
9 years ago |
Matt Butcher
|
ccb730678f
|
fix(cli): remove unused credential commands
|
9 years ago |
Matt Butcher
|
5ae6b0b811
|
fix(cli): remove non-MVP 'helm chart' functions.
|
9 years ago |
Michelle Noorali
|
1eb4cf41f8
|
Merge pull request #492 from michelleN/fix-style
chore(client): fix style errors
|
9 years ago |
Jack Greenfield
|
6ec1c9e345
|
Merge pull request #500 from jackgr/deployment
More tweaks to enable end to end deployment
|
9 years ago |
jackgr
|
0b3f545bf4
|
Fix expansion test
|
9 years ago |
jackgr
|
7cc0a496cf
|
Fix replicatedservice namespace
|
9 years ago |
jackgr
|
d9f1fac36d
|
Fix client property parsing
|
9 years ago |
Dave Cunningham
|
c69ed291a0
|
Merge pull request #499 from sparkprime/pytest
Add ReplicationController test for py
|
9 years ago |
Dave Cunningham
|
d52f496dad
|
Add ReplicationController test for py
|
9 years ago |
Adam Reese
|
66f6db730c
|
Merge pull request #497 from adamreese/fix/expandybird-test
fix(test): fix expandybird environment variables
|
9 years ago |
Jack Greenfield
|
2c351c065c
|
Merge pull request #498 from jackgr/deployment
More tweaks to enable end-to-end deployment
|
9 years ago |
Michelle Noorali
|
91b1b0b3f1
|
Merge pull request #495 from michelleN/edit-script
ref(scripts): update start-local.sh output
|
9 years ago |
Jack Greenfield
|
955d13a059
|
Merge pull request #494 from sparkprime/fixes
Fix unused struct and bad log output
|
9 years ago |
jackgr
|
b20a7c53a2
|
Updated replicatedservice chart
|
9 years ago |
jackgr
|
c245006d16
|
Add expansion request and response logging
|
9 years ago |
jackgr
|
242ad69d35
|
Remove base64 chart member encoding
|
9 years ago |
Adam Reese
|
c07213041e
|
fix(test): fix expandybird environment variables
When adding additional env to an Cmd you must use append
|
9 years ago |
Michelle Noorali
|
467a50833d
|
ref(scripts): update start-local.sh output
|
9 years ago |
Adam Reese
|
a6af67ee22
|
Merge pull request #491 from adamreese/feat/helm-kubectlpath
feat(cli) add kubectl path option
|
9 years ago |
Matt Butcher
|
3539586c1d
|
Merge pull request #490 from technosophos/fix/manager-test-delete-deployment
fix(manager): add test for delete deployment API
|
9 years ago |
Adam Reese
|
c6af169577
|
fix(cli): use global option string for kubectl
|
9 years ago |
Adam Reese
|
84e7abca89
|
feat(cli) add kubectl path option
|
9 years ago |
Adam Reese
|
fc40bc8d16
|
fix(cli): use kubectl builder consistently
|
9 years ago |
Michelle Noorali
|
dbbb4933c9
|
chore(client): fix style errors
|
9 years ago |
Matt Butcher
|
efeac79288
|
fix(manager): add unmarshal test on delete deployment
Deleting a deployment returns the deployment object. This adds an
unmarshal test on that.
|
9 years ago |
Dave Cunningham
|
4e8b72edce
|
Fix bug in logging message
|
9 years ago |
Dave Cunningham
|
901c227612
|
Remove unused struct
|
9 years ago |
Matt Butcher
|
5263995b14
|
fix(manager): add test for delete deployment API
|
9 years ago |
Michelle Noorali
|
61a9296bb5
|
Merge pull request #487 from michelleN/error-handling
ref(client): return cleaner errors
|
9 years ago |
jackgr
|
100dd3b09a
|
Add chart content test
|
9 years ago |
Michelle Noorali
|
af01eeb67e
|
ref(client): return cleaner errors
|
9 years ago |
Jack Greenfield
|
cbe756cbb6
|
Merge pull request #486 from jackgr/deployment
Tweaks to get end to end deployment working
|
9 years ago |
jackgr
|
2710a53867
|
Fix repo format default error
|
9 years ago |
jackgr
|
ffb7978333
|
Fix chart names in expandybird tests
|
9 years ago |
jackgr
|
f3bfca7891
|
Remove invalid assertion in expandybird service wrapper
|
9 years ago |