- 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 5 commits
-
-
Jack Greenfield authored
Add ObjectStorage (and GCS implementation) as a registry provider
-
Ville Aikas authored
-
Ville Aikas authored
-
Ville Aikas authored
-
Ville Aikas authored
Add GCS as a registry provider. Add a way to get a file using credentials from a registry to support private repos. Add ability to create / update a registry through manager
-
- 02 Feb, 2016 2 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This refactors the Chart to be a struct that can have numerous properties and methods. Now, a chartLoader implements the loading and closing of charts.
-
- 01 Feb, 2016 7 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
-
Jack Greenfield authored
add info target in makefiles
-
Matt Butcher authored
-
Matt Butcher authored
The url package adds short, long, and local URL parsing. It also supports switching between short and long names.
-
Matt Butcher authored
Best commit message ever.
-
Matt Butcher authored
-