- 19 Ara, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
-
- 18 Ara, 2014 12 kayıt (commit)
-
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
adding the ability to login with different dockercfg files.
-
Joffrey F yazdı
flake8 fails with F821 for unicode under python 3.4.2
-
abanna yazdı
-
abanna yazdı
-
Alex Banna yazdı
-
Joffrey F yazdı
Tidy up stream test harness & fix race conditions
-
Davanum Srinivas yazdı
-
Marcus Cobden yazdı
-
- 17 Ara, 2014 22 kayıt (commit)
-
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
-
Joffrey F yazdı
Support for host config
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
* Warnings will now raise exceptions in unit tests * Updated several tests to use host_config
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
* Deprecation warnings added in Client.start
-
Joffrey F yazdı
Devices should be separated by colon separated string
-
Joffrey F yazdı
Run Travis tests on Docker
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Davanum Srinivas yazdı
Totally bad test :( (written by me). The documentation and code should match now. Many thanks to pranavs18 for spotting the error and proposing the fix.
-
- 16 Ara, 2014 5 kayıt (commit)
-
-
Marcus Cobden yazdı
Data already in local python buffers was lost when stream socket fileobject was re-created. We now use http.client to handle the chunk transfer encoding, and we read only the data from each chunk. This adds a test harness for stream responses which tries to trigger the lost-buffer behaviour by responding to the HTTP request in full, as early as possible. NB: Python's http.client will close the socket fileobj early if there is no content length or chunked transfer encoding header. If this happens, requests/urllib3 will reopen it, but we lose some data which was stored in buffers.
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
Fixed bug in utils.mkbuildcontext for BytesIO Dockerfiles
-