summaryrefslogtreecommitdiff
path: root/compose/utils.py
Commit message (Expand)AuthorAge
* Add support for seccomp filesJoffrey F2018-02-26
* Add support for mount syntaxJoffrey F2017-12-05
* Avoid import ConfigurationError inside compose.utils (circular import)Joffrey F2017-09-28
* Add support for start_period in healthcheck configJoffrey F2017-08-11
* Add support for blkio config keysJoffrey F2017-08-09
* Implement 'healthcheck' optionAanand Prasad2016-11-18
* Improve volumespec parsing on windows platformsJoffrey F2016-09-20
* Catchable error for parse failures in split_bufferJoffrey F2016-08-02
* json_splitter: Don't break when buffer contains leading whitespace.Joffrey F2016-07-29
* Fix #3281: Unexpected result when using build args with default valuesAndrey Devyatkin2016-05-28
* Fix #3281: Unexpected result when using build args with default valuesAndrey Devyatkin2016-05-27
* Apply driver_opts processing to network configsJoffrey F2016-02-18
* Constraint build argument types. Numbers are cast into stringsJoffrey F2016-02-17
* Add docker-compose eventDaniel Nephin2016-01-08
* Update pre-commit config to enforace that future imports exist in all files.Daniel Nephin2016-01-07
* Move parallel_execute to a new module.Daniel Nephin2015-11-23
* Refactor parallel_execute.Daniel Nephin2015-11-20
* Fixes #2398 - the build progress stream can contain empty json objects.Daniel Nephin2015-11-18
* Merge pull request #2326 from dnephin/unicode_decode_errorDaniel Nephin2015-11-10
|\
| * Handle non-utf8 unicode without raising an error.Daniel Nephin2015-11-05
* | Fix parallel outputAanand Prasad2015-11-09
|/
* Fix split buffer with inconsistently delimited json objects.Daniel Nephin2015-10-06
* Fix build against the swarm cluster by joining buffered output before parsing...Daniel Nephin2015-10-06
* Fixes #1955 - Handle unexpected errors, but don't ignore background threads.Daniel Nephin2015-09-11
* Remove or space out suspension dots after service name for easier copy-pastingJoffrey F2015-09-04
* Fix service integration tests.Daniel Nephin2015-08-25
* Update unit tests for stream_output to match the behaviour of a docker-py res...Daniel Nephin2015-08-25
* Unit tests passing again.Daniel Nephin2015-08-25
* Cleanup requirements.txt so we don't have to maintain separate copies for py2...Daniel Nephin2015-08-25
* Run pre-commit on all filesDaniel Nephin2015-08-24
* Handle all exceptionsMazz Mosley2015-08-17
* Space for errorsMazz Mosley2015-07-23
* Refactor parallel executeMazz Mosley2015-07-21
* Parallelise scaleMazz Mosley2015-07-20
* Make parallel tasks interruptible with Ctrl-CAanand Prasad2015-07-20
* Add in error handlingMazz Mosley2015-07-20
* Resolve race conditionMazz Mosley2015-07-20
* Improve output for parallel commandMazz Mosley2015-07-16
* Rename max workers env var and fix docsAanand Prasad2015-07-15
* Execute container commands in parallelMazz Mosley2015-07-15
* Remove whitespace from json hashBen Firshman2015-05-20
* Implement smart recreate behind an experimental CLI flagAanand Prasad2015-05-18