- 04 Apr, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Merge everything to kamaki.clients Remove multiple hierarchies of connection classes (== abandon support for alternative connection methods, e.g. for requests from pypi) New connection classes are - RequestManager - ResponseManager Semantics: RequestManager constructor commits a request without performing it but it performs all sanity checks for url, path, method and params RequestManager.perform will perform the commited request, if called ResponseManager constructor needs a RequestManager instance ResponseManager.(various properties) request is pooled from a ContextManagerPool (objpool) when needed. Results are cached and used as long as the ResponseManager instance is alive Remove KamakiConnection/ResponseErrors, use ClientError wrapers for everything Remove the connection livetest TODO: Adjust unittests
-
- 26 Mar, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 22 Mar, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 21 Mar, 2013 4 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 20 Mar, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 11 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 27 Feb, 2013 3 commits
-
-
Stavros Sachtouris authored
Tests are packaged as kamaki.clients.test As an example, the astakos authenticate method test has been implemented
-
Stavros Sachtouris authored
This bug was produced after changes in path4url, where a trailing / is now always removed
-
Stavros Sachtouris authored
This bug was produced after changes in path4url, where a trailing / is now always removed
-
- 26 Feb, 2013 4 commits
-
-
Stavros Sachtouris authored
Conflicts: kamaki/clients/utils.py version
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Replace calls of the form unicode(v) to the equivalent" '%s' % v
-
Stavros Sachtouris authored
Replace calls of the form unicode(v) to the equivalent" '%s' % v
-
- 22 Feb, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 18 Feb, 2013 1 commit
-
-
Stavros Sachtouris authored
kamaki.clients.connection.HTTPConnection/Response abstract class are renamed to kamaki.clients.connection.KamakiConnection/Response to avoid confusion w. httplib.HTTPConnection/Response classes
-
- 12 Feb, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 11 Feb, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 08 Feb, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 17 Jan, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 14 Jan, 2013 2 commits
-
-
Stavros Sachtouris authored
Even the slightest progress causes upload to retry if 502 client error is received, # of threads are limited to current thread
-
Stavros Sachtouris authored
If some threads fail for some reason, download re-tries 2 more times, provided there is some progress
-
- 11 Jan, 2013 1 commit
-
-
Stavros Sachtouris authored
Now you can do this to upload all you .jpg imgs to myImgDir directory object: for img in *.jpg; do kamaki store upload $img mycontainer:myImgDir done
-
- 04 Jan, 2013 1 commit
-
-
Stavros Sachtouris authored
Showcase: server_info catche/manage clienterror that was a connection error
-
- 17 Dec, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 10 Dec, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 07 Dec, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 19 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 16 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-