summaryrefslogtreecommitdiff
path: root/tests/unit/config/config_test.py
Commit message (Expand)AuthorAge
...
* Add support for device_cgroup_rules in v2.3 filesJoffrey F2018-02-26
* Tests for compatibility modeJoffrey F2018-02-16
* Advanced merge for deploy dict in v3 filesJoffrey F2018-01-22
* Add type conversion (number, bool) -> float for label valuesJoffrey F2018-01-17
* Merge branch '4904-label-config-validation' of https://github.com/nginth/comp...Joffrey F2018-01-17
|\
| * Add label config validation, fixes #4904Drew Romanyk2017-11-30
* | Fix unicode errors in interpolation / serializationJoffrey F2018-01-09
* | Replace unittest-style asserts with pytest assertsJoffrey F2018-01-04
* | Merge branch '5360-add-runtime-support' of https://github.com/cuckoohello/com...Joffrey F2018-01-04
|\ \
| * | add support for `runtime` option in service definitionsYafeng Shan2017-12-04
* | | Add stop_grace_period to ALLOWED_KEYSJoffrey F2017-12-11
* | | Expand mount source when type == bindJoffrey F2017-12-07
* | | Add support for custom names for networks, secrets, configsJoffrey F2017-12-06
* | | Add support for mount syntaxJoffrey F2017-12-05
|/ /
* | Merge pull request #5418 from nginth/5352-fix-volume-configJoffrey F2017-12-01
|\ \
| * | Add config validation for service volumes, fixes #5352Drew Romanyk2017-11-30
| |/
* | Refactor subnet cidr validator & add new testDrew Romanyk2017-11-13
* | Add format to other v3 configs & remove unix dependencyDrew Romanyk2017-11-10
* | Fix subnet config test for windowsDrew Romanyk2017-11-09
* | Implement subnet config validation (fixes #4552)Drew Romanyk2017-11-09
|/
* Fix service label parsingJoffrey F2017-11-03
* Wrong format in the healthcheck test does not issue a warning (fixes #4424)Guillermo Arribas2017-10-23
* Allow empty default values in variable interpolation (fixes #5185)Guillermo Arribas2017-10-20
* Move build labels parsing to config moduleJoffrey F2017-10-16
* Mount with same container path and different mode should overrideJoffrey F2017-10-13
* Fix oneOf validator parser to correctly process uniqueItems errorsJoffrey F2017-09-26
* Merge extra_hosts instead of overwriteJoffrey F2017-09-01
* Add support for extension fields in v2.x and v3.4Joffrey F2017-08-31
* Add support for start_period in healthcheck configJoffrey F2017-08-11
* Prevent null logging options in `docker-compose config` outputJoffrey F2017-08-10
* Add support for blkio config keysJoffrey F2017-08-09
* Fix ServiceExtendsResolver same-file detectionJoffrey F2017-08-03
* Escape dollar sign in serialized config outputJoffrey F2017-07-26
* Add Compose v2.3Yong Wen Chua2017-07-20
* Improved version comparisons throughout the codebaseJoffrey F2017-07-11
* Make sure y/n values are quoted in serialized outputJoffrey F2017-07-06
* `scale` property should be merged according to standard scalar rulesJoffrey F2017-07-05
* Fix ports sorting on Python 3Joffrey F2017-06-27
* ServicePort merge_field should account for external IP and protocolJoffrey F2017-06-12
* Add configs testsJoffrey F2017-06-06
* Merge pull request #4864 from shin-/cred_spec_supportJoffrey F2017-05-25
|\
| * Add partial support (docker-compose config and warnings) for v3.3 credential_...Joffrey F2017-05-25
* | Merge all fields inside build dictJoffrey F2017-05-23
|/
* Add 3.3 format supportJoffrey F2017-05-23
* Fix test typeColin Hebert2017-05-23
* Add tests for the labelsColin Hebert2017-05-23
* Add cpu_count, cpu_percent, cpus parameters.Alexey Rokhin2017-05-17
* Fix external secrets serializationJoffrey F2017-05-01
* Fix serializer bug (python 3)Joffrey F2017-04-07
* Merge pull request #4649 from shin-/bump_docker_pyJoffrey F2017-03-31
|\