Daniel Nephin
|
e32863f89e
|
Make links unique-by-alias when merging
Factor out MergeDict from merge_service_dicts to reduce complexity below limit.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-02-02 10:48:47 -05:00 |
Aanand Prasad
|
aeef61fcd8
|
Make 'version' a string
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-02-02 13:58:34 +00:00 |
Joffrey F
|
48377a354f
|
is_named_volume also tests for home paths ~
Fix bug with VolumeSpec not being updated
Fix integration test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-01-22 16:05:21 -08:00 |
Joffrey F
|
9e67eae311
|
Match named volumes in service definitions with declared volumes
Raise ConfigurationError for undeclared named volumes
Test new behavior
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-01-21 18:10:53 -08:00 |
Daniel Nephin
|
1bfbba36b2
|
Ensure that the config output by config command never contains python objects.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-01-14 18:33:58 -05:00 |
Joffrey F
|
796d97e394
|
Merge pull request #2617 from gutweiler/extra-hosts-ipv6
Extra hosts ipv6
|
2016-01-14 15:19:12 -08:00 |
Clemens Gutweiler
|
ce9f2681a2
|
Fixes #1422: ipv6 addr contains colons, so we split only by the first char.
Signed-off-by: Clemens Gutweiler <cg@vioma.de>
|
2016-01-14 22:26:35 +01:00 |
Daniel Nephin
|
b76dc1e05e
|
Require volumes_from a container to be explicit in V2 config.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-01-14 11:45:16 -05:00 |
Daniel Nephin
|
dac75b07dc
|
Move volume parsing to config.types module
This removes the last of the old service.ConfigError
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-11-23 13:33:00 -05:00 |
Daniel Nephin
|
efec2aae6c
|
Fixes #2008 - re-use list_or_dict schema for all the types
At the same time, moves extra_hosts validation to the config module.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-11-23 13:31:58 -05:00 |
Daniel Nephin
|
12b82a20ff
|
Move restart spec to the config.types module.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-11-23 13:31:58 -05:00 |
Daniel Nephin
|
068edfa313
|
Move parsing of volumes_from to the last step of config parsing.
Includes creating a new compose.config.types module for all the domain objects.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-11-23 13:31:58 -05:00 |