- 04 Nis, 2014 3 kayıt (commit)
- 31 Mar, 2014 1 kayıt (commit)
-
-
Maxime Petazzoni yazdı
don't yield blank lines
-
- 30 Mar, 2014 1 kayıt (commit)
-
-
Matt Way yazdı
-
- 29 Mar, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
Fixes for flake8
-
- 28 Mar, 2014 1 kayıt (commit)
-
-
Evgeniy L yazdı
Next rules were broken * E265 block comment should start with '# ' * E713 test for membership should be 'not in'
-
- 26 Mar, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
parse_repository_tag function and accompanying test
-
- 24 Mar, 2014 2 kayıt (commit)
-
-
Luka Stojanovic yazdı
-
Luka Stojanovic yazdı
-
- 19 Mar, 2014 3 kayıt (commit)
-
-
Maxime Petazzoni yazdı
Use Requests.iter_lines to fix #176
-
Darren Shepherd yazdı
The previous code had a bug in which it assumed that the chunk data had no newlines in it. In 0.9.0 newlines were added to the stream results, which exposed this bug.
-
Darren Shepherd yazdı
-
- 18 Mar, 2014 3 kayıt (commit)
-
-
Joffrey F yazdı
Fix API version comparison for 1.10
-
Daniel Graña yazdı
-
Daniel Graña yazdı
-
- 17 Mar, 2014 3 kayıt (commit)
-
-
Maxime Petazzoni yazdı
Use different requirements list on Python 2 and 3 (fixes #174)
-
Joffrey F yazdı
Support 'Domainname' in container creation
-
Vladimir Rutsky yazdı
In Python 3 websocker-client not required (and previously requiested version doesn't work at all).
-
- 11 Mar, 2014 2 kayıt (commit)
-
-
Karl-Aksel Puulmann yazdı
-
Karl-Aksel Puulmann yazdı
-
- 10 Mar, 2014 1 kayıt (commit)
-
-
Jens Deppe yazdı
-
- 27 Şub, 2014 1 kayıt (commit)
-
-
Maxime Petazzoni yazdı
Fix install instructions (closes #169)
-
- 26 Şub, 2014 1 kayıt (commit)
-
-
Charlie Lewis yazdı
-
- 25 Şub, 2014 2 kayıt (commit)
-
-
Maxime Petazzoni yazdı
add __title__ and __version__ variables to module
-
Joshua Conner yazdı
-
- 24 Şub, 2014 3 kayıt (commit)
- 21 Şub, 2014 2 kayıt (commit)
-
-
Maxime Petazzoni yazdı
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
-
Maxime Petazzoni yazdı
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
-
- 18 Şub, 2014 2 kayıt (commit)
-
-
Maxime Petazzoni yazdı
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
-
shin- yazdı
-
- 10 Şub, 2014 2 kayıt (commit)
-
-
Joffrey F yazdı
Fix APIError for requests 1.1
-
Chris St. Pierre yazdı
requests 1.1, which is what's available on CentOS 6, doesn't support passing the response code as a keyword argument. It can be set after the fact on both requests 1.1 and 1.2. Docker-DCO-1.1-Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> (github: stpierre)
-
- 06 Şub, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
Support remote API v1.8 (and make it the default)
-
- 05 Şub, 2014 2 kayıt (commit)
-
-
Maxime Petazzoni yazdı
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
-
Maxime Petazzoni yazdı
Fixed malformatted request when using empty list in create_container()
-
- 04 Şub, 2014 1 kayıt (commit)
-
-
Anthony Baire yazdı
create_container() sends a malformatted request when volumes==[] or ports==[], causing error 500 "create: ExportEnv json: cannot unmarshal array into Go value of type map" The empty lists must be converted into a dict (or removed)
-
- 31 Ock, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
Allow copy() to accept dictionary like diff()
-