summaryrefslogtreecommitdiff
path: root/compose
Commit message (Expand)AuthorAge
* Merge pull request #2020 from dnephin/fix_compose_with_logs_noneAanand Prasad2015-09-11
|\
| * Refactor LogPrinter to make it immutable and remove logic from the constructor.Daniel Nephin2015-09-11
| * Fix warning message when a container uses a non-json log driverDaniel Nephin2015-09-11
* | Merge pull request #2026 from ggtools/validationAanand Prasad2015-09-11
|\ \ | |/ |/|
| * Fix type for `tty` & `stdin_open`Christophe Labouisse2015-09-10
* | Merge pull request #1954 from nhumrich/masterAanand Prasad2015-09-10
|\ \ | |/ |/|
| * Allow for user relative pathsNick H2015-09-09
* | Merge pull request #2016 from mnowster/remove-unique-constraint-for-commandAanand Prasad2015-09-09
|\ \
| * | Remove item unique constraint for commandMazz Mosley2015-09-09
* | | Remove mistaken fieldMazz Mosley2015-09-09
|/ /
* | Merge pull request #1862 from mrfuxi/costom-container-name-in-logsAanand Prasad2015-09-08
|\ \
| * | Use custom container name in logs. Fixes #1851Karol Duleba2015-09-07
* | | Merge pull request #1944 from funkyfuture/issue-1921Aanand Prasad2015-09-08
|\ \ \
| * | | Adds pause- and unpause-command to docopt's TLCFrank Sachsenheim2015-08-28
* | | | Merge pull request #1990 from shin-/1975-fixAanand Prasad2015-09-08
|\ \ \ \
| * | | | Remove or space out suspension dots after service name for easier copy-pastingJoffrey F2015-09-04
* | | | | Allow entrypoint to be a list or stringMazz Mosley2015-09-07
| |_|/ / |/| | |
* | | | Merge pull request #1963 from shin-/1923-catch-timeoutAanand Prasad2015-09-04
|\ \ \ \
| * | | | HTTP_TIMEOUT as importable constant for consistencyJoffrey F2015-09-02
| * | | | Refined error message when timeout is encountered.Joffrey F2015-09-02
| * | | | Deprecation warning when DOCKER_CLIENT_TIMEOUT is usedJoffrey F2015-09-02
| * | | | Exit gracefully when requests encounter a ReadTimeout exception.Joffrey F2015-09-02
| | |_|/ | |/| |
* | | | Add enum34 and use it to create a ConvergenceStrategy enum.Daniel Nephin2015-09-04
| |/ / |/| |
* | | Merge pull request #1960 from dnephin/fix_smart_recreate_when_service_is_removedAanand Prasad2015-09-03
|\ \ \
| * | | Extract link names into a function.Daniel Nephin2015-09-03
| * | | Refactor network_mode logic out of Service.Daniel Nephin2015-09-03
| * | | Fixes #1757 - include all service properties in the config_dict()Daniel Nephin2015-09-03
| * | | Cleanup some project logic.Daniel Nephin2015-09-03
| * | | Sort config keysDaniel Nephin2015-09-03
| * | | Make external_links a regular service.option so that it's part of the config ...Daniel Nephin2015-09-03
* | | | expose array can contain either strings or numbersMazz Mosley2015-09-03
|/ / /
* | | Merge pull request #1965 from dnephin/fix_compose_up_attachAanand Prasad2015-09-02
|\ \ \
| * | | Fix #1961 - docker-compose up should attach to all containers with no service...Daniel Nephin2015-09-02
| |/ /
* | | Pass service_name to process_errorsMazz Mosley2015-09-02
* | | Correct some schema field definitionsMazz Mosley2015-09-02
* | | Add in volume_driverMazz Mosley2015-09-02
* | | Refactor extends back out of __init__Mazz Mosley2015-09-02
* | | process_errors handle both schemasMazz Mosley2015-09-02
* | | Split validation into fields and serviceMazz Mosley2015-09-02
* | | Interpolate extended configMazz Mosley2015-09-02
* | | Validate extended service against our schemaMazz Mosley2015-09-02
* | | Get extended config pathMazz Mosley2015-09-02
* | | Refactor validating extends file pathMazz Mosley2015-09-02
* | | Move resolve_environment within __init__Mazz Mosley2015-09-02
* | | __init__ takes service name and dictMazz Mosley2015-09-02
* | | filename is not optionalMazz Mosley2015-09-02
* | | Raise if working_dir is NoneMazz Mosley2015-09-02
|/ /
* | Merge pull request #1933 from dnephin/fix_scale_test_flakesAanand Prasad2015-08-31
|\ \ | |/ |/|
| * Resolves #1804Daniel Nephin2015-08-27
* | Merge pull request #1932 from mrfuxi/image-dockerfile-validationmnowster2015-08-28
|\ \ | |/ |/|