Matt Butcher
|
efeac79288
|
fix(manager): add unmarshal test on delete deployment
Deleting a deployment returns the deployment object. This adds an
unmarshal test on that.
|
9 years ago |
Matt Butcher
|
5263995b14
|
fix(manager): add test for delete deployment API
|
9 years ago |
jackgr
|
2710a53867
|
Fix repo format default error
|
9 years ago |
jackgr
|
fedeac77a0
|
Set default repo format and type
|
9 years ago |
jackgr
|
2bb5680917
|
Plumb deployment request through client
|
9 years ago |
jackgr
|
212dece6aa
|
Plumb deployment request through manager
|
9 years ago |
jackgr
|
4573939f8c
|
Update expander test repo provider
|
9 years ago |
jackgr
|
c391fc174e
|
Add hierarchical layout
|
9 years ago |
jackgr
|
c55defe15b
|
Fix comment
|
9 years ago |
jackgr
|
38a01f4ebd
|
Update deployments for refactored expander
|
9 years ago |
jackgr
|
6c838585fa
|
Update manager for refactored expander
|
9 years ago |
jackgr
|
ba469fbf7f
|
Refactor expander
|
9 years ago |
Matt Butcher
|
30142ba67a
|
fix(manager): add test for getDeployments*
|
9 years ago |
jackgr
|
403720516d
|
Make repo routes name based
|
9 years ago |
jackgr
|
541fe062c6
|
Clean up manager test utility
|
9 years ago |
jackgr
|
103145cc9d
|
Make all repo methods name based.
|
9 years ago |
jackgr
|
acfc605480
|
Disambiguate method names
|
9 years ago |
jackgr
|
04dc670522
|
Chart repo route tests
|
9 years ago |
Matt Butcher
|
dde036dece
|
fix(manager): simplify code
|
9 years ago |
Matt Butcher
|
e1efff4b34
|
fix(manager): add test for listDeploymentsRequestHandler
|
9 years ago |
Michelle Noorali
|
f7e66da9ee
|
Merge pull request #448 from michelleN/helm-repo-ref
feat(repo): remove repo by name + refactors
|
9 years ago |
Matt Butcher
|
444044a17b
|
fix(*): fix license headers
|
9 years ago |
Michelle Noorali
|
e86b8db694
|
feat(repo): remove repo by name
|
9 years ago |
Michelle Noorali
|
174961ab6a
|
feat(repo): list repo name and url
* + fix addRepo
|
9 years ago |
Michelle Noorali
|
efe317791b
|
feat(repo): add Name to Repo struct
* also added name as arg in helm repo add cmd
|
9 years ago |
Michelle Noorali
|
0ccb8d755f
|
feat(repo): update addChartRepo reponse
|
9 years ago |
jackgr
|
b61ff1a655
|
Wire up routes to chart repo methods
|
9 years ago |
jackgr
|
3da6a66ce5
|
Refactor deployments and friends
|
9 years ago |
jackgr
|
ab5f29d02d
|
Renames in manager/repository
|
9 years ago |
jackgr
|
43a6876a4f
|
Refactor manager/manager
|
9 years ago |
jackgr
|
e1afffbc4a
|
First pass removal of TypeResolver
|
9 years ago |
Michelle Noorali
|
61dd66446f
|
ref(manager): add /healthz body/content-type test
|
9 years ago |
Michelle Noorali
|
cc97c522a5
|
feat(repo): add new chart repo routes
|
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
|
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 |
Matt Butcher
|
dec2f0605a
|
fix(manager): replace Unmarshal with Decode
Instead of repeating io.Read/Unmarshal pattern, use the Decoder,
which also gets us content-type negotiation.
|
9 years ago |
Matt Butcher
|
7623741ca9
|
fix(manager): remove backend variable
This replaces the backend global variable with the Context.Manager
variable.
|
9 years ago |
Matt Butcher
|
9a9398c079
|
fix(manager): updated routes to new format
|
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 |
Michelle Noorali
|
07e0542977
|
feat(repos): add routes for chart repo management
|
9 years ago |
Matt Butcher
|
78911ae4e7
|
fix(manager): add documentation to pos function
|
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
|
ce32351bec
|
fix(manager): simplify adding routes
This removes the Routes interface and routesMap struct in favor of just
maintaining the routes inside of the handler.
|
9 years ago |
Matt Butcher
|
05a3965602
|
fix(manager): add API test for healthz.
|
9 years ago |
Matt Butcher
|
87d360afda
|
fix(manager): refactor REST API to make it modular
This modifies the startup and initial handling of the REST API to make
it modular, remove the init() methods, and remove reliance on global
vars.
|
9 years ago |
Adam Reese
|
ca6fdc6e43
|
fix(version): use build version in helm
|
9 years ago |
jackgr
|
7100adbef0
|
Remove Makefiles and Dockerfiles in cmd directory
|
9 years ago |
jackgr
|
42a134f8f3
|
Restore #290
|
9 years ago |
Adam Reese
|
4134afee10
|
style(*): gofmt
|
9 years ago |