Michelle Noorali
|
37d365c7ff
|
ref(chart): fix LoadDataFromReader comment
|
9 years ago |
Jack Greenfield
|
64f9fb66ca
|
Merge pull request #402 from jackgr/maintainers
Removed collaborator terminology
|
9 years ago |
Adam Reese
|
a7d755c4da
|
Merge pull request #420 from adamreese/fix/repo-client
fix(repository): remove hard coded host
|
9 years ago |
Adam Reese
|
807fb4f615
|
fix(repository): remove hard coded host
/cc @michelleN
|
9 years ago |
Michelle Noorali
|
513a18548a
|
Merge pull request #414 from michelleN/repo-cmds
feat(repo): add chart repo routes to manager
|
9 years ago |
Michelle Noorali
|
61dd66446f
|
ref(manager): add /healthz body/content-type test
|
9 years ago |
Michelle Noorali
|
8c55a6ef30
|
ref(repo): clean up cmd/helm repo vars
|
9 years ago |
Michelle Noorali
|
cc97c522a5
|
feat(repo): add new chart repo routes
|
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 |
Matt Butcher
|
1f40bd5682
|
Merge pull request #418 from technosophos/fix/ignore-ds_store
fix(gitignore): ignore .DS_Store files
|
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 |
Adam Reese
|
13b93969d0
|
ref(repository): use new client methods
|
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 |
Matt Butcher
|
f54de0159d
|
Merge pull request #415 from endocode/master_fix_text_alignment_in_help_output
Fix text alignment in dm help output.
|
9 years ago |
Michelle Noorali
|
2310bdc551
|
Merge pull request #416 from michelleN/example-chart
chore(examples): add example nginx chart
|
9 years ago |
Matt Butcher
|
1c01a8bf4f
|
fix(gitignore): ignore .DS_Store files
On OSX, a few things we have (notably, docs) cause OS X to generate
.DS_Store caches. These should not get checked into Git.
|
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 |
Michelle Noorali
|
6aeb948fb5
|
chore(examples): add example nginx chart
|
9 years ago |
Matthias Schmitz
|
f8d3136eae
|
Fix text alignment in dm help output.
* The explanation of 'manifest' was one tab to far intended.
|
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 |
Michelle Noorali
|
eaa692faf3
|
Merge pull request #412 from michelleN/add-flake8
ref(Makefile): Check for flake8
|
9 years ago |
Jack Greenfield
|
9a399c6754
|
Merge pull request #411 from shawnps/patch-7
remove unused variable
|
9 years ago |
Matt Butcher
|
92db089c1d
|
Merge pull request #410 from technosophos/fix/create-deployment-test
ifix(manager): test for create deployments
|
9 years ago |
Adam Reese
|
ea7166b83a
|
ref(client): use anonymous embedded error
/cc @technosophos
|
9 years ago |
Michelle Noorali
|
94944a66e2
|
ref(Makefile): Check for flake8
|
9 years ago |
Shawn Smith
|
4450d6d652
|
remove unused variable
|
9 years ago |
jackgr
|
49795ad9fd
|
Add chart content loading
|
9 years ago |
jackgr
|
77dbc8a6a5
|
Removed collaborator terminology
|
9 years ago |
Matt Butcher
|
c52c6c544d
|
ifix(manager): test for create deployments
This is a first pass at using the new test stub to test HTTP services.
|
9 years ago |
Matt Butcher
|
e988ca1ac5
|
Merge pull request #407 from technosophos/fix/manager-stub
fix(manager): add stub for context with Manager
|
9 years ago |
Matt Butcher
|
9473ddff72
|
fix(manager): add stub for context with Manager
This adds testing fixtures for the manager. It includes a stub context
that has either default or stub implementations for each object.
|
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 |