- 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 13 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
-
Brendan Melville authored
For now, references act only as dependencies and do not fill in the values to which they refer. That will come in a follow-up. Resources are still processed in a single iteration with no parallelization.
-
- 02 Dec, 2015 5 commits
-
-
vaikas-google authored
Fix some document errors
-
jackgr authored
-
Brendan Melville authored
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
-
vaikas-google authored
-
vaikas-google authored
-
- 01 Dec, 2015 11 commits
-
-
-
vaikas-google authored
-
vaikas-google authored
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
-
vaikas-google authored
-
vaikas-google authored
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
-
vaikas-google authored
Type resolver now stores resolved imports in the manifest.
-
vaikas-google authored
Adding manifest support in dm CLI + YAML responses
-
Brendan Melville authored
-
vaikas-google authored
Omitting parts have the wrong direction
-
vaikas-google authored
Repository now stores latest manifest in deployment.
-
Brendan Melville authored
-