| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Several fixes to npipe support
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Fix _get_raw_response_socket to always return the NpipeSocket object
- Override NpipeHTTPConnectionPool._get_conn to avoid crash in urllib3
- Fix NpipeSocket.recv_into for Python 2
- Do not call select() on NpipeSocket objects
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Do not break when calling format_environment with unicode values
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Remove trailing slashes in result of utils.parse_host
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| |/
|/| |
Remove dead code in import_image_from_data
|
|/
|
|
| |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\
| |
| | |
Add missing long_description and maintainer fields to setup.py
|
|/
|
|
| |
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
|