Adam Reese
322a6de1c0
Merge pull request #419 from adamreese/ref/client-resp-gh
...
ref(client): add helper methods to client
9 years ago
Michelle Noorali
88ca3b649a
ref(repo): add NewRepo comment
9 years ago
Michelle Noorali
e07fd606f4
ref(chart): ChartContent -> chartContent
...
* since it's not being used outside of this package
* also LoadContent -> loadContent for same reason
* This addresses some style issues from #401
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
Michelle Noorali
cc7bbd6d6d
ref(repo): remove punctuation from errors
9 years ago
Michelle Noorali
d1285e80ef
ref(chart): fix comments
9 years ago
Michelle Noorali
55525696c9
ref(chart): refactor ChartMember -> Member
...
* Fixes some style errors in #401
9 years ago
Michelle Noorali
9702dffc33
ref(repo): change RepoService -> Service
...
* fixes style errors in #401
9 years ago
Michelle Noorali
28d4624692
ref(*): fix comment style
9 years ago
Michelle Noorali
ee61c3318d
Merge pull request #408 from jackgr/server-charts
...
Add chart configuration
9 years ago
Adam Reese
bc49fe625e
ref(client): add a success helper function
9 years ago
jackgr
76ac1f7f55
Add secrets credential provider
9 years ago
jackgr
eb3385be58
Add file based credential provider
9 years ago
jackgr
5ff91ba7e8
Fix json: annotation
9 years ago
jackgr
fcea25e657
Add new repository provider
9 years ago
jackgr
d0506d403b
Add new GCS repository
9 years ago
jackgr
9d8567e07a
Define basic repository
9 years ago
jackgr
453b67196e
Separate repository types
9 years ago
jackgr
b5f1ad49d9
Handle storage object urls in Locator
9 years ago
Adam Reese
ea7166b83a
ref(client): use anonymous embedded error
...
/cc @technosophos
9 years ago
Shawn Smith
4450d6d652
remove unused variable
9 years ago
jackgr
49795ad9fd
Add chart content loading
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
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