- 12 Kas, 2015 2 kayıt (commit)
-
-
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>
-
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>
-
- 09 Kas, 2015 1 kayıt (commit)
-
-
Leonty yazdı
Signed-off-by:
Leonty Balovnev <tigreavecdesailes@gmail.com>
-
- 05 Kas, 2015 1 kayıt (commit)
-
-
Aanand Prasad yazdı
Bump default API version to 1.21
-
- 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>
-
- 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>
-
- 21 Eki, 2015 5 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
-
Joffrey F yazdı
New API endpoint is POST /volumes/create (previously just /volumes) Since the feature is yet unreleased (RC), no fallback strategy is implemented. Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Fix Unix adapter bug with newer versions of requests
-
- 19 Eki, 2015 2 kayıt (commit)
-
-
Joffrey F yazdı
The select_proxy utility in requests errors out when the provided URL doesn't have a hostname, like is the case when using a UNIX socket. Since proxies are an irrelevant notion in the case of UNIX sockets anyway, we simply return the path URL directly. Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 15 Eki, 2015 14 kayıt (commit)
-
-
Daniel Nephin yazdı
Docs examples
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
-
Stephen Moore yazdı
Signed-off-by:
Stephen Moore <stephen@delfick.com>
-
Joffrey F yazdı
When provided, default paths are ignored. Signed-off-by:
Joffrey F <joffrey@docker.com>
-
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ı
+ regression test Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Fixes #775 Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Skips were masking some errors / compatibility issues Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Aanand Prasad yazdı
Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Joffrey F yazdı
Also includes a few unit tests for utils.convert_volume_binds Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 14 Eki, 2015 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
* Use `cli = Client` everywhere * Use Client.create_host_config method * Added missing '>'s Signed-off-by:
Alasdair Nicol <alasdair@thenicols.net>
-
Joffrey F yazdı
Use DOCKER_CONFIG environment variable to look up auth config
-
- 12 Eki, 2015 1 kayıt (commit)
-
-
Joffrey F yazdı
1.5.0 release
-