- 18 Dec, 2015 3 commits
-
-
vaikas-google authored
Need to nohup these so they detach from current terminal process.
-
Brendan Melville authored
Improve license headers
-
Brendan Melville authored
-
- 17 Dec, 2015 1 commit
-
-
runseb authored
-
- 15 Dec, 2015 2 commits
-
-
Brendan Melville authored
Add support for helm packages, native kubernetes objects and helm repository format.
-
Ville Aikas authored
-
- 11 Dec, 2015 7 commits
-
-
vaikas-google authored
Changes to resourcifier Dockerfile
-
vaikas-google authored
Introducing binaries hosted from URL
-
Brendan Melville authored
Also adding docs on pushing, and the script for pushing.
-
Brendan Melville authored
-
Brendan Melville authored
Dockerfile and Makefile for cross-compile of dm
-
runseb authored
-
runseb authored
-
- 10 Dec, 2015 3 commits
-
-
Brendan Melville authored
Clean up the printing of the types, show the short url
-
Jack Greenfield authored
Logic for the token is wrong
-
Ville Aikas authored
-
- 09 Dec, 2015 1 commit
-
-
vaikas-google authored
-
- 08 Dec, 2015 7 commits
-
-
runseb authored
The use of token or basic auth was a conditional inside the TLS verify loop. You can use TLS or skip the verification and use token or basic auth. Just a tab issue. Put the token conditional outside the kubeInsecure check. Also handled the case that we actually switch the boolean for skip TLS and forced it to replace true or false.
-
vaikas-google authored
Implement --stdin flag on command line.
-
vaikas-google authored
Remove Google Inc. Copyright. from unit test files.
-
vaikas-google authored
Small typo in logs for configurator
-
Brendan Melville authored
Treat token based auth properly in resourcifier
-
runseb authored
Wrong operator for token based auth. If a token was specified this was asking for username and password.
-
runseb authored
-
- 07 Dec, 2015 4 commits
-
-
vaikas-google authored
Edit Makefile to actually return failure code on test failures.
-
Graham Welch authored
-
goltermann authored
-
jackgr authored
-
- 03 Dec, 2015 12 commits
-
-
vaikas-google authored
Resource errors should result in a failed deployment with good errors.
-
Brendan Melville authored
-
vaikas-google authored
Deployment now has top-level error for deployment-level failures
-
Brendan Melville authored
-
Brendan Melville authored
Reintroduce replicatedservice.py as it is used by tests.
-
Brendan Melville authored
Deployment status is now deployment state, which contains both status and errors, which are set for deployment-level failure. Some common failures that will show up here are expansion, type resolution, and reference failures.
-
vaikas-google authored
-
vaikas-google authored
Failures during config creation no longer leave deployments undeleteable
-
vaikas-google authored
-
Brendan Melville authored
Previously a failure would prematurely exit the creation flow without attaching the manifest to the deployment. This now always attaches the manifest, and then updates it in place with the outcome of resourcification.
-
vaikas-google authored
Resourcifier now processes resources in dependency order based on refs.
-
Brendan Melville authored
-