Matt Butcher
84146a29cd
feat(deploy): upload chart if its local
9 years ago
Matt Butcher
b4c31808eb
Merge pull request #21 from technosophos/fix/http-status-code-check
...
fix(dm): correct error in status code check
9 years ago
Matt Butcher
0bbde9ad31
Merge pull request #23 from technosophos/feat/deploy
...
Implement client side of `helm deploy`
9 years ago
Adam Reese
a0acb3d5e4
Merge pull request #24 from adamreese/fix/create-in-dir
...
fix(create): do not use full path for chart name
9 years ago
Adam Reese
7492ad7fe9
fix(create): do not use full path for chart name
9 years ago
Matt Butcher
436b7f0378
feat(deploy): deploy using Configuration
...
This re-jiggers the deployment to use common.Configuration. Right
now it will not work, since the remote server expects a common.Template
instead of a common.Configuration. Still trying to figure out which
side to change.
9 years ago
Matt Butcher
61b2e875cd
fix(Makefile): improve gofmt output on errors
9 years ago
Matt Butcher
52ae1c1897
fix(dm): correct error in status code check
...
Also made an HTTPError error type to make it easier to type
switch on errors.
9 years ago
Matt Butcher
117679c10e
Merge pull request #16 from technosophos/feat/deploy
...
feat(deploy): deploy charts
9 years ago
Matt Butcher
0cdd077114
fix(*): minor codebase cleanups
...
Cleaned up some of the code we inherited from DM.
9 years ago
Adam Reese
ec4e9f308d
Merge pull request #19 from adamreese/feat/delete
...
feat(delete): add delete verb
9 years ago
Adam Reese
08aed00f93
Merge pull request #18 from adamreese/fix/dm-install
...
fix(dm-install): do not require a namespace on kubectl create
9 years ago
Adam Reese
dbd90b5cca
feat(delete): add delete verb
9 years ago
Adam Reese
838d5c0401
chore(spelling): s/primative/primitive/
9 years ago
Adam Reese
73bfdf949e
fix(dm-install): do not require a namespace on kubectl create
...
When trying to create a new namespace, specifying a namespace will error
9 years ago
Matt Butcher
1058fb9ccf
feat(deploy): Create dm.Client from cli.Context
...
Also, remove a whole bunch of unused functions.
9 years ago
Matt Butcher
bbb3229da1
fix(deploy): add tests
9 years ago
Adam Reese
4a5cf501b1
Merge pull request #17 from adamreese/fix/cmd-init
...
fix(cmd): prevent cmd init functions from racing
9 years ago
Adam Reese
bf8d4b371d
fix(cmd): prevent cmd init functions from racing
...
No running in the halls!
9 years ago
Adam Reese
a2e928adda
Merge pull request #15 from adamreese/ref-cmd
...
ref(cmd): break up command definitions
9 years ago
Adam Reese
3c62cd9fc8
ref(cmd): break up command definitions
9 years ago
Adam Reese
20d3ea9fb6
Merge pull request #9 from adamreese/get-deployments
...
feat(get): add get deployment command
9 years ago
Adam Reese
6058cad0a1
feat(client): add timeout cli option
9 years ago
Adam Reese
8cf1f35059
chore(*): remove global debug variable
9 years ago
Adam Reese
927c084f63
feat(client): add helm user agent
9 years ago
Adam Reese
1e741afb58
feat(get): add get verb
9 years ago
Adam Reese
570083361d
feat(format): add yaml output format
9 years ago
Adam Reese
fccfcc8e38
Merge pull request #13 from adamreese/dm-tests
...
test(dm): add unit tests for dm client
9 years ago
Adam Reese
fd7e9b9624
feat(test): add test coverage to Makefile
9 years ago
Adam Reese
fe60ff17c1
feat(debug): add debug flag
9 years ago
Adam Reese
4fc6a7b6c0
test(dm): add unit tests for dm client
9 years ago
Adam Reese
692a27bbed
Merge pull request #12 from adamreese/dm-client-refactor
...
ref(client): refactor url parsing
9 years ago
Adam Reese
bb9c5fcad6
fix(glide): use master branch of deployment-manager
9 years ago
Adam Reese
6fd1680b9f
ref(client): refactor url parsing
9 years ago
Seth Goings
133dc30fcf
Merge pull request #10 from sgoings/travis-build
...
feat(travis): add travis build
9 years ago
Matt Butcher
361b4519b0
Merge pull request #11 from technosophos/feat/travis-badge
...
fix(travis): add badge
9 years ago
Matt Butcher
1ab3cd135f
fix(travis): add badge
9 years ago
Matt Butcher
03aff9bd47
Merge pull request #7 from deis/feat/create-pack
...
feat(create): add create and pack verbs.
9 years ago
Matt Butcher
e7445a4632
fix(vet): fix a number of lint/vet warnings
9 years ago
Matt Butcher
be2a09d612
fix(lint): correct several formatting issues
9 years ago
Matt Butcher
9b494f5546
feat(deploy): deploy charts instead of templates
9 years ago
Matt Butcher
9b9705e7a1
feat(create): add create and pack verbs.
...
This adds `helm create CHART` and `helm pack CHART`. Both are really
basic.
NOTE: This is running off of my fork of dm until they get the new chart
stuff merged.
9 years ago
Seth Goings
ade66d8313
feat(travis): add travis build
9 years ago
Adam Reese
22c6b9b21c
Merge pull request #8 from adamreese/dm-uninstall
...
feat(dm-delete): add dm-delete command
9 years ago
Adam Reese
1e37113c39
feat(dm-delete): add dm-delete command
9 years ago
Michelle Noorali
a3166a9cdc
Merge pull request #3 from michelleN/doctor
...
Doctor
9 years ago
Michelle Noorali
5884ff12a4
feat(*): add doctor cmd
9 years ago
Michelle Noorali
c2483f13c8
Merge pull request #6 from michelleN/registry-fixes
...
ref(deploy): adjusting to new dm registry interface
9 years ago
Adam Reese
a7b5be71f1
Merge pull request #5 from adamreese/dev-workflow
...
fix(Makefile): Fix Makefile targets
9 years ago
Michelle Noorali
73e2f7bc8d
ref(deploy): adjusting to new dm registry interface
9 years ago