summaryrefslogtreecommitdiff
path: root/tests/unit/config/config_test.py
Commit message (Expand)AuthorAge
* Merge pull request #8122 from ojab/add_init_containersAnca Iordache2021-04-06
|\
| * Add init container supportSlava Kardakov2021-02-18
* | Add `compose.yaml/.yml` to default filenamesAnca Iordache2021-03-16
* | Make `--env-file` paths relative to current working directoryAnca Iordache2021-03-16
|/
* Remove duplicate values check for build.cache_fromMark Gallagher2020-11-13
* Add Makefile including spec download targetUlysses Souza2020-10-27
* Fix port renderingUlysses Souza2020-09-24
* update depends_on testsaiordache2020-09-14
* Added merge for max_replicas_per_nodeKevin Clark2020-09-11
* Preserve the version when specified in the fileUlysses Souza2020-09-10
* Removed Python2 supportalexrecuenco2020-08-11
* Merge pull request #7510 from hartwork/issue-7501-stop-using-deprecated-asser...Anca Iordache2020-08-03
|\
| * tests: Stop using deprecated assertEquals (fixes #7501)Sebastian Pipping2020-06-09
* | rename schema to compose_specaiordache2020-07-09
* | cleanup compatibility and testsaiordache2020-07-08
* | Merge 2.x and 3.x schemasaiordache2020-07-08
* | Removed Python2 supportBastian Venthur2020-06-03
|/
* Merge pull request #6937 from apollo13/issue6871Ulysses Souza2020-02-24
|\
| * Properly escape values coming from env_files, fixes #6871Florian Apolloner2020-01-28
* | test update - remove 'placement' from unsupported fieldsAnca Iordache2020-02-07
|/
* Merge pull request #6873 from frenzymadness/pytest_compatibilityUlysses Souza2020-01-10
|\
| * Remove indentation from test YAMLLumir Balhar2020-01-10
| * Use stdlib modules instead of deprecated pytest fixturesLumir Balhar2020-01-09
* | support PyYAML up to 5.x versionSergey Fursov2020-01-09
|/
* Validate version format on formats 2+ulyssessouza2020-01-07
* Add test to verify same file 'extends' optimizationAleksandr Mezin2019-10-09
* update alpine version to 3.10.1aiordache2019-08-20
* Pin test images on a non rolling tagUlysses Souza2019-07-18
* replace sets with set literal syntax for efficiencyInconnu082019-06-01
* fix warning method is deprecated with testsInconnu082019-05-15
* Added test case to verify fix for #6525Michael Irwin2019-03-07
* adds --no-interpolate to docker-compose configPeter Nagy (NPE)2019-03-04
* Added additional argument (--env-file) for docker-compose to import environme...slowr2019-02-26
* Support for credential_specDjordje Lukic2019-01-17
* Merge pull request #6406 from collin5/b5948Joffrey F2019-01-02
|\
| * test create from config with duplicate mount pointsCollins Abitekaniza2019-01-02
* | Fix merge on networks sectionUlysses Souza2018-12-11
|/
* Fix parse_key_from_error_msg to not error out on non-string keysJoffrey F2018-11-05
* Fix config merging for isolation and storage_opt keysJoffrey F2018-11-02
* Merge pull request #6234 from zasca/tilda_src_pathsJoffrey F2018-10-08
|\
| * Squashed commit of the following:Alexander2018-10-05
* | tests.unit.config: Make sure volume order is preserved.Antony MECHIN2018-09-26
* | tests.unit.config: Make make_service_dict working dir argument optional.Antony MECHIN2018-09-26
|/
* Don't convert slashes for UNIX paths on Windows hostsJoffrey F2018-09-19
* Avoid overriding external = False in serializerJoffrey F2018-07-09
* iprange -> ip_rangeJoffrey F2018-05-01
* Clearly define IPAM config schema for validationJoffrey F2018-04-23
* Fix port serialization with external IPJoffrey F2018-03-30
* On load error, retry reading the file with UTF-8 encodingJoffrey F2018-03-27
* Preserve security_opt values in extendsJoffrey F2018-03-08