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
vaikas-google
79ccbd28a1
Merge pull request #126 from bmelville/125
...
deployed-instances needs to work with primitives.
9 years ago
Brendan Melville
f4beeb7f1f
Default name for deployments is now <type>:<version> for better symmetry
9 years ago
Graham Welch
6e15ece724
Use new schema syntax and recursively set default values. Includes unit tests.
9 years ago
Brendan Melville
047a1f9a6c
deployed-instances needs to work with primitives.
...
Fixing some comments, etc.
9 years ago
Brendan Melville
9854ebd016
Merge pull request #121 from iantw89/patch-2
...
Update README.md
9 years ago
iantw89
c8b06f17e8
Update README.md
...
Fixing the broken link to the design doc in the README.md
9 years ago
Brendan Melville
9e9440425c
Merge pull request #117 from zmerlynn/spark
...
Spark: Add DM template for Spark
9 years ago
Jack Greenfield
0fb1885288
Merge pull request #119 from jackgr/build-break
...
Fix container build break introduced by #113 .
9 years ago
jackgr
881640a298
Fix container build break introduced by #113 .
9 years ago
Zach Loafman
3df6ab3cef
Spark: Add DM template for Spark
...
This is a first-cut template based on
https://github.com/kubernetes/kubernetes/tree/master/examples/spark
with minor templating. As I iterate on that example to add PDs, etc.
(which will add much more variance), I'll iterate here, too.
9 years ago
vaikas-google
2a252761f7
Merge pull request #115 from bmelville/83
...
We will now assume anything not a template is a primitive.
9 years ago
Brendan Melville
71549bbef1
We will now assume anything not a template is a primitive.
...
Rather than hard-coding what a primitive is, we will only look for
templates, and let resourcifier error when kubectl fails to understand
anything else.
Adding missed new file.
9 years ago
Brendan Melville
97e4786386
Merge pull request #113 from vaikas-google/master
...
Add resource state / errors to manifest. First step to #79 , #80
9 years ago
vaikas-google
1ad5106b08
address code review comments
9 years ago
Brendan Melville
14c5adb334
Merge pull request #114 from LeendersR/wordpress
...
Updates type references
9 years ago
Robert Leenders
6ef4da36cf
Updates type references
9 years ago
vaikas-google
9041e8b644
First changes to support displaying resources in the manifest, showing errors. Add timeout option to client, remove configuration related duplicated types for Configuration and Deployment and use the ones from manager instead
9 years ago
Brendan Melville
19d68d096f
Merge pull request #108 from bmelville/master
...
bootstrap.sh should look for the namespace file local to the script.
9 years ago
vaikas-google
80909a38b4
Merge remote-tracking branch 'upstream/master'
...
Not sure what this is about.
9 years ago