docs/compose/config
Daniel Nephin 3a43110f06 Fix a bug in ExtendsResolver where the service name of the extended service was wrong.
This bug can be seen by the change to the test case. When the extended service
uses a different name, the error was reported incorrectly.

By fixing this bug we can simplify self.signature and self.detect_cycles to
always use self.service_name.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-11-12 13:54:41 -05:00
..
__init__.py Validate additional files before merging them. 2015-11-12 13:54:41 -05:00
config.py Fix a bug in ExtendsResolver where the service name of the extended service was wrong. 2015-11-12 13:54:41 -05:00
errors.py Split out compose.config.errors 2015-08-05 15:50:22 +01:00
fields_schema.json Added ulimits functionality to docker compose 2015-11-12 13:54:41 -05:00
interpolation.py Use colors when logging warnings or errors, so they are more obvious. 2015-10-30 15:36:15 -04:00
service_schema.json Split validation into fields and service 2015-09-02 15:42:38 +01:00
validation.py Validate additional files before merging them. 2015-11-12 13:54:41 -05:00