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
8636deab5a
Change server image default tag from v1.2.1 to latest
9 years ago
jackgr
0edcff023f
Change dm-k8s-prod to kubernetes-helm
9 years ago
vaikas-google
7587769d0b
Implement deployment describe
9 years ago
runseb
914a341e3a
Use helm namespace in uninstall method
9 years ago
runseb
0b501dd239
move old DM install to helm namespace and helm app label
9 years ago
Adam Reese
5ccf7ed9b3
fix(client): fix append deployments url
...
Fixes issue when base url has a prefix
9 years ago
Michelle Noorali
dbbb4933c9
chore(client): fix style errors
9 years ago
Michelle Noorali
af01eeb67e
ref(client): return cleaner errors
9 years ago
jackgr
2bb5680917
Plumb deployment request through client
9 years ago
Michelle Noorali
5aedea16c5
feat(deployment): add describe command to helm cli
9 years ago
Dave Cunningham
7c73cd8879
chartify Expansion API & expandybird service
...
chartify create deployment API
modify CLI to match
9 years ago
Adam Reese
96c21b02f6
ref(client): remove depreciated methods
9 years ago
Adam Reese
adac4aa708
fix(client): set Content-Type header
9 years ago
Adam Reese
bc49fe625e
ref(client): add a success helper function
9 years ago
Adam Reese
ea7166b83a
ref(client): use anonymous embedded error
...
/cc @technosophos
9 years ago
Adam Reese
6adaa45cce
ref(client): allow NewRequest to accept multiple types
9 years ago
Adam Reese
c3aaa8b56e
ref(client): add wrappers for method chaining
9 years ago
Adam Reese
f382c70fb6
ref(client): use const for default values
9 years ago
Adam Reese
fa6b34aa6b
ref(client): add a Get method helper
9 years ago
Adam Reese
d91df39cba
ref(client): remove action param
9 years ago
Adam Reese
ee2346e82a
fix(client): add accept header
9 years ago
Adam Reese
961afe3047
ref(client): separate deployments from client file
9 years ago
Adam Reese
2b601558f5
fix(client): use build version in user-agent
9 years ago
Adam Reese
3c34963f33
fix(client): remove redundant type conversion
9 years ago
Adam Reese
275bc13b22
fix(client): remove unused Protocol from client
9 years ago
Adam Reese
d6b9723b83
fix(client): remove unused Host from client
9 years ago
Matt Butcher
5497e40bc8
fix(client): save 16 bits for Adam
9 years ago
Adam Reese
1805e15601
fix(*): update import paths for helm repo naming
9 years ago
Matt Butcher
d61ba060cb
Merge pull request #371 from technosophos/fix/style-fixes
...
fix(test-style): fix formatting and comments
9 years ago
Matt Butcher
8fbb567c8b
fix(cli): revert to older deploy formatting
...
Prior to merging the projects, the version of `helm deploy` used a
different REST API (one without YAML in JSON). Post-merge, we need to
revert back to the older common.Template version.
As part of this, I switched an io.ReadCloser back to an io.Reader
because there is nowhere where the Closer part is used. The http lib
does not close a reader passed to it.
9 years ago
Matt Butcher
c849c7059e
fix(test-style): fix formatting and comments
...
This fixes a number of formatting and style issues.
Closes #370
9 years ago
Adam Reese
e922695cf9
ref(client): rename pkg/dm to pkg/client
9 years ago