compose/tests/fixtures/extends
Mazz Mosley 4a8b2947ca Interpolate extended config
This refactoring is now really coming together. Construction is
happening in the __init__, which is a constructor and helps
clean up the design and clarity of intent of the code. We can now
see (nearly) everything that is being constructed when a ServiceLoader
is created. It needs all of these data constructs to perform the
domain logic and actions. Which are now clearer to see and moving
more towards the principle of functions doing (mostly)one thing and
function names being more descriptive.

resolve_extends is now concerned with the resolving of extends, rather
than the construction, validation, pre processing and *then* resolving
of extends.

Happy days :)

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-02 15:42:38 +01:00
..
circle-1.yml
circle-2.yml
common.yml
docker-compose.yml
invalid-links.yml Validate extended service against our schema 2015-09-02 15:42:38 +01:00
invalid-net.yml Validate extended service against our schema 2015-09-02 15:42:38 +01:00
invalid-volumes.yml Validate extended service against our schema 2015-09-02 15:42:38 +01:00
nested-intermediate.yml
nested.yml
no-file-specified.yml
nonexistent-path-base.yml Run pre-commit on all files 2015-08-24 17:04:50 -04:00
nonexistent-path-child.yml Run pre-commit on all files 2015-08-24 17:04:50 -04:00
nonexistent-service.yml
service-with-invalid-schema.yml Validate extended service against our schema 2015-09-02 15:42:38 +01:00
specify-file-as-self.yml
valid-interpolation-2.yml Interpolate extended config 2015-09-02 15:42:38 +01:00
valid-interpolation.yml Interpolate extended config 2015-09-02 15:42:38 +01:00