Adam Reese
ee2346e82a
fix(client): add accept header
9 years ago
jackgr
33ca00f893
Add GetChart method
9 years ago
jackgr
f8193c25c2
Prepare to download charts
9 years ago
jackgr
54abaf7eda
Add repo package
9 years ago
Matt Butcher
70db55d66e
fix(httputil): change order of struct fields
...
This is because the marshals traverse structs in field order, and
it makes more sense for the fields to have status first and details
second.
9 years ago
Matt Butcher
035ba623f2
fix(httputil): add test for decoder
9 years ago
Matt Butcher
3cd679da63
feat(httputil): add a Decoder
...
This adds a Content-Type-sensitive decoder for HTTP requests.
9 years ago
Dave Cunningham
f78fa91d15
Merge pull request #387 from sparkprime/chart_rep
...
Add chart representation to types.go
9 years ago
Dave Cunningham
c2d1aff077
Add chart representation to types.go
9 years ago
Matt Butcher
0b0092f24a
fix(httputil): improve error handling
...
Errors are now returned in the best matching format for the
HTTP 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
527a4f9c9d
fix(manager): rewrite URL param grabbing
...
This updates path grabbing to match the new URI matcher.
9 years ago
Matt Butcher
05a3965602
fix(manager): add API test for healthz.
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
e0d7bad126
Merge pull request #374 from technosophos/feat/revert-helm-deploy
...
fix(cli): revert to older deploy formatting
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
ca6fdc6e43
fix(version): use build version in helm
9 years ago
Adam Reese
e922695cf9
ref(client): rename pkg/dm to pkg/client
9 years ago
Michelle Noorali
8af0d689cd
chore(*): update img versions for `helm dm install`
9 years ago
Matt Butcher
d6ed7aeab0
Merge pull request #318 from technosophos/feat/dm-install-generator
...
feat(dm install): use template to generate manifest
9 years ago
Jack Greenfield
3be42cd605
Merge pull request #324 from michelleN/status
...
feat(*): add helm dm status command
9 years ago
Michelle Noorali
2663bcc840
ref(kubectl): update GetByKind func description
9 years ago
Michelle Noorali
8f747a1cd5
feat(*): add helm dm status command
...
Allows a user to inspec their dm pods and state
in the running Kubernetes cluster. This resolves
issue #301 .
9 years ago
Jack Greenfield
b829c0105b
Merge pull request #313 from jackgr/restore-290
...
Restore #290
9 years ago
Matt Butcher
73c469eb6a
feat(dm install): use template to generate manifest
...
Closes #306 .
9 years ago
Matt Butcher
8cd0248caf
fix(*): add license header to Go files
...
Closes #311 .
9 years ago
jackgr
42a134f8f3
Restore #290
9 years ago
Matt Butcher
3dfd3b89e2
fix(*): add license headers to a number of files
9 years ago
Adam Reese
4134afee10
style(*): gofmt
9 years ago
Adam Reese
8876c7e54b
Merge remote-tracking branch 'helm/master' into helm-merge
9 years ago
Adam Reese
b916b2b102
fix(version.go): make version updatable by build scripts
9 years ago
Adam Reese
25f339731a
doc(cmd/pkg): add package godocs
9 years ago
Adam Reese
e43286b6f9
ref(*): isolate go code to /cmd and /pkg
9 years ago
Adam Reese
4dc58448a0
ref(*) move lib code into pkg
9 years ago