summaryrefslogtreecommitdiff
path: root/compose/project.py
Commit message (Expand)AuthorAge
* Merge pull request #6342 from collin5/b5547Ian Campbell2019-05-20
|\
| * remove stopped containers on --remove-orphansCollins Abitekaniza2019-01-25
* | fix warning method is deprecated with testsInconnu082019-05-15
* | Merge pull request #6592 from treatwell/6589-depends_on-recreation-fixIan Campbell2019-03-26
|\ \
| * | Fixed depends_on recreation behaviour for issue #6589joeweoj2019-03-26
* | | Merge pull request #6494 from collin5/b6464Ian Campbell2019-03-25
|\ \ \ | |/ / |/| |
| * | only pull images that can't buildCollins Abitekaniza2019-03-24
* | | Add --quiet build flagAkshit Grover2019-03-02
* | | Fix Project#build_container_operation_with_timeout_func not to mutate a 'opti...tuttieee2019-02-25
* | | Add --no-rm to command buildUlysses Souza2019-02-20
|/ /
* | Bring zero container check up in the call stackJoffrey F2019-01-10
* | Use improved API fields for project events when possibleJoffrey F2018-12-13
* | Avoids pushing the same image more than once.Ulysses Souza2018-11-28
|/
* Don't attempt iterating on None during parallel pullJoffrey F2018-10-04
* Preserve container numbers, add slug to prevent name collisionsJoffrey F2018-09-12
* Merge pull request #6100 from docker/5960-parallel-pull-progressJoffrey F2018-08-24
|\
| * Add progress messages to parallel pullJoffrey F2018-07-25
* | add --parallel option to buildGil Raphaelli2018-07-31
|/
* Allow all Compose commands to retrieve and handle legacy-name containersJoffrey F2018-05-24
* Ignore default platform if API version doesn't support platform paramJoffrey F2018-05-04
* 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