compose/compose/config
Joffrey F 507e0d7a64 Convert time data back to string values when serializing config
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-01-30 16:24:40 -08:00
..
__init__.py Implement environment singleton to be accessed throughout the code 2016-03-24 10:57:01 -07:00
config.py depends_on merge now retains condition information when present 2017-01-30 16:24:40 -08:00
config_schema_v1.json Add support for swappiness constraint 2016-08-16 11:02:51 +02:00
config_schema_v2.0.json Add support for stop_grace_period in v2 2017-01-09 16:38:25 -08:00
config_schema_v2.1.json Add support for stop_grace_period in v2 2017-01-09 16:38:25 -08:00
config_schema_v3.0.json Add missing network.internal to v3 schema. 2017-01-30 16:24:40 -08:00
environment.py Falsy values in COMPOSE_CONVERT_WINDOWS_PATHS are properly recognized 2017-01-09 16:38:23 -08:00
errors.py Support version 3.0 of the Compose file format 2016-11-16 16:07:02 +00:00
interpolation.py Support non-alphanumeric default values. 2016-10-06 17:04:19 -04:00
serialize.py Convert time data back to string values when serializing config 2017-01-30 16:24:40 -08:00
sort_services.py Reduce complexity of sort_service_dicts. 2016-02-24 16:19:38 -08:00
types.py Do not normalize volume paths on Windows by default 2016-10-18 12:17:56 -07:00
validation.py Expand depends_on to allow different conditions (service_start, service_healthy) 2017-01-04 11:28:30 -08:00