Matt Butcher
84146a29cd
feat(deploy): upload chart if its local
9 years ago
Matt Butcher
b4c31808eb
Merge pull request #21 from technosophos/fix/http-status-code-check
...
fix(dm): correct error in status code check
9 years ago
Matt Butcher
0bbde9ad31
Merge pull request #23 from technosophos/feat/deploy
...
Implement client side of `helm deploy`
9 years ago
Jack Greenfield
e1c35b2e9d
Merge pull request #277 from jackgr/master
...
Couple of copyright fixes.
9 years ago
jackgr
f4ed9a8adf
Couple of copyright fixes.
9 years ago
Adam Reese
a0acb3d5e4
Merge pull request #24 from adamreese/fix/create-in-dir
...
fix(create): do not use full path for chart name
9 years ago
Adam Reese
7492ad7fe9
fix(create): do not use full path for chart name
9 years ago
Jack Greenfield
e7d561e77c
Merge pull request #272 from jackgr/expandybird-build
...
Fix expandybird build and expansion failures
9 years ago
jackgr
5ca0db7d9f
Set expandybird client headers.
9 years ago
jackgr
af0bdc512f
Fix TLS mismatch issue.
9 years ago
jackgr
64aea85403
Move to golang:1.6
9 years ago
jackgr
808641c7f7
Log expansion and write accept headers for tests.
9 years ago
jackgr
46984eb02a
Fix test failure in expandybird.
9 years ago
jackgr
dcd804ac7b
Fix expandybird build.
9 years ago
Jack Greenfield
7655c0a31d
Merge pull request #274 from sparkprime/master
...
Update stale template links
9 years ago
Dave Cunningham
719b2f7ceb
Update stale template links
9 years ago
Matt Butcher
436b7f0378
feat(deploy): deploy using Configuration
...
This re-jiggers the deployment to use common.Configuration. Right
now it will not work, since the remote server expects a common.Template
instead of a common.Configuration. Still trying to figure out which
side to change.
9 years ago
Matt Butcher
61b2e875cd
fix(Makefile): improve gofmt output on errors
9 years ago
Jack Greenfield
700320b709
Merge pull request #250 from michelleN/chartdoc
...
add helm-dm charts proposal to dm docs
9 years ago
Jack Greenfield
b05a9d4095
Merge pull request #271 from technosophos/feat/load-chart
...
Add LoadData() for server-side reading.
9 years ago
Matt Butcher
45f9d32ffc
Add LoadData() for server-side reading.
9 years ago
Michelle Noorali
7f4bfe73d9
clarify obj storage is for chart releases in doc
9 years ago
Michelle Noorali
e9afc6d071
add lint specification on chart name in doc
9 years ago
Michelle Noorali
29574a1da5
search definition revisions in chart format doc
9 years ago
Michelle Noorali
2c4b20950f
remove generator details from chart format spec
9 years ago
Michelle Noorali
e9cefbe540
revisions to chart format doc
9 years ago
Michelle Noorali
97b25b6031
add helm-dm charts proposal to dm docs
9 years ago
Jack Greenfield
4b1bbb3cd1
Merge pull request #234 from sgoings/test-arch
...
docs: add test architecture design doc draft
9 years ago
Seth Goings
f18121f30c
docs: add test architecture design doc draft
9 years ago
Jack Greenfield
248b794c41
Merge pull request #262 from vaikas-google/master
...
mechanical move of NewTemplate* methods from expander to util package
9 years ago
Ville Aikas
9ae0a40567
mechanical move of NewTemplate* methods from expander to util package
9 years ago
Jack Greenfield
7344fed4a1
Merge pull request #256 from jackgr/url-escapes
...
Preparation for api cleanup.
9 years ago
jackgr
2cdb34fd96
Clean up registry types.
9 years ago
jackgr
440af2fabd
Move metadata retrieval to server.
9 years ago
jackgr
f14c53980f
Remove unneccessary download url retrieval.
9 years ago
jackgr
edd4e9dcba
Escape deployment and manifest names.
9 years ago
Jack Greenfield
6d02090169
Merge pull request #254 from jackgr/master
...
Remove spurious file.
9 years ago
jackgr
56377133b4
Remove spurious file.
9 years ago
Matt Butcher
52ae1c1897
fix(dm): correct error in status code check
...
Also made an HTTPError error type to make it easier to type
switch on errors.
9 years ago
vaikas-google
04d8ae4e21
Merge pull request #229 from jackgr/master
...
Replace cross package panic with error return.
9 years ago
jackgr
f52ea81f7b
Replace cross package panic with error return.
9 years ago
vaikas-google
92710a3301
Merge pull request #251 from vaikas-google/master
...
Allow unauthenticated requests to GCS for public buckets
9 years ago
vaikas-google
740a0b4f7f
Allow unauthenticated requests to GCS for public buckets
9 years ago
Matt Butcher
117679c10e
Merge pull request #16 from technosophos/feat/deploy
...
feat(deploy): deploy charts
9 years ago
Matt Butcher
0cdd077114
fix(*): minor codebase cleanups
...
Cleaned up some of the code we inherited from DM.
9 years ago
Adam Reese
ec4e9f308d
Merge pull request #19 from adamreese/feat/delete
...
feat(delete): add delete verb
9 years ago
Adam Reese
08aed00f93
Merge pull request #18 from adamreese/fix/dm-install
...
fix(dm-install): do not require a namespace on kubectl create
9 years ago
Adam Reese
dbd90b5cca
feat(delete): add delete verb
9 years ago
Adam Reese
838d5c0401
chore(spelling): s/primative/primitive/
9 years ago
Adam Reese
73bfdf949e
fix(dm-install): do not require a namespace on kubectl create
...
When trying to create a new namespace, specifying a namespace will error
9 years ago