summaryrefslogtreecommitdiff
path: root/compose
Commit message (Expand)AuthorAge
* Merge pull request #4163 from aanand/add-healthcheckJoffrey F2016-12-14
|\
| * Implement 'healthcheck' optionAanand Prasad2016-11-18
* | Merge pull request #4213 from shin-/4212-interactive-connectAanand Prasad2016-12-08
|\ \
| * | Win32 interactive run - Connect container to networks before startingJoffrey F2016-12-02
| |/
* | Merge pull request #4226 from dnephin/update-api-version-for-v3Aanand Prasad2016-12-07
|\ \
| * | Increase minimum version for v3.Daniel Nephin2016-12-07
* | | Bump master version to 1.10.0devJoffrey F2016-12-06
|/ /
* | progress_stream: Avoid undefined ANSI escape codesIan Campbell2016-11-25
* | Update messages about docker stack deploy.Daniel Nephin2016-11-21
|/
* Use stop grace period for container stop.Daniel Nephin2016-11-16
* Add a vendored and modified pytimeparseDaniel Nephin2016-11-16
* Warn if any services use 'deploy'Aanand Prasad2016-11-16
* Support version 3.0 of the Compose file formatAanand Prasad2016-11-16
* Avoid breaking when remote driver options are null.Joffrey F2016-11-15
* Handle new pull failures behavior in Engine 1.13Joffrey F2016-11-15
* Merge pull request #4115 from shin-/fix_overlay_options_mismatchJoffrey F2016-11-08
|\
| * Call check_remote_network_config from Network.ensureJoffrey F2016-11-04
* | Fix logging dict mergingJoffrey F2016-11-03
|/
* Add whitelisted driver option added by the overlay driver to avoid breakageJoffrey F2016-11-01
* Merge pull request #4066 from shin-/fix-schema-divergenceAanand Prasad2016-10-25
|\
| * Fix schema divergence - add missing fields to compose 2.1 schemaJoffrey F2016-10-24
* | Merge pull request #4067 from shin-/portable-find-exeAanand Prasad2016-10-24
|\ \
| * | Replace "which" calls with the portable find_executable functionJoffrey F2016-10-24
| |/
* / Do not print Swarm mode warning when connecting to a UCP serverJoffrey F2016-10-24
|/
* Merge pull request #3980 from aanand/shell-out-attachJoffrey F2016-10-19
|\
| * Show clear error when docker binary can't be foundAanand Prasad2016-10-14
| * Attach interactively on Windows by shelling outAanand Prasad2016-10-14
| * Refactor "docker not found" message generation, add Windows messageAanand Prasad2016-10-14
* | Fix merge error (missing Network.labels attribute)Joffrey F2016-10-18
* | Do not normalize volume paths on Windows by defaultJoffrey F2016-10-18
* | Merge branch 'master' of https://github.com/dbdd4us/compose into dbdd4us-masterJoffrey F2016-10-17
|\ \
| * | add support for creating volume and network with label definitiondbdd2016-10-12
* | | Merge pull request #3991 from shin-/3906-isolation-configJoffrey F2016-10-17
|\ \ \
| * | | Add support for "isolation" in configJoffrey F2016-09-28
* | | | Merge pull request #3994 from shin-/3430-enable-ipv6Joffrey F2016-10-17
|\ \ \ \
| * | | | Add support for enable_ipv6 in network definition.Joffrey F2016-10-06
* | | | | fix serialize restart spec with null stringrealityone2016-10-14
| |_|_|/ |/| | |
* | | | Merge pull request #3964 from shin-/3963-unicode-envJoffrey F2016-10-11
|\ \ \ \
| * | | | Don't break when interpolating environment with unicode charactersJoffrey F2016-09-20
* | | | | Merge pull request #4004 from shin-/4000-extend-loggingJoffrey F2016-10-11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Properly merge logging dictionaries in overriding configsJoffrey F2016-10-10
| | |_|/ | |/| |
* | | | Merge pull request #4016 from shin-/4008-unicode-formatterJoffrey F2016-10-06
|\ \ \ \
| * | | | Handle formatter case where logrecord message is binary containingJoffrey F2016-10-06
| | |_|/ | |/| |
* | | | Merge pull request #3992 from shin-/3701-npipe-windows-defaultJoffrey F2016-10-06
|\ \ \ \
| * | | | Use docker-py's default behavior when no explicit host on WindowsJoffrey F2016-09-28
| | |/ / | |/| |
* | | | Support non-alphanumeric default values.Daniel Nephin2016-10-06
| |/ / |/| |
* | | Support inline default values.Daniel Nephin2016-09-29
|/ /
* | Merge pull request #3653 from shin-/3637-link-local-ipsJoffrey F2016-09-22
|\ \ | |/ |/|
| * Denormalize function defaults to latest versionJoffrey F2016-09-20
| * Add support for link-local IPs in service.networks definitionJoffrey F2016-09-15