- 04 Feb, 2016 4 commits
-
-
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
-
- 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
-
- 01 Feb, 2016 4 commits
-
-
Jack Greenfield authored
add info target in makefiles
-
Michelle Noorali authored
-
Jack Greenfield authored
add health check to resourcifier
-
Michelle Noorali authored
-
- 30 Jan, 2016 1 commit
-
-
Jack Greenfield authored
dm: cleanup CLI UX for people getting started
-
- 29 Jan, 2016 16 commits
-
-
vaikas-google authored
Fixed Dockerfile bugs.
-
jackgr authored
-
vaikas-google authored
pass err to Fatalf
-
vaikas-google authored
fix typo
-
vaikas-google authored
fix struct tag
-
vaikas-google authored
fix string formatting verb
-
vaikas-google authored
fix string formatting typo
-
vaikas-google authored
add health check
-
Brandon Philips authored
Now when `--help` is called we get all of the subcommands listed too.
-
Brandon Philips authored
Before this patch dm would print out the wall of usage text that would scroll off the screen in many error cases. This made learning dm hard. Instead have more compact error output, like kubectl, and only return non-zero on real errors. ``` $ dm foo ; echo $? Error: unknown command 'foo' for 'dm' Run 'dm --help' for usage 1 $ dm deployed-instances; echo $? No type name supplied 1 $ dm 2> /dev/null; echo $? 0 ``` There is more to do to make this tool friendlier but this was low-hanging.
-
Shawn Smith authored
-
Shawn Smith authored
-
Shawn Smith authored
-
Shawn Smith authored
-
Shawn Smith authored
-
Michelle Noorali authored
This commit adds a liveness probe to the manager rc and a healthz endpoint that returns 200 OK.
-
- 28 Jan, 2016 5 commits
-
-
Brendan Melville authored
Use the actual kubernetes object when deleting to ensure it absolutely
-
vaikas-google authored
-
Brendan Melville authored
Have configurator use the kubernetes_kubectl object
-
vaikas-google authored
-
Brendan Melville authored
Wire [gs]etcredential to backend
-
- 27 Jan, 2016 5 commits
-
-
vaikas-google authored
Preserve environment variables executing expansion
-
vaikas-google authored
-
Adam Reese authored
Running tests locally fail because $PATH is destroyed
-
Brendan Melville authored
Add support for k8s secrets backed credentials
-
vaikas-google authored
-