summaryrefslogtreecommitdiff
path: root/compose/project.py
Commit message (Expand)AuthorAge
* Make sure error messages are unicode strings before combiningJoffrey F2018-04-09
* Add 2.4 file format with platform support. Also reads DOCKER_DEFAULT_PLATFORM...Joffrey F2018-03-30
* Add --compress option to build commandJoffrey F2018-03-23
* pull: Honor --quiet in parallel mode.Matthieu Nottale2018-03-15
* Add '--quiet' option to 'up' to pull silently.Matthieu Nottale2018-02-23
* Add optional argument to pull dependencies on docker-compose pull.kcboschert2018-02-14
* Add up flag `--renew-anon-volumes` (shorthand -V)Joffrey F2018-01-22
* Improve ImageNotFound handling in convergenceJoffrey F2018-01-19
* Remove rebuild parameter ; set do_build insteadJoffrey F2018-01-19
* Fix #5465 by catching a no-image exception inIan Glen Neal2018-01-19
* Add test for NoSuchService with unicode charactersJoffrey F2018-01-12
* Fix unicode error - python2Thomas2018-01-13
* Convert to use any for finding stopped containersDrew Romanyk2018-01-05
* Reword & Optimize getting stopped containers & update testsDrew Romanyk2018-01-05
* Fix depends on restart behavior, fixes #3397Drew Romanyk2018-01-05
* Add COMPOSE_IGNORE_ORPHANSJohn Harris2018-01-04
* Add support for custom names for networks, secrets, configsJoffrey F2017-12-06
* Merge pull request #5393 from summergirl21/3370-down-timeoutJoffrey F2017-12-05
|\
| * implement --timeout flag for docker-compose downMadeline Stager2017-11-22
* | Adds support for a memory flag to docker-compose build.Samantha Miller2017-12-03
|/
* Progress markers are not shown correctly for docker-compose up (fixes #4801)Guillermo Arribas2017-10-13
* 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
* Keep no-ansi parameter in the CLI scopeJoffrey F2017-08-09
* Add a flag --no-ansi to remove control characters on parallel executionsCecile Tonglet2017-08-09
* Add support for service:name pid configJoffrey F2017-07-03
* Always silence pull output with --parallelEvan Shaw2017-07-03
* Fix double silent argument valueNikitaVlaznev2017-06-19
* Add --quiet parameter to docker-compose pull, using existing silent flagJoel Barciauskas2017-06-14
* Prevent dependencies rescaling when executing `docker-compose run`Joffrey F2017-05-12
* Prevent `docker-compose scale` to be used with a v2.2 config fileJoffrey F2017-04-21
* Implement --scale option on up command, allow scale config in v2.2 formatJoffrey F2017-04-17
* support --build-arg for build commandDat Tran2017-03-07
* Update to address code review feedbackEvan Shaw2017-02-25
* Hide parallel pull behind --parallel flagEvan Shaw2017-02-24
* Silence service pull output when pulling in parallelEvan Shaw2017-02-24
* Add optional limit to the number of parallel operationsEvan Shaw2017-02-24
* Pull services in parallelEvan Shaw2017-02-24
* fix typo in project.pykevinetc1232017-02-09
* Add a warning for unsupported secret fields.Daniel Nephin2017-01-31
* Add an integration test for secrets using bind mounts.Daniel Nephin2017-01-31
* Implement secrets using bind mountsDaniel Nephin2017-01-31
* Expand depends_on to allow different conditions (service_start, service_healthy)Joffrey F2017-01-04
* Update messages about docker stack deploy.Daniel Nephin2016-11-21
* Use stop grace period for container stop.Daniel Nephin2016-11-16
* Do not print Swarm mode warning when connecting to a UCP serverJoffrey F2016-10-24
* Copy experimental bundle docs into Compose docs so URL is stableAanand Prasad2016-07-25
* Show a warning when engine is in swarm modeAanand Prasad2016-07-25
* Implement 'docker-compose push' and 'docker-compose bundle'Aanand Prasad2016-06-14
* add msg attribute to ProjectError classAnton Simernia2016-05-09