| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Move methods/classes used by all integration tests to helpers.py
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
|
| |
Ensure setup_module is called at session level, making the test
suite not order dependent. Test files can be invoked independently.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
|/ /
| |
| | |
schu-oom-kill-disable-pr
|
| |
| |
| |
| | |
Signed-off-by: Michael Schubert <schu@schu.io>
|
|\ \
| | |
| | | |
Fix #627
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Docker-py couldn't pull private images if the account have non ascii chars
in either user or password. It that case an exception ending with no auth
credentials.
Instead docker client (golang) don't suffer this issue.
Also add a test to check the login or password even with non ascii char have
a valid auth dictionary
Signed-off-by: Alejandro Brito Monedero <abrito@alea-soluciones.com>
|
|\ \ \
| | | |
| | | | |
Add support for non-stream stats of containers
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also, fix typo in non-streaming stats.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds one more flag to the `stats` method for streaming responses.
Keeps default as streamed response for backwards compatibility.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Add support for MemorySwappiness to client.create_host_config()
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
|\ \ \ \
| | | | |
| | | | | |
Remove unused files
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Rebased #798
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://github.com/mnowster/docker-py into mnowster-test-no-log-driver-specified
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It has been reported that the bug in docker has now been fixed so we can
re-instate this test.
Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Support the 'since' option in the 'containers/<id>/logs' endpoint (API upgrade)
|
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | |
| | | | | | | |
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Client.logs(tail=0) now shows no past logs (expected behavior)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add test confirming the new behavior.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
Support for build arguments
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Leonty Balovnev <tigreavecdesailes@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Bump default API version to 1.21
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Update Makefile to run tests against dind 1.9.0
Update network tests to account for latest API changes
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Use network_mode=bridge when testing links
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Links are only compatible with network mode bridge.
New versions of docker only create env entries when network mode
is properly set.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Move container volume bind tests to their own class
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Corey O'Brien <coreypobrien@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Fix auth.load_config bug calling parse_auth
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When load_config found and auths section it didn't call parse_auth only with
the auths section. Instead it called parse_auth with all the configuration.
There is also a test to check this case
Signed-off-by: Alejandro Brito Monedero <alejandro.monedero@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Support unicode commands
|
|/ /
| |
| |
| | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|\ \
| | |
| | | |
Reorganize tests
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
More clearly separate unit and integration tests
Allow splitting into multiple files
Cleaner
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Update `Client.create_volume` to use new endpoint
|