vaikas-google
b5edff70f6
Merge pull request #155 from runseb/patch-2
...
Small typo in logs for configurator
9 years ago
Brendan Melville
3fce40a9b7
Merge pull request #156 from runseb/patch-3
...
Treat token based auth properly in resourcifier
9 years ago
runseb
18e1122a66
Treat token based auth properly in resourcifier
...
Wrong operator for token based auth.
If a token was specified this was asking for username and password.
9 years ago
runseb
e6422997e7
Small typo in logs for configurator
9 years ago
vaikas-google
4ea5526e3a
Merge pull request #153 from goltermann/travis-fail
...
Edit Makefile to actually return failure code on test failures.
9 years ago
Graham Welch
b1cf2e1102
Remove Google Inc. Copyright from unittest files.
9 years ago
goltermann
9ba4fedc73
Edit Makefile to actually return failure code on test failures.
9 years ago
jackgr
aa15e25d94
Implement --stdin flag on command line.
9 years ago
vaikas-google
fba7dbdea1
Merge pull request #150 from bmelville/refs
...
Resource errors should result in a failed deployment with good errors.
9 years ago
Brendan Melville
93f551d7fd
Resource errors should result in a failed deployment with good errors.
9 years ago
vaikas-google
b0c0b3071e
Merge pull request #147 from bmelville/144
...
Deployment now has top-level error for deployment-level failures
9 years ago
Brendan Melville
55ec074701
Broke guestbook.
9 years ago
Brendan Melville
b2187ade0a
Merge pull request #148 from vaikas-google/master
...
Reintroduce replicatedservice.py as it is used by tests.
9 years ago
Brendan Melville
a6c48fb249
Deployment now has top-level error for deployment-level failures
...
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.
9 years ago
vaikas-google
385d8fa83f
Reintroduce replicatedservice.py as it is used by tests.
9 years ago
vaikas-google
92adbebad4
Merge pull request #143 from bmelville/refs
...
Failures during config creation no longer leave deployments undeleteable
9 years ago
vaikas-google
d5e86ea6ac
Add help text for manifest command
9 years ago
Brendan Melville
31177c49ab
Failures during config creation no longer leave deployments undeleteable
...
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.
9 years ago
vaikas-google
376d33992a
Merge pull request #142 from bmelville/refs
...
Resourcifier now processes resources in dependency order based on refs.
9 years ago
Brendan Melville
22f8a3eb9c
Adding reference to guestbook to demonstrate dependencies.
9 years ago
Brendan Melville
f1fe4470d3
Resourcifier now processes resources in dependency order based on refs.
...
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.
9 years ago
vaikas-google
d3d57fdaee
Merge pull request #134 from jackgr/doc-fix
...
Fix some document errors
9 years ago
jackgr
538b34d820
Fix some document errors.
9 years ago
Brendan Melville
f07cf32d4b
Merge pull request #141 from vaikas-google/master
...
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
9 years ago
vaikas-google
f9d08f5b0d
address cr comments
9 years ago
vaikas-google
ad7c6b4cd8
address CR comments
9 years ago
vaikas-google
711fc7b1bb
Merge branch 'master' of https://github.com/vaikas-google/deployment-manager
9 years ago
vaikas-google
76d86a3900
remove unused net/url import
9 years ago
vaikas-google
92ec9a0fe1
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
9 years ago
vaikas-google
a21a9970af
remove unused net/url import
9 years ago
vaikas-google
ad545856a6
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
9 years ago
vaikas-google
92371f1f4c
Merge pull request #140 from bmelville/6
...
Type resolver now stores resolved imports in the manifest.
9 years ago
vaikas-google
acc176e17a
Merge pull request #138 from bmelville/cli
...
Adding manifest support in dm CLI + YAML responses
9 years ago
Brendan Melville
1660c27f8c
Type resolver now stores resolved imports in the manifest.
9 years ago
vaikas-google
5b5e345076
Merge pull request #136 from runseb/patch-1
...
Omitting parts have the wrong direction
9 years ago
vaikas-google
11606a08bd
Merge pull request #139 from bmelville/137
...
Repository now stores latest manifest in deployment.
9 years ago
Brendan Melville
b3e023607f
Repository now stores latest manifest in deployment.
9 years ago
Brendan Melville
d4bf89c52d
Merge pull request #135 from grahamawelch/master
...
Schema updates for Expansion.
9 years ago
runseb
9b97edced4
Omitting parts have the wrong direction
...
Pretty sure you meant from right to left here
9 years ago
Graham Welch
f5c2ba9d4c
Allow external type fetching.
9 years ago
Brendan Melville
0dc882352c
Adding support for listing and getting manifests in dm client.
9 years ago
Brendan Melville
d0854c6941
Service responses will now be presented in YAML.
9 years ago
Jack Greenfield
c3fb1627ce
Merge pull request #133 from jackgr/move-templates-support
...
Changes to support template moves
9 years ago
jackgr
0a30f1112b
Changes to support #82 .
9 years ago
Jack Greenfield
77c8c26e30
Merge pull request #130 from jackgr/simplify-dockerfiles
...
Simplify Dockerfiles.
9 years ago
jackgr
7c0e018f5a
Simplify Dockerfiles.
9 years ago
vaikas-google
7480f21534
Merge pull request #120 from jackgr/encapsulate-manifests
...
Remove direct access to manifests to prepare for persistence..
9 years ago
jackgr
8dad3365b5
Remove direct access to manifests to prepare for persistence..
9 years ago
Jack Greenfield
b0e3512f4d
Merge pull request #127 from bmelville/110
...
Default name for deployments is now <type>:<version> for better symmetry
9 years ago
Graham Welch
a89b6610d2
Unittests for expansion.py
9 years ago