jackgr
|
b2570ef1a0
|
Make Repo struct public
|
9 years ago |
Michelle Noorali
|
26999dca8c
|
Merge pull request #421 from michelleN/fix-comment
ref(chart): fix LoadDataFromReader comment
|
9 years ago |
Matt Butcher
|
6d67947678
|
Merge pull request #424 from technosophos/feat/helm-list
feat(cli): implement helm deployment list
|
9 years ago |
Matt Butcher
|
68f253472f
|
feat(cli): implement helm deployment list
Closes #243
|
9 years ago |
Jack Greenfield
|
686bb9ba35
|
Merge pull request #423 from jackgr/credential-provider
Fix race condition
|
9 years ago |
jackgr
|
216c8308d8
|
Fix race condition
|
9 years ago |
jackgr
|
7e96c27ed1
|
Add locking and duplicate detection
|
9 years ago |
Michelle Noorali
|
37d365c7ff
|
ref(chart): fix LoadDataFromReader comment
|
9 years ago |
Michelle Noorali
|
bc90e18b2b
|
Merge pull request #417 from michelleN/fix-style-errors
Fix style errors
|
9 years ago |
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 |