summaryrefslogtreecommitdiff
path: root/tests/acceptance/cli_test.py
Commit message (Expand)AuthorAge
* Support -H=host notation for interactive run/execsJoffrey F2018-03-26
* Merge pull request #5788 from mnottale/dash-underscore-in-project-nameJoffrey F2018-03-19
|\
| * Allow dash and underscore in project name.Matthieu Nottale2018-03-15
* | pull: Deprecate '--parallel' and enable it by default.Matthieu Nottale2018-03-15
|/
* Merge pull request #5709 from mnottale/exec-workdirJoffrey F2018-03-02
|\
| * Add '--workdir' option to 'exec'.Matthieu Nottale2018-02-23
* | Merge pull request #5725 from docker/geigerzaehler-run-with-network-aliasJoffrey F2018-02-27
|\ \
| * | Add acceptance test for use-aliases featureJim Dalton2018-02-27
* | | unset entrypoint testJoffrey F2018-02-27
|/ /
* | Merge pull request #5684 from docker/compat_modeJoffrey F2018-02-26
|\ \
| * | Tests for compatibility modeJoffrey F2018-02-16
* | | New --log-level option.Matthieu Nottale2018-02-23
| |/ |/|
* | Merge pull request #5699 from docker/pantuza-cli-add-detach-optionJoffrey F2018-02-22
|\ \
| * | Add --detach testsJoffrey F2018-02-21
* | | Add version guard for multi-service buildargJoffrey F2018-02-21
|/ /
* | Add optional argument to pull dependencies on docker-compose pull.kcboschert2018-02-14
* | Merge branch '4909-terminate-containers-on-sighup' of https://github.com/garr...Joffrey F2018-02-07
|\ \
| * | Terminate containers on SIGHUP (fixes #4909)Guillermo Arribas2017-11-01
* | | Add missing `-q|--quiet` options to increase consistencyHarald Albers2018-01-30
| |/ |/|
* | Move priority option to service network referenceJoffrey F2018-01-11
* | Fixed python34 comparison issueZal Daroga2018-01-11
* | Fixed network priorities. Resolves #5042Zal Daroga2018-01-11
* | Added prioritization of networksZal Daroga2018-01-11
* | Revert -d/--timeout exclusionJoffrey F2018-01-11
* | Merge pull request #5384 from ilinum/1498-docker-compose-servicesJoffrey F2018-01-09
|\ \
| * | Rename `ps --filter` option from `key` to `source`.Svyatoslav Ilinskiy2018-01-09
| * | Allow only one `--filter` argument and simplify codeSvyatoslav Ilinskiy2018-01-07
| * | Add ability to list and filter services in `ps`Svyatoslav Ilinskiy2017-12-02
| * | Implement --filter flag for docker-compose config --services.Svyatoslav Ilinskiy2017-11-17
* | | Add COMPOSE_IGNORE_ORPHANSJohn Harris2018-01-04
* | | Replace unittest-style asserts with pytest assertsJoffrey F2018-01-04
* | | Avoid CLI crash if image has no tagsJoffrey F2017-12-12
* | | Add support for custom names for networks, secrets, configsJoffrey F2017-12-06
* | | Merge pull request #5436 from docker/5244-advanced-mount-supportJoffrey F2017-12-05
|\ \ \
| * | | Add support for mount syntaxJoffrey F2017-12-05
* | | | Merge pull request #5393 from summergirl21/3370-down-timeoutJoffrey F2017-12-05
|\ \ \ \
| * | | | implement --timeout flag for docker-compose downMadeline Stager2017-11-22
| | |/ / | |/| |
* | | | Merge pull request #5435 from summergirl21/5434-up-d-timeout-not-allowedJoffrey F2017-12-05
|\ \ \ \ | |_|/ / |/| | |
| * | | Raise error if up used with both -d and --timeoutMadeline Stager2017-12-05
| |/ /
* | | Merge pull request #5410 from sethktaylor11/5374-build-memoryJoffrey F2017-12-04
|\ \ \
| * | | Adds support for a memory flag to docker-compose build.Samantha Miller2017-12-03
| |/ /
* / / Added a label option to 'docker-compose run' and test.Samantha Miller2017-11-28
|/ /
* / Miscellaneous test fixesJoffrey F2017-11-01
|/
* docker-compose exec doesn't have -e option (fixes #4551)Guillermo Arribas2017-10-25
* Add missing test constraintJoffrey F2017-10-18
* Config command generates invalid volumes (fixes #5176)Guillermo Arribas2017-10-16
* Temporary xfails for engine bugJoffrey F2017-10-13
* Add shm_size to build-options (issue #3866)Marc van den Hoogen2017-09-29
* Add --no-start flag to up command. Deprecate create command.Joffrey F2017-08-31
* Fix exit code 0 upon parallel pull failure.aronahl2017-08-15