- 30 Kas, 2015 4 kayıt (commit)
-
-
dlorenc yazdı
Signed-off-by: dlorenc <lorenc.d@gmail.com>
-
Joffrey F yazdı
1.6.0 release
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Update repo name resolution method
-
- 24 Kas, 2015 4 kayıt (commit)
-
-
Joffrey F yazdı
Ensure assert_hostname is set on the pool connection
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
More relaxed version that matches the constraints imposed by the current version of the docker daemon. Few unit tests to verify the new cases. Client.pull was trying to set the tag value when it wasn't supposed to, fixed now. utils.parse_repository_tag is simpler and supports @sha... notation Signed-off-by: Joffrey F <joffrey@docker.com>
-
- 23 Kas, 2015 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
- 19 Kas, 2015 1 kayıt (commit)
-
-
Joffrey F yazdı
Move methods/classes used by all integration tests to helpers.py
-
- 18 Kas, 2015 6 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
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>
-
Joffrey F yazdı
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
https://github.com/schu/docker-pyJoffrey F yazdı
Merge branch 'oom-kill-disable-pr' of https://github.com/schu/docker-py into schu-oom-kill-disable-pr
-
Joffrey F yazdı
Fix #627
-
- 17 Kas, 2015 1 kayıt (commit)
-
-
Daniel Nephin yazdı
Add support for non-stream stats of containers
-
- 16 Kas, 2015 1 kayıt (commit)
-
-
Daniel Nephin yazdı
Add support for MemorySwappiness to client.create_host_config()
-
- 12 Kas, 2015 8 kayıt (commit)
-
-
Joffrey F yazdı
Remove unused files
-
Joffrey F yazdı
Rebased #798
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Merge branch 'test-no-log-driver-specified' of https://github.com/mnowster/docker-py into mnowster-test-no-log-driver-specified Signed-off-by: Joffrey F <joffrey@docker.com>
-
Daniel Nephin yazdı
Support the 'since' option in the 'containers/<id>/logs' endpoint (API upgrade)
-
Joffrey F yazdı
Client.logs(tail=0) now shows no past logs (expected behavior)
-
Joffrey F yazdı
Add test confirming the new behavior. Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
- 11 Kas, 2015 2 kayıt (commit)
-
-
Joffrey F yazdı
Support for build arguments
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
- 10 Kas, 2015 1 kayıt (commit)
-
-
Michael Schubert yazdı
Signed-off-by: Michael Schubert <schu@schu.io>
-
- 09 Kas, 2015 2 kayıt (commit)
-
-
Leonty yazdı
Signed-off-by: Leonty Balovnev <tigreavecdesailes@gmail.com>
-
Dustin Falgout yazdı
Signed-off-by: Dustin Falgout <dustin@falgout.us>
-
- 08 Kas, 2015 1 kayıt (commit)
-
-
Stephen Moore yazdı
If you have assert_hostname turned off and are using a proxy on your computer then assert_hostname wasn't being properly set on the pool connection and it was failing to connect to docker Signed-off-by: Stephen Moore <stephen@delfick.com>
-
- 05 Kas, 2015 4 kayıt (commit)
-
-
Aanand Prasad yazdı
Bump default API version to 1.21
-
Viacheslav Boiko yazdı
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
-
Dustin Falgout yazdı
Signed-off-by: Dustin Falgout <dustin@falgout.us>
-
Dustin Falgout yazdı
Signed-off-by: Dustin Falgout <dustin@falgout.us>
-
- 04 Kas, 2015 1 kayıt (commit)
-
-
Joffrey F yazdı
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>
-
- 29 Eki, 2015 1 kayıt (commit)
-
-
Alejandro Brito Monedero yazdı
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>
-
- 28 Eki, 2015 2 kayıt (commit)
-
-
Joffrey F yazdı
Use network_mode=bridge when testing links
-
Joffrey F yazdı
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>
-