- 04 Feb, 2016 5 commits
-
-
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
-
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 11 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
-
Matt Butcher authored
Also added a log abstraction.
-
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.
-