Daniel Nephin
|
dac75b07dc
Move volume parsing to config.types module
|
10 年之前 |
Daniel Nephin
|
efec2aae6c
Fixes #2008 - re-use list_or_dict schema for all the types
|
10 年之前 |
Daniel Nephin
|
12b82a20ff
Move restart spec to the config.types module.
|
10 年之前 |
Daniel Nephin
|
068edfa313
Move parsing of volumes_from to the last step of config parsing.
|
10 年之前 |
Aanand Prasad
|
665de9a494
Merge pull request #2436 from dnephin/reduce_cyclomatic_complexity
|
10 年之前 |
Daniel Nephin
|
64447879d2
Reduce complexity of merge_service_dicts
|
10 年之前 |
Daniel Nephin
|
1e8f76767f
Fix env_file and environment when used with extends.
|
10 年之前 |
Daniel Nephin
|
9c305ac10f
Remove name field from the list of ALLOWED_KEYS
|
10 年之前 |
Daniel Nephin
|
589755d034
Inclide the filename in validation errors.
|
10 年之前 |
Daniel Nephin
|
1f7faadc77
Remove name from config schema.
|
10 年之前 |
Daniel Nephin
|
5e97b806d5
Fix a bug in ExtendsResolver where the service name of the extended service was wrong.
|
10 年之前 |
Daniel Nephin
|
a92d86308f
Rename ServiceLoader to ServiceExtendsResolver
|
10 年之前 |
Daniel Nephin
|
98ad5a05e4
Validate additional files before merging them.
|
10 年之前 |
Kevin Greene
|
22d90d2180
Added ulimits functionality to docker compose
|
10 年之前 |
Daniel Nephin
|
b09cf86dd6
Merge pull request #2326 from dnephin/unicode_decode_error
|
10 年之前 |
Daniel Nephin
|
0e19c92e82
Make working_dir consistent in the config package.
|
10 年之前 |
Daniel Nephin
|
26c7dd3712
Handle non-utf8 unicode without raising an error.
|
10 年之前 |
Mazz Mosley
|
5dc14f3925
Handle non-ascii chars in volume directories
|
10 年之前 |
Daniel Nephin
|
ae47435425
Fix unicode in environment variables for python2.
|
10 年之前 |
Daniel Nephin
|
b500fa2351
Refactor ServiceLoader to be immutable.
|
10 年之前 |
Daniel Nephin
|
4505632274
Some minor style cleanup
|
10 年之前 |
Daniel Nephin
|
938d49cbdc
Fixes #2205 - extends must be copied from override file.
|
10 年之前 |
Daniel Nephin
|
937e087c6c
Fixes #2203 - properly validate files when multiple files are used.
|
10 年之前 |
Daniel Nephin
|
26dc0b785b
Give the user a better error message (without a stack trace) when there is a yaml error.
|
10 年之前 |
mnowster
|
6b68a84b9b
Merge pull request #2019 from mrfuxi/less-verbose-extends
|
10 年之前 |
Daniel Nephin
|
b9c76dfabd
Merge pull request #2181 from mnowster/2128-split-drive-not-handling-relative-paths
|
10 年之前 |
Mohit Soni
|
f4efa29377
Added support for cgroup_parent
|
10 年之前 |
Mazz Mosley
|
c1d5ecaafe
Workaround splitdrive limitations
|
10 年之前 |
Mazz Mosley
|
bc6b3f970b
container paths don't need to be expanded
|
10 年之前 |
Mazz Mosley
|
f4cd5b1d45
Handle windows volume paths
|
10 年之前 |