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
|
3cd679da63
|
feat(httputil): add a Decoder
This adds a Content-Type-sensitive decoder for HTTP requests.
|
9 years ago |
Matt Butcher
|
f73a6ba33c
|
Merge pull request #394 from technosophos/fix/no-more-backend
fix(manager): remove backend variable
|
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 |
Dave Cunningham
|
f78fa91d15
|
Merge pull request #387 from sparkprime/chart_rep
Add chart representation to types.go
|
9 years ago |
Matt Butcher
|
a0988c89ae
|
Merge pull request #337 from technosophos/doc/304-readme
docs(README): update README in light of merger
|
9 years ago |
Matt Butcher
|
14cecc17b3
|
Merge pull request #369 from technosophos/fix/makefile-pip
fix(Makefile): print error if pip is missing
|
9 years ago |
Matt Butcher
|
6e6b59dcb7
|
doc(README): add pointer to charts repo
Also add an example.
|
9 years ago |
Matt Butcher
|
e8aa841651
|
docs(README): update README in light of merger
This strips the README back to an accurate representation of the current
state of the project. We can begin adding to it again as it
re-stabilizes.
|
9 years ago |
Dave Cunningham
|
c2d1aff077
|
Add chart representation to types.go
|
9 years ago |
Adam Reese
|
ce2a79975a
|
Merge pull request #389 from adamreese/fix/start-local
fix(devtools): prevent start-local.sh from killing process
|
9 years ago |
Matt Butcher
|
9e848d3603
|
fix(Makefile): run pip install on bootstrap
|
9 years ago |
Matt Butcher
|
c511f550aa
|
fix(Makefile): print error if pip is missing
Also, prompt the user to run pip install during bootstrap.
Closes #362.
|
9 years ago |
Matt Butcher
|
98d550181b
|
Merge pull request #388 from technosophos/fix/manager-routes
fix(manager): update routes and error handling
|
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 |
Adam Reese
|
8cd947cb6a
|
fix(devtools): don't kill yourself
|
9 years ago |
Michelle Noorali
|
f43ac30fd5
|
Merge pull request #386 from michelleN/add-repo
add repo commands and routes
|
9 years ago |
Michelle Noorali
|
29b1325fae
|
ref(repo): update import path
|
9 years ago |
Michelle Noorali
|
07e0542977
|
feat(repos): add routes for chart repo management
|
9 years ago |
Adam Reese
|
07541e6e63
|
Merge pull request #385 from adamreese/fix/start-local
fix(devtools): refactor local run script
|
9 years ago |
Adam Reese
|
ac5b09a262
|
ref(devtools): rename start.sh to start-local.sh
|
9 years ago |
Adam Reese
|
711f643177
|
fix(devtools): refactor local run script
|
9 years ago |
Michelle Noorali
|
75cbba95e7
|
feat(repo): stub repo client commands
|
9 years ago |
Adam Reese
|
759d80dc0a
|
Merge pull request #384 from adamreese/ref/client-resp
ref(client): separate deployments from client file
|
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 |
Adam Reese
|
275bc13b22
|
fix(client): remove unused Protocol from client
|
9 years ago |
Adam Reese
|
d6b9723b83
|
fix(client): remove unused Host from client
|
9 years ago |
Matt Butcher
|
bbb0fdd238
|
Merge pull request #383 from technosophos/master
fix(manager): add documentation to pos function
|
9 years ago |
Matt Butcher
|
78911ae4e7
|
fix(manager): add documentation to pos function
|
9 years ago |
Matt Butcher
|
f2e5cdb9a9
|
Merge pull request #381 from technosophos/master
fix(client): save 16 bits for Adam
|
9 years ago |
Matt Butcher
|
5497e40bc8
|
fix(client): save 16 bits for Adam
|
9 years ago |
Adam Reese
|
6ea146ae6a
|
Merge pull request #302 from adamreese/helm-rename
fix(*): update import paths for helm repo naming
|
9 years ago |
Adam Reese
|
1805e15601
|
fix(*): update import paths for helm repo naming
|
9 years ago |
Adam Reese
|
c00a711b0c
|
Merge pull request #363 from technosophos/feat/rest-refactor
fix(manager): refactor REST API to make it modular
|
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
|
b4c8e3c79d
|
Merge pull request #376 from adamreese/ref/static-code-tools
ref(test-style): add a script for linting tools
|
9 years ago |
Adam Reese
|
ad41105fa2
|
fix(circleci): maintain vcs on repository
|
9 years ago |
Adam Reese
|
946fa6375c
|
fix(test-style): set git repo path
|
9 years ago |
Adam Reese
|
c0a349b938
|
ref(test-style): add a script for linting tools
because you know, go vender n'stuff
|
9 years ago |
Matt Butcher
|
d61ba060cb
|
Merge pull request #371 from technosophos/fix/style-fixes
fix(test-style): fix formatting and comments
|
9 years ago |
Matt Butcher
|
b2f1e8b938
|
Merge pull request #340 from runseb/flake8
Add flake8 test and fix pep8 style in expansion scripts
|
9 years ago |
Matt Butcher
|
e0d7bad126
|
Merge pull request #374 from technosophos/feat/revert-helm-deploy
fix(cli): revert to older deploy formatting
|
9 years ago |
Matt Butcher
|
fbb35e71ac
|
Merge pull request #375 from technosophos/feat/helm-release
feat(cli): added back 'helm release'
|
9 years ago |
Adam Reese
|
180f0e8331
|
Merge pull request #373 from adamreese/fix/helm-version
fix(version): use build version in helm
|
9 years ago |