summaryrefslogtreecommitdiff
path: root/compose/parallel.py
Commit message (Expand)AuthorAge
* Bring zero container check up in the call stackJoffrey F2019-01-10
* test image pull doneCollins Abitekaniza2019-01-10
* check for started containers only on service_startCollins Abitekaniza2019-01-10
* stdout failed for failing servicesCollins Abitekaniza2018-11-28
* Add progress messages to parallel pullJoffrey F2018-07-25
* Make sure error messages are unicode strings before combiningJoffrey F2018-04-09
* Revamp ParallelStreamWriter to fix display issues.Matthieu Nottale2018-03-07
* Fix a race condition in ParallelStreamWriter.Matthieu Nottale2018-03-01
* Fix #5465 by catching a no-image exception inIan Glen Neal2018-01-19
* Clean up limit setting code and add reasonable input guardsJoffrey F2018-01-04
* Allow parallel limit to be set in env file.Ashlie Martinez2017-12-16
* Add COMPOSE_PARALLEL_LIMIT to restrict global number of parallel operationsShea Rozmiarek2017-12-10
* Progress markers are not shown correctly for docker-compose up (fixes #4801)Guillermo Arribas2017-10-13
* Fix --no-ansi flag not working properlyCecile Tonglet2017-08-24
* 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
* Align status output for parallel_executeEvan Shaw2017-07-03
* Implement --scale option on up command, allow scale config in v2.2 formatJoffrey F2017-04-17
* Merge pull request #4428 from edsrzf/parallel-pullJoffrey F2017-03-01
|\
| * Add optional limit to the number of parallel operationsEvan Shaw2017-02-24
* | Colorize statuses in parallel_execute outputEvan Shaw2017-02-26
|/
* Catch healthcheck exceptions in parallel_executeJoffrey F2017-01-17
* Expand depends_on to allow different conditions (service_start, service_healthy)Joffrey F2017-01-04
* Use stop grace period for container stop.Daniel Nephin2016-11-16
* service: detailed error messages for create and startTomas Tomecek2016-07-11
* Properly handle APIError failures in Project.upJoffrey F2016-05-02
* Fix race conditionAanand Prasad2016-04-11
* Rename a couple of functions in parallel.pyAanand Prasad2016-04-11
* Document parallel helper functionsAanand Prasad2016-04-11
* Small refactor to feed_queue()Aanand Prasad2016-04-11
* Reduce queue timeoutAanand Prasad2016-04-08
* Hold state in an objectAanand Prasad2016-04-08
* Refactor so there's only one queueAanand Prasad2016-04-08
* Move queue logic out of parallel_execute()Aanand Prasad2016-04-08
* Abort operations if their dependencies failAanand Prasad2016-04-08
* Refactor setup_queue()Aanand Prasad2016-04-08
* Fix flaky partial_change state test.Daniel Nephin2016-03-21
* Removed unused parallel.parallel_stopIlya Skriblovsky2016-03-14
* Dependency-ordered start/stop/upIlya Skriblovsky2016-03-14
* Fix signal handling with pyinstaller.Daniel Nephin2016-03-01
* Add an acceptance test and docs for the down subcommandDaniel Nephin2016-01-14
* Move parallel_execute to a new module.Daniel Nephin2015-11-23