- 23 Feb, 2016 1 commit
-
-
Dave Cunningham authored
-
- 19 Feb, 2016 1 commit
-
-
Jack Greenfield authored
docs: add test architecture design doc draft
-
- 16 Feb, 2016 7 commits
-
-
Seth Goings authored
-
Jack Greenfield authored
mechanical move of NewTemplate* methods from expander to util package
-
Ville Aikas authored
-
Jack Greenfield authored
Preparation for api cleanup.
-
jackgr authored
-
jackgr authored
-
jackgr authored
-
- 14 Feb, 2016 3 commits
-
-
jackgr authored
-
Jack Greenfield authored
Remove spurious file.
-
jackgr authored
-
- 11 Feb, 2016 4 commits
-
-
vaikas-google authored
Replace cross package panic with error return.
-
jackgr authored
-
vaikas-google authored
Allow unauthenticated requests to GCS for public buckets
-
vaikas-google authored
-
- 09 Feb, 2016 1 commit
-
-
vaikas-google authored
First set of changes for persistent repository.
-
- 08 Feb, 2016 1 commit
-
-
vaikas-google authored
fix typo
-
- 07 Feb, 2016 1 commit
-
-
Shawn Smith authored
-
- 06 Feb, 2016 5 commits
-
-
jackgr authored
-
Jack Greenfield authored
Fix bug in Docker builds.
-
jackgr authored
-
Jack Greenfield authored
Fixed go vet and golint errors.
-
jackgr authored
-
- 05 Feb, 2016 1 commit
-
-
Jack Greenfield authored
add test targets in makefiles to run local tests
-
- 04 Feb, 2016 13 commits
-
-
vaikas-google authored
Replace license text with placeholder.
-
Matt Butcher authored
This fixes #220.
-
Michelle Noorali authored
-
Jack Greenfield authored
feat(chart): Add a chart/ package.
-
Jack Greenfield authored
Add Travis badge
-
Jack Greenfield authored
use --registry flag consistently for getting templates / creating registries
-
Michelle Noorali authored
-
Michelle Noorali authored
* before running tests
-
Michelle Noorali authored
This commit adds a target called setup-gotools which will download and install golint and go vet. A developer who wants to run tests for an individual component (manager, resourcifier, expandybird) can run `make test` to run golint, vet, and test and in that directory. On first run, a developer will want to run `make setup-gotools` so that they have golint and vet to use locally. There is a `make test` command in each component because running tests from the root directory will result in lots of output. Running tests in individual components will help isolate the tests for the component that is being modified and result in more clear output.
-
Seth Goings authored
add structure for [lint,vet,test-unit] all wrapped up by the test target
-
Michelle Noorali authored
-
Ville Aikas authored
-
Seth Goings authored
-
- 03 Feb, 2016 2 commits
-
-
Jack Greenfield authored
Add ObjectStorage (and GCS implementation) as a registry provider
-
Ville Aikas authored
-