- 18 Kas, 2015 2 kayıt (commit)
-
-
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>
-
- 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 3 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>
-
Joffrey F yazdı
Move container volume bind tests to their own class
-
- 27 Eki, 2015 5 kayıt (commit)
-
-
Corey O'Brien yazdı
Signed-off-by: Corey O'Brien <coreypobrien@gmail.com>
-
Joffrey F yazdı
Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Fix auth.load_config bug calling parse_auth
-
Joffrey F yazdı
Support unicode commands
-
Alejandro Brito Monedero yazdı
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>
-
- 26 Eki, 2015 1 kayıt (commit)
-
-
Daniel Nephin yazdı
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
- 22 Eki, 2015 5 kayıt (commit)
-
-
Antonis Kalipetis yazdı
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
-
Antonis Kalipetis yazdı
Also, fix typo in non-streaming stats. Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
-
Antonis Kalipetis yazdı
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
-
Antonis Kalipetis yazdı
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
-
Antonis Kalipetis yazdı
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>
-
- 21 Eki, 2015 3 kayıt (commit)
-
-
Joffrey F yazdı
Reorganize tests
-
Joffrey F yazdı
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Update `Client.create_volume` to use new endpoint
-