summaryrefslogtreecommitdiff
path: root/tests/acceptance
Commit message (Collapse)AuthorAge
...
* | | Added additional argument (--env-file) for docker-compose to import ↵slowr2019-02-26
| | | | | | | | | | | | | | | | | | environment variables from a given PATH. Signed-off-by: Dimitrios Mavrommatis <jim.mavrommatis@gmail.com>
* | | Add --no-rm to command buildUlysses Souza2019-02-20
|/ / | | | | | | | | | | | | - When present, build does not remove intermediate containers after a successful build. Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
* | Bring zero container check up in the call stackJoffrey F2019-01-10
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | test image pull doneCollins Abitekaniza2019-01-10
| | | | | | | | Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* | Merge pull request #6346 from collin5/b5469Joffrey F2018-12-10
|\ \ | | | | | | Show failed services 'docker-compose start' when containers are not availabe
| * | refactor cli testsCollins Abitekaniza2018-11-28
| | | | | | | | | | | | Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* | | Update `reorder_python_imports` version to fix Unicode problemsUlysses Souza2018-12-01
| | | | | | | | | | | | Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
* | | Don't append slugs to containers created by "up"Joffrey F2018-11-27
|/ / | | | | | | | | | | | | | | This change reverts the new naming convention introduced in 1.23 for service containers. One-off containers will now use a slug instead of a sequential number as they do not present addressability concerns and benefit from being capable of running in parallel. Signed-off-by: Joffrey F <joffrey@docker.com>
* / test --all flagCollins Abitekaniza2018-11-06
|/ | | | Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* Fix new flake8 errors/warningsJoffrey F2018-10-24
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update acceptance test for image matchingJoffrey F2018-09-20
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add acceptance testBoris HUISGEN2018-09-20
| | | | Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
* Preserve container numbers, add slug to prevent name collisionsJoffrey F2018-09-12
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Replace sequential container indexes with randomly generated IDsJoffrey F2018-09-11
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix --project-directory handling to apply to .env files as wellJoffrey F2018-08-10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Handle missing (not built) service image in config --hashJoffrey F2018-08-07
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Reduce config --hash code complexity and add testJoffrey F2018-08-07
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* add --parallel option to buildGil Raphaelli2018-07-31
| | | | Signed-off-by: Gil Raphaelli <g@raphaelli.com>
* Merge pull request #6071 from nickhiggs/6060-reattach-logger-on-restartJoffrey F2018-07-25
|\ | | | | Attach logger to containers after crashing.
| * Attach logger to containers after crashing.Nicholas Higgins2018-07-09
| | | | | | | | | | | | Fixes #6060 Signed-off-by: Nicholas Higgins <nickhiggins42@gmail.com>
* | Fix --exit-code-from to reflect exit code after termination by ComposeJoffrey F2018-07-10
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Ignore attachable property on networks in compatibility modeJoffrey F2018-05-04
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Support -H=host notation for interactive run/execsJoffrey F2018-03-26
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #5788 from mnottale/dash-underscore-in-project-nameJoffrey F2018-03-19
|\ | | | | Allow dash and underscore in project name.
| * Allow dash and underscore in project name.Matthieu Nottale2018-03-15
| | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* | pull: Deprecate '--parallel' and enable it by default.Matthieu Nottale2018-03-15
|/ | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* Merge pull request #5709 from mnottale/exec-workdirJoffrey F2018-03-02
|\ | | | | Add '--workdir' option to 'exec'.
| * Add '--workdir' option to 'exec'.Matthieu Nottale2018-02-23
| | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* | Merge pull request #5725 from docker/geigerzaehler-run-with-network-aliasJoffrey F2018-02-27
|\ \ | | | | | | Add --use-aliases flag to run command
| * | Add acceptance test for use-aliases featureJim Dalton2018-02-27
| | | | | | | | | | | | Signed-off-by: Jim Dalton <jim.dalton@gmail.com>
* | | unset entrypoint testJoffrey F2018-02-27
|/ / | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #5684 from docker/compat_modeJoffrey F2018-02-26
|\ \ | | | | | | Compatibility mode
| * | Tests for compatibility modeJoffrey F2018-02-16
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | New --log-level option.Matthieu Nottale2018-02-23
| |/ |/| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* | Merge pull request #5699 from docker/pantuza-cli-add-detach-optionJoffrey F2018-02-22
|\ \ | | | | | | Add long-form --detach CLI flag
| * | Add --detach testsJoffrey F2018-02-21
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Add version guard for multi-service buildargJoffrey F2018-02-21
|/ / | | | | | | | | | | Add buildarg tests Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add optional argument to pull dependencies on docker-compose pull.kcboschert2018-02-14
| | | | | | | | Signed-off-by: Kevin Boschert <kcboschert@gmail.com>
* | Merge branch '4909-terminate-containers-on-sighup' of ↵Joffrey F2018-02-07
|\ \ | | | | | | | | | | | | | | | https://github.com/garribas/compose into garribas-4909-terminate-containers-on-sighup Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Terminate containers on SIGHUP (fixes #4909)Guillermo Arribas2017-11-01
| | | | | | | | | | | | Signed-off-by: Guillermo Arribas <garribas@gmail.com>
* | | Add missing `-q|--quiet` options to increase consistencyHarald Albers2018-01-30
| |/ |/| | | | | Signed-off-by: Harald Albers <github@albersweb.de>
* | Move priority option to service network referenceJoffrey F2018-01-11
| | | | | | | | | | | | | | Add ordering to networks.get_networks Fix priority test Signed-off-by: Joffrey F <joffrey@docker.com>
* | Fixed python34 comparison issueZal Daroga2018-01-11
| | | | | | | | Signed-off-by: Zal Daroga <zaldaroga@yahoo.com>
* | Fixed network priorities. Resolves #5042Zal Daroga2018-01-11
| | | | | | | | Signed-off-by: Zal Daroga <zaldaroga@yahoo.com>
* | Added prioritization of networksZal Daroga2018-01-11
| | | | | | | | Signed-off-by: Zal Daroga <zaldaroga@yahoo.com>
* | Revert -d/--timeout exclusionJoffrey F2018-01-11
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #5384 from ilinum/1498-docker-compose-servicesJoffrey F2018-01-09
|\ \ | | | | | | Implement --filter flag for docker-compose config --services and use it in bash completion
| * | Rename `ps --filter` option from `key` to `source`.Svyatoslav Ilinskiy2018-01-09
| | | | | | | | | | | | Signed-off-by: Svyatoslav Ilinskiy <ilinskiy.sv@gmail.com>
| * | Allow only one `--filter` argument and simplify codeSvyatoslav Ilinskiy2018-01-07
| | | | | | | | | | | | Signed-off-by: Svyatoslav Ilinskiy <ilinskiy.sv@gmail.com>
| * | Add ability to list and filter services in `ps`Svyatoslav Ilinskiy2017-12-02
| | | | | | | | | | | | | | | | | | Also, rename --filter "option=..." to --filter "key=..." Signed-off-by: Svyatoslav Ilinskiy <ilinskiy.sv@gmail.com>