docs/compose
Daniel Nephin 87d79d4d99 Rename ServiceLoader to ServiceExtendsResolver
ServiceLoader has evolved to be not really all that related to "loading" a
service. It's responsibility is more to do with handling the `extends`
field, which is only part of loading.  The class and its primary method
(make_service_dict()) were renamed to better reflect their responsibility.

As part of that change process_container_options() was removed from
make_service_dict() and renamed to process_service().  It contains logic for
handling the non-extends options.

This change allows us to remove the hacks from testcase.py and only call
the functions we need to format a service dict correctly for integration tests.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-11-12 13:54:41 -05:00
..
cli Validate additional files before merging them. 2015-11-12 13:54:41 -05:00
config Rename ServiceLoader to ServiceExtendsResolver 2015-11-12 13:54:41 -05:00
__init__.py Bump 1.5.0 2015-11-03 12:36:30 -05:00
const.py Remove duplicate and re-order alphabetically 2015-10-01 16:06:57 +01:00
container.py Logs are available for all log drivers except for none. 2015-10-29 15:01:33 -04:00
legacy.py Remove flake8 ignores and wrap the longest lines to 140 char. 2015-08-26 12:53:11 -04:00
progress_stream.py Reorganize conditional branches to improve readability 2015-11-12 13:54:41 -05:00
project.py Only create the default network if at least one service needs it. 2015-11-12 13:54:41 -05:00
service.py Add a warning when the host volume config is being ignored. 2015-11-12 13:54:41 -05:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Handle non-utf8 unicode without raising an error. 2015-11-12 13:54:40 -05:00