summaryrefslogtreecommitdiff
path: root/compose/project.py
Commit message (Expand)AuthorAge
* Improve control over ANSI output (#6858)Mike Seplowitz2021-01-19
* Merge pull request #7978 from thaJeztah/default_to_cli_buildAnca Iordache2021-01-11
|\
| * Make COMPOSE_DOCKER_CLI_BUILD=1 the defaultSebastiaan van Stijn2020-12-08
* | Only attach services we'll read logs from in upDaniil Sigalov2020-12-20
|/
* parallel_pull is default behavior in new versions (#7395)Paco Xu2020-12-02
* Merge pull request #7930 from acran/profilesAnca Iordache2020-12-02
|\
| * Implement service profilesRoman Anasal2020-12-02
* | Move device requests to service_dict to avoid adding another field to config ...aiordache2020-12-02
|/
* Implement device requests for GPU supportaiordache2020-11-17
* Re-enable 0 scale/deploy.replicasaiordache2020-09-09
* set scale default to 1 on deployaiordache2020-08-17
* Removed Python2 supportalexrecuenco2020-08-11
* Implement service mode for ipcEric Hripko2020-08-07
* Make run behave in the same way as upEric Hripko2020-08-06
* error out on both scale and deploy.replicas being setaiordache2020-07-10
* parse deploy.resourcesaiordache2020-07-10
* cleanup compatibility and testsaiordache2020-07-08
* Removed sixBastian Venthur2020-06-03
* Removed Python2 supportBastian Venthur2020-06-03
* Refactored mutable default values.yukihira19922020-01-15
* Remove "bundle" subcommand and support for DAB filesSebastiaan van Stijn2020-01-08
* Report image we can't pull and must be builtNicolas De Loof2019-11-25
* Revert "only pull images that can't build"Nicolas De Loof2019-11-21
* Add working dir, config files and env file in service labelsGuillaume Rose2019-10-15
* Fix secret missing warningulyssessouza2019-09-27
* Add tests to 'get_secret' warningsUlysses Souza2019-09-09
* Fix missing secret error messageMarian Gappa2019-09-09
* Rename envvar switch to COMPOSE_DOCKER_CLI_BUILDUlysses Souza2019-08-30
* Rephrase warnings when building with the cliUlysses Souza2019-08-28
* feat: add a warning if someone uses the --compress or --parallel flagNao YONASHIRO2019-08-28
* feat: add --progress flagNao YONASHIRO2019-08-28
* Add support to CLI buildNao YONASHIRO2019-08-28
* Merge pull request #6342 from collin5/b5547Ian Campbell2019-05-20
|\
| * remove stopped containers on --remove-orphansCollins Abitekaniza2019-01-25
* | fix warning method is deprecated with testsInconnu082019-05-15
* | Merge pull request #6592 from treatwell/6589-depends_on-recreation-fixIan Campbell2019-03-26
|\ \
| * | Fixed depends_on recreation behaviour for issue #6589joeweoj2019-03-26
* | | Merge pull request #6494 from collin5/b6464Ian Campbell2019-03-25
|\ \ \ | |/ / |/| |
| * | only pull images that can't buildCollins Abitekaniza2019-03-24
* | | Add --quiet build flagAkshit Grover2019-03-02
* | | Fix Project#build_container_operation_with_timeout_func not to mutate a 'opti...tuttieee2019-02-25
* | | Add --no-rm to command buildUlysses Souza2019-02-20
|/ /
* | Bring zero container check up in the call stackJoffrey F2019-01-10
* | Use improved API fields for project events when possibleJoffrey F2018-12-13
* | Avoids pushing the same image more than once.Ulysses Souza2018-11-28
|/
* Don't attempt iterating on None during parallel pullJoffrey F2018-10-04
* Preserve container numbers, add slug to prevent name collisionsJoffrey F2018-09-12
* Merge pull request #6100 from docker/5960-parallel-pull-progressJoffrey F2018-08-24
|\
| * Add progress messages to parallel pullJoffrey F2018-07-25
* | add --parallel option to buildGil Raphaelli2018-07-31
|/