summaryrefslogtreecommitdiff
path: root/compose/cli/command.py
Commit message (Expand)AuthorAge
* Fix incorrect CLI variable name for service profilesJim Cronqvist2021-02-02
* Fix project_dir to take first file in accountUlysses Souza2020-12-02
* Implement service profilesRoman Anasal2020-12-02
* Use docker-py's default api version for engine queriesaiordache2020-08-21
* Removed Python2 supportalexrecuenco2020-08-11
* cleanup compatibility and testsaiordache2020-07-08
* Removed sixBastian Venthur2020-06-03
* Removed Python2 supportBastian Venthur2020-06-03
* Use docker context interface from docker-pyAnca Iordache2020-02-06
* Refactored mutable default values.yukihira19922020-01-15
* Allow setting compatibility options from environmentKevin Roy2020-01-13
* Skip label if some config file was passed by stdinNicolas De Loof2019-11-21
* config_detail.filename is None when passed by stdinNicolas De Loof2019-11-20
* Add working dir, config files and env file in service labelsGuillaume Rose2019-10-15
* Replace sets with set literal syntax for efficiencyInconnu082019-06-02
* replace sets with set literal syntax for efficiencyInconnu082019-05-31
* adds --no-interpolate to docker-compose configPeter Nagy (NPE)2019-03-04
* Added additional argument (--env-file) for docker-compose to import environme...slowr2019-02-26
* Detects the execution on an`exec` command and sets the environment to `silent...Ulysses Souza2018-12-28
* Impose consistent behavior across command for --project-directory flagJoffrey F2018-10-31
* Add 2.4 file format with platform support. Also reads DOCKER_DEFAULT_PLATFORM...Joffrey F2018-03-30
* Allow dash and underscore in project name.Matthieu Nottale2018-03-15
* Implement compatibility mode,Joffrey F2018-02-05
* Support mixed use of TLS flags and TLS environment variablesJoffrey F2018-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
* 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
* Convert paths to unicode in get_config_path_from_options if neededJoffrey F2017-04-10
* Recognize COMPOSE_TLS_VERSION env var in tls_config_from_optionsJoffrey F2017-03-22
* Merge pull request #4589 from shin-/dbonev-2586-specify-cwd-parameterJoffrey F2017-03-09
|\
| * Ability to change working directory via a CLI flagDimitar Bonev2017-03-08
* | Rename COMPOSE_FILE_SEPARATOR -> COMPOSE_PATH_SEPARATORJoffrey F2017-03-08
* | Fixes https://github.com/docker/compose/issues/4099Henrik Holst2017-03-08
|/
* Handle connection errors on project initializationAanand Prasad2016-08-02
* Fix error message for unrecognised TLS versionAanand Prasad2016-07-27
* Merge pull request #3595 from dnephin/add-push-and-bundleJoffrey F2016-06-14
|\
| * Implement 'docker-compose push' and 'docker-compose bundle'Aanand Prasad2016-06-14
* | Update TLS version configuration code. Tests.Joffrey F2016-06-03
|\ \ | |/ |/|
| * Adding ssl_version to docker_clients kwargsKalle Møller2016-03-19
* | Support combination of shorthand flag and equal sign for host optionJoffrey F2016-04-28
* | Add support for DOCKER_* variables in .env fileJoffrey F2016-03-24
* | Limit occurrences of creating an environment object.Joffrey F2016-03-24
* | Less verbose environment invocationJoffrey F2016-03-24
* | Environment class cleanupJoffrey F2016-03-24
* | Remove Environment singleton, instead carry instance during config processingJoffrey F2016-03-24
* | Implement environment singleton to be accessed throughout the codeJoffrey F2016-03-24
* | Fixed typos + simplified TLSConfig creation process.Joffrey F2016-03-22
* | Add support for TLS config command-line optionsJoffrey F2016-03-22
|/
* Improve handling of connection errors and error messages.Daniel Nephin2016-03-08