jackgr
|
2c20a3185f
|
Make expander use dynamic service name
|
9 years ago |
jackgr
|
8e8bbb3f56
|
Remove expandbird address and URL command line flags
|
9 years ago |
jackgr
|
dc91ff264b
|
Move service lookup to pkg/util
|
9 years ago |
Michelle Noorali
|
3b9484a026
|
ref(helm): make repo not found error more clear
This addresses issue #563
|
9 years ago |
Jack Greenfield
|
0af0856efa
|
Merge pull request #556 from jackgr/change-repos
Change repo references from dm-k8s-prod to new repos and update build and push for client and server images
|
9 years ago |
Michelle Noorali
|
9b2090081f
|
ref(helm/doctor): update error message
This resolves issue #558.
|
9 years ago |
jackgr
|
394bf18802
|
Update push and get-install.sh
|
9 years ago |
jackgr
|
0edcff023f
|
Change dm-k8s-prod to kubernetes-helm
|
9 years ago |
Michelle Noorali
|
abd1a5c1bf
|
Merge pull request #489 from michelleN/valid-repo
feat(repo): validate repo url
|
9 years ago |
vaikas-google
|
4edccdea5f
|
fix the tests for the command
|
9 years ago |
vaikas-google
|
7587769d0b
|
Implement deployment describe
|
9 years ago |
Dave Cunningham
|
323836ea68
|
JSONschema support
|
9 years ago |
Michelle Noorali
|
d732e83839
|
fix(repo): fix args description
|
9 years ago |
Michelle Noorali
|
41f4705ec9
|
feat(repo): add `repo add` command description
|
9 years ago |
runseb
|
75ded56fb5
|
fix namespace for helm server status
|
9 years ago |
Dave Cunningham
|
c66d8b17f3
|
Add Go template expander
|
9 years ago |
Matt Butcher
|
68e1d82093
|
Merge pull request #530 from technosophos/fix/test-manager-put-dep
fix(manager): add test for put deployment.
|
9 years ago |
Adam Reese
|
adfe394664
|
fix(manager): remove deadcode
|
9 years ago |
Matt Butcher
|
a6b9b8c7e4
|
fix(manager): add test for put deployment.
|
9 years ago |
Matt Butcher
|
f63e6bc151
|
Merge pull request #526 from technosophos/fix/helm-usage
fix(cli): Add -n alias for --name
|
9 years ago |
Matt Butcher
|
51c4953c9d
|
fix(*): replace occurances of Deployment Manager
|
9 years ago |
Matt Butcher
|
adfdef49a9
|
fix(cli): Add -n alias for --name
On 'helm deploy', add '-n' as an alias for '--name', and also
update docs to make it neutral about whether '-n'/'--name' is required.
|
9 years ago |
Matt Butcher
|
7593878b5f
|
Merge pull request #519 from technosophos/fix/delete-dm
fix(dm): remove cmd/dm for MVP
|
9 years ago |
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
|
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 |
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 |
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 |
jackgr
|
0b3f545bf4
|
Fix expansion test
|
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
|
955d13a059
|
Merge pull request #494 from sparkprime/fixes
Fix unused struct and bad log output
|
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 |
Adam Reese
|
a6af67ee22
|
Merge pull request #491 from adamreese/feat/helm-kubectlpath
feat(cli) add kubectl path option
|
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 |
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 |