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 |
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 |
Dave Cunningham
|
131ddcbce6
|
Merge pull request #406 from jackgr/server-charts
WIP: Frame out repo package and modify charts package to support chart download
|
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
|
7a3fd09c25
|
Merge pull request #405 from mattfarina/fix/Makefile
fix(Makefile): Install Glide with go get -u
|
9 years ago |
Dave Cunningham
|
db8d7b3ec6
|
Merge pull request #399 from sparkprime/vim_ignore
Add vim scratch files to gitignore
|
9 years ago |
Matt Farina
|
2cb2021135
|
fix(Makefile): Install Glide with go get -u
go get -u is used to install and handle the other dependencies,
such as gox, golint, and vet. Use the same method for Glide.
|
9 years ago |
Matt Butcher
|
1bd4dea314
|
Merge pull request #404 from michelleN/repo-cmds
add repo cmds to helm client
|
9 years ago |