- 21 Mar, 2016 11 commits
-
-
Michelle Noorali authored
* fixes style errors in #401
-
Michelle Noorali authored
-
Michelle Noorali authored
Add chart configuration
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
- 19 Mar, 2016 6 commits
-
-
Michelle Noorali authored
ref(Makefile): Check for flake8
-
Jack Greenfield authored
remove unused variable
-
Matt Butcher authored
ifix(manager): test for create deployments
-
Michelle Noorali authored
-
Shawn Smith authored
-
jackgr authored
-
- 18 Mar, 2016 9 commits
-
-
Matt Butcher authored
This is a first pass at using the new test stub to test HTTP services.
-
Matt Butcher authored
fix(manager): add stub for context with Manager
-
Matt Butcher authored
This adds testing fixtures for the manager. It includes a stub context that has either default or stub implementations for each object.
-
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 14 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
-