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 |
Michelle Noorali
|
cb41b20909
|
feat(repo): hook up helm repo remove cmd
|
9 years ago |
Michelle Noorali
|
10153528a0
|
feat(repos): hook up helm repo add cmd
* use pkg/httputil instead of func in helm client
|
9 years ago |
Michelle Noorali
|
17143feb87
|
ref(helm): clean up callService
|
9 years ago |
Michelle Noorali
|
899dc0b225
|
feat(repo): hook up `helm repo list` cmd
|
9 years ago |
Matt Butcher
|
51b495b56e
|
Merge pull request #403 from technosophos/fix/makefile-flake8
fix(Makefile): add flake8 to bootstrap
|
9 years ago |
Matt Butcher
|
ab44ea2541
|
fix(Makefile): add flake8 to bootstrap
flake8 support was recently added, but the bootstrap didn't check or
install it.
|
9 years ago |
Matt Butcher
|
3efce30ef9
|
Merge pull request #396 from technosophos/fix/use-decoder
fix(manager): use decoder
|
9 years ago |
Michelle Noorali
|
df10e16ce0
|
Merge pull request #395 from michelleN/error-punc
ref(*): remove punctuation at end of error
|
9 years ago |
Michelle Noorali
|
e11cbce3b0
|
Merge pull request #397 from michelleN/rootfs
ref(*): remove reference to latest
|
9 years ago |
Matt Butcher
|
70db55d66e
|
fix(httputil): change order of struct fields
This is because the marshals traverse structs in field order, and
it makes more sense for the fields to have status first and details
second.
|
9 years ago |
Matt Butcher
|
035ba623f2
|
fix(httputil): add test for decoder
|
9 years ago |
Dave Cunningham
|
fb5617f615
|
Add vim scratch files to gitignore
|
9 years ago |
Michelle Noorali
|
3070839117
|
ref(*): remove reference to latest
|
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
|
3cd679da63
|
feat(httputil): add a Decoder
This adds a Content-Type-sensitive decoder for HTTP requests.
|
9 years ago |
Michelle Noorali
|
be61736773
|
ref(*): remove punctuation at end of error
|
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 |