- 21 Mar, 2016 5 commits
- 19 Mar, 2016 1 commit
-
-
jackgr authored
-
- 18 Mar, 2016 6 commits
-
-
Dave Cunningham authored
WIP: Frame out repo package and modify charts package to support chart download
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
Matt Butcher authored
fix(Makefile): Install Glide with go get -u
-
Dave Cunningham authored
Add vim scratch files to gitignore
-
- 17 Mar, 2016 17 commits
-
-
Matt Farina authored
go get -u is used to install and handle the other dependencies, such as gox, golint, and vet. Use the same method for Glide.
-
Matt Butcher authored
add repo cmds to helm client
-
Michelle Noorali authored
-
Michelle Noorali authored
* use pkg/httputil instead of func in helm client
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Matt Butcher authored
fix(Makefile): add flake8 to bootstrap
-
Matt Butcher authored
flake8 support was recently added, but the bootstrap didn't check or install it.
-
Matt Butcher authored
fix(manager): use decoder
-
Michelle Noorali authored
ref(*): remove punctuation at end of error
-
Michelle Noorali authored
ref(*): remove reference to latest
-
Matt Butcher authored
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.
-
Matt Butcher authored
-
Dave Cunningham authored
-
Michelle Noorali authored
-
Matt Butcher authored
Instead of repeating io.Read/Unmarshal pattern, use the Decoder, which also gets us content-type negotiation.
-
Matt Butcher authored
This adds a Content-Type-sensitive decoder for HTTP requests.
-
- 16 Mar, 2016 11 commits
-
-
Michelle Noorali authored
-
Matt Butcher authored
fix(manager): remove backend variable
-
Matt Butcher authored
This replaces the backend global variable with the Context.Manager variable.
-
Dave Cunningham authored
Add chart representation to types.go
-
Matt Butcher authored
docs(README): update README in light of merger
-
Matt Butcher authored
fix(Makefile): print error if pip is missing
-
Matt Butcher authored
Also add an example.
-
Matt Butcher authored
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.
-
Dave Cunningham authored
-
Adam Reese authored
fix(devtools): prevent start-local.sh from killing process
-
Matt Butcher authored
-