| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Fix syntax in README required by RST
|
| |
| |
| |
| | |
Before the readme is converted to rst it required an extra character to convert with no errors. Signed-off-by: Matthew Egan <matthewj.egan@hotmail.com>
|
|\ \
| | |
| | | |
document ipaddress dependency
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| |/| | |
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
| |
requests's HTTPAdapter API is pool_connections for number of connection of the pool
Signed-off-by: Pierre Tardy <tardyp@gmail.com>
|
|\
| |
| | |
Move BaseTestCase to BaseIntegrationTest
|
| |
| |
| |
| |
| |
| |
| | |
Because it's a helper, not a base thing. In preparation for
moving/deleting the unit test base classes.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Because two things called `BaseTestCase` is quite confusing.
I haven't bothered refactoring the other `BaseTestCase` because
that disappears anyway when we drop Python 2.6 support.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/
|
|
| |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\
| |
| | |
Add support for restart policy update
|
| |
| |
| |
| | |
Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com>
|
|\ \
| | |
| | | |
replace on_failure with on-failure
|
| |/
| |
| |
| |
| | |
Signed-off-by: 徐俊杰<roollingstone@gmail.com>
Signed-off-by: XuPaco <roollingstone@gmail.com>
|
|\ \
| |/
|/| |
Adjust test_create_network_with_ipam_config
|
|/
|
|
|
|
|
| |
- to account for API change: IPAM class will now
also include a Data class, besides Config.
Signed-off-by: Alessandro Boch <aboch@docker.com>
|
|\
| |
| | |
Synthesize execute permission bit
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This resolves an issue where TarFile.gettarinfo() doesn't include the
file object, meaning that TarFile.addfile(TarFile.gettarinfo()) doesn't
pass the test suite. Instead, this uses an open() within a try...except
block to include a file object for each file without passing a file
object when the path is a directory.
Signed-off-by: Christian Bundy <christianbundy@fraction.io>
|
|/
|
|
|
|
|
|
|
|
|
| |
The build context is tarred up on the client and then sent to the Docker
daemon. However Windows permissions don't match the Unix ones.
Therefore we have to mark all files as executable when creating a build
context on Windows, like `docker build` already does:
https://github.com/docker/docker/issues/11047.
Signed-off-by: Sebastian Schwarz <seschwar@gmail.com>
|
|\ |
|
| |\
| | |
| | | |
1.10.3 release
|
| | |
| | |
| | |
| | |
| | |
| | | |
Default increased from 10 to 25
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
| |
| |
| |
| |
| | |
Update Changelog
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
1.10.2 release
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
1.10.1 release
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Add support for identity tokens in config file
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Fix a few pep8 issues
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
autopep8 --in-place --recursive --experimental -aaa --ignore E309 .
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| | | | |
| | | | | |
Makefile improvements
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
make integration-test file=models_services_test.py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| | |/ /
| |/| | |
Number of pools in adapter is configurable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Default increased from 10 to 25
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| | | | |
| | | | | |
Parse JSON API errors
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| |/ / /
|/| | | |
Ignore not in swarm error when force leaving
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Real errors were getting swallowed in these tests, producing
other confusing cascading errors. This makes it much easier to
make sure a node is not in a Swarm, while also handling other
errors correctly.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \
| |/ /
|/| | |
Re-add docker.utils.types module for backwards compatibility
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|