- 01 Feb, 2016 6 commits
-
-
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
-
Matt Butcher authored
Also added a log abstraction.
-
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 9 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
-
vaikas-google authored
-
vaikas-google authored
Add support for k8s secrets backed credentials, remove client support to talking to registry, use server for it. fix a few bugs
-
vaikas-google authored
Added username and password to credentials in client.
-
jackgr authored
-
- 26 Jan, 2016 3 commits
-
-
Brendan Melville authored
Handle deploy correctly for local files vs. templates
-
vaikas-google authored
-
vaikas-google authored
Fix broken links to templates in README
-