Ulysses Souza
c8a621b637
Fix Flake8 lint
...
This removes extra indentation and replace the use of `is` by `==` when
comparing strings
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-02-05 11:11:52 +01:00
Ulysses Domiciano Souza
f158fb03e7
Merge pull request #6364 from ulyssessouza/6350-avoid-warning-on-exec
...
Avoids misleading warning concerning env vars when perfoming an `exec` command
2019-01-21 12:01:31 +01:00
Chris Crone
8f5f7e72be
Merge pull request #6466 from rumpl/credential-spec
...
Support for credential_spec
2019-01-21 11:03:34 +01:00
Djordje Lukic
ae0f3c74a0
Support for credential_spec
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-01-17 16:00:22 +01:00
Djordje Lukic
0c20fc5d91
Resolve digests without pulling image
...
If there is no image locally `docker-compose --resolve-image-digests`
will try and get the digest from the repository.
Fixes https://github.com/docker/compose/issues/5818
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-01-15 14:24:26 +01:00
Joffrey F
cf96fcb4af
Merge pull request #6452 from docker/collin5-b6446
...
Fix failure check in parallel_execute_watch
2019-01-10 17:55:33 -08:00
Joffrey F
2ed171cae9
Bring zero container check up in the call stack
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2019-01-10 15:48:37 -08:00
Collins Abitekaniza
325637d9d5
test image pull done
...
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
2019-01-10 15:48:37 -08:00
Stephan Müller
56fbd22825
fix race condition after pulling image
...
Signed-off-by: Stephan Müller <mail@stephanmueller.eu>
2019-01-09 23:14:12 +01:00
Joffrey F
4bd93b95a9
Merge pull request #6406 from collin5/b5948
...
Error on duplicate mount points.
2019-01-02 10:11:50 -08:00
Collins Abitekaniza
47ff8d710c
test create from config with duplicate mount points
...
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
2019-01-02 17:51:22 +03:00
Andriy Maletsky
01eb4b6250
Lower severity to "warning" if `down` tries to remove nonexisting image
...
Signed-off-by: Andriy Maletsky <andriy.maletsky@gmail.com>
2018-12-28 13:21:23 -08:00
Ulysses Souza
f4ed9b2ef5
Detects the execution on an`exec` command and sets the environment to `silent` mode.
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2018-12-28 02:43:41 +01:00
Joffrey F
b7374b6271
Merge pull request #6390 from ulyssessouza/6369-override-networks-settings
...
Fix merge on networks section
2018-12-28 07:25:57 +09:00
Joffrey F
6b3855335e
Merge pull request #6410 from docker/2618-new-events-api
...
Use improved API fields for project events when possible
2018-12-28 07:22:24 +09:00
Joffrey F
5232100331
Merge branch 'feature/reject_environment_variable_that_contains_white_spaces' of https://github.com/hirochachacha/compose into hirochachacha-feature/reject_environment_variable_that_contains_white_spaces
2018-12-14 13:42:05 -08:00
Joffrey F
8b293d486e
Use improved API fields for project events when possible
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-12-13 14:13:20 -08:00
Ulysses Souza
a2bcf52665
Fix merge on networks section
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2018-12-11 10:36:49 +01:00
Hiroshi Ioka
afc161a0b1
reject environment variable that contains white spaces
...
Signed-off-by: Hiroshi Ioka <hirochachacha@gmail.com>
2018-12-11 12:52:29 +09:00
Joffrey F
14e7a11b3c
Merge pull request #6346 from collin5/b5469
...
Show failed services 'docker-compose start' when containers are not availabe
2018-12-10 15:39:16 -08:00
Joffrey F
d3933cd34a
Move multi-push test to unit tests
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-12-04 17:13:40 -08:00
Joffrey F
5b2092688a
Merge branch '6245-docker-compose-multiple-push' of https://github.com/ulyssessouza/compose into ulyssessouza-6245-docker-compose-multiple-push
2018-12-04 17:10:31 -08:00
Ulysses Souza
d563a66405
Update `reorder_python_imports` version to fix Unicode problems
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2018-12-01 00:35:34 +01:00
Ulysses Souza
d9e05f262f
Avoids pushing the same image more than once.
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2018-11-28 20:55:54 +01:00
Collins Abitekaniza
b8b6199958
refactor cli tests
...
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
2018-11-28 15:44:58 +03:00
Joffrey F
61bb1ea484
Don't append slugs to containers created by "up"
...
This change reverts the new naming convention introduced in 1.23 for service containers.
One-off containers will now use a slug instead of a sequential number as they do not
present addressability concerns and benefit from being capable of running in parallel.
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-27 18:58:55 -08:00
Joffrey F
eedbb28d5e
Merge pull request #6371 from docker/6354-url-builds
...
Don't add long path prefix to build context URLs
2018-11-26 17:47:36 -08:00
Joffrey F
ccc777831c
Don't add long path prefix to build context URLs
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-26 15:26:27 -08:00
Sebastian Pipping
6559af7660
Fix one-off commands for "restart: unless-stopped" ( fixes #6302 )
...
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
2018-11-26 23:23:56 +01:00
Collins Abitekaniza
05efe52ccd
test --all flag
...
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
2018-11-06 14:59:48 +03:00
Joffrey F
d5eb209be0
Fix parse_key_from_error_msg to not error out on non-string keys
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-05 14:02:13 -08:00
Joffrey F
db819bf0b2
Fix config merging for isolation and storage_opt keys
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-02 11:35:34 -07:00
Joffrey F
03bdd67eb5
Don't attempt to truncate a None value in Container.slug
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-10-31 13:55:20 -07:00
Joffrey F
4368b8ac05
Only use supported protocols when starting engine CLI subprocess
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-10-24 16:08:56 -07:00
Joffrey F
98bb68e404
Fix new flake8 errors/warnings
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-10-24 15:06:04 -07:00
Joffrey F
12ed765af8
Merge pull request #6282 from docker/6279-abolish-dot-separator
...
Don't use dot as a path separator as it is a valid character in resource identifiers
2018-10-16 17:43:37 -07:00
Joffrey F
62057d098f
Don't use dot as a path separator as it is a valid character in resource identifiers
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-10-16 17:21:57 -07:00
Joffrey F
4cb92294a3
Avoid creating duplicate mount points when recreating a service
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-10-16 13:57:01 -07:00
Joffrey F
9018511750
Merge pull request #6234 from zasca/tilda_src_paths
...
Improved expanding source paths of volumes
2018-10-08 18:51:40 +02:00
Alexander
9d7202d122
Squashed commit of the following:
...
commit d3fbd3d630099dc0d34cb1a93b0a664f633a1c25
Author: zasca <gorstav@gmail.com>
Date: Wed Oct 3 11:27:43 2018 +0600
Fix typo in function name, path separator updated
commit bc3f03cd9a7702b3f2d96b18380d75e10f18def0
Author: zasca <gorstav@gmail.com>
Date: Tue Oct 2 11:12:28 2018 +0600
Fix endswith arg in the test
commit 602d2977b4e881850c99c7555bc284690a802815
Author: zasca <gorstav@gmail.com>
Date: Mon Oct 1 12:24:17 2018 +0600
Update test
commit 6cd7a4a2c411ddf9b8e7d91194c60fb2238db8d7
Author: zasca <gorstav@gmail.com>
Date: Fri Sep 28 11:13:36 2018 +0600
Fix last test
commit 0d37343433caceec18ea15babf924b5975b83c80
Author: zasca <gorstav@gmail.com>
Date: Fri Sep 28 10:58:57 2018 +0600
Unit test added
commit fc086e544677dd33bad798c773cb92600aaefc51
Author: zasca <gorstav@gmail.com>
Date: Thu Sep 27 20:28:03 2018 +0600
Improved expanding source paths of volumes
defined with long syntax when paths starts with '~'
Signed-off-by: Alexander <a.gorst.vinia@gmail.com>
2018-10-05 14:52:56 +06:00
Joffrey F
cc595a65f0
Don't attempt iterating on None during parallel pull
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-10-04 01:09:48 -07:00
Antony MECHIN
5b9b519e8a
utils: Fix typo in unique_everseen.
...
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
2018-09-27 14:17:32 +02:00
Antony MECHIN
39b0518850
tests.unity.service: Make sure volumes order is preserved.
...
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
2018-09-26 15:57:27 +02:00
Antony MECHIN
de1958c5ff
utils: Add unique_everseen (from itertools recipies).
...
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
2018-09-26 15:57:27 +02:00
Antony MECHIN
bbcfce4029
tests.unit.config: Make sure volume order is preserved.
...
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
2018-09-26 15:57:27 +02:00
Antony MECHIN
879f7cb1ed
tests.unit.config: Make make_service_dict working dir argument optional.
...
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
2018-09-26 10:26:55 +02:00
Joffrey F
cc2462e6f4
Don't rely on container names containing the db string to identify them
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-25 09:13:12 -07:00
Joffrey F
2a7beb6350
Merge pull request #6204 from docker/5716-unix-paths-from-winhost
...
Don't convert slashes for UNIX paths on Windows hosts
2018-09-21 10:47:22 -07:00
Joffrey F
834acca497
Update acceptance test for image matching
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-20 15:48:08 -07:00
Boris HUISGEN
1b668973a2
Add acceptance test
...
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-09-20 15:48:08 -07:00