docs/compose
Daniel Nephin b500fa2351 Refactor ServiceLoader to be immutable.
Mutable objects are harder to debug and harder to reason about. ServiceLoader was almost immutable. There was just a single function which set fields for a second function. Instead of mutating the object, we can pass those values as parameters to the next function.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-10-21 11:14:35 -04:00
..
cli If -x-networking is used, set the correct API version. 2015-10-14 12:09:50 -04:00
config Refactor ServiceLoader to be immutable. 2015-10-21 11:14:35 -04:00
__init__.py Bump 1.5.0dev 2015-08-11 18:41:21 +01:00
const.py Remove duplicate and re-order alphabetically 2015-10-01 16:06:57 +01:00
container.py Remove unused attach_socket function from Container. 2015-10-06 10:37:05 -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 Fix split buffer with inconsistently delimited json objects. 2015-10-06 10:43:07 -04:00
project.py docker-compose pull SERVICE should not pull SERVICE's dependencies 2015-10-15 17:33:32 -06:00
service.py Merge pull request #2233 from dnephin/some_unit_test_cleanup 2015-10-21 10:39:28 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Fix split buffer with inconsistently delimited json objects. 2015-10-06 10:43:07 -04:00