- 15 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
Default type is MAX_FILTERED Support #3514
-
- 11 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
This typo caused undesired behavior when deleting a deleted network Bug #3547
-
- 04 Apr, 2013 1 commit
-
-
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
-
- 15 Mar, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 14 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 12 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 06 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 05 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 26 Feb, 2013 2 commits
-
-
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
-
- 20 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
-
- 05 Feb, 2013 1 commit
-
-
Stavros Sachtouris authored
in client
-
- 08 Jan, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 03 Jan, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 20 Dec, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 05 Dec, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 30 Nov, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 09 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 08 Nov, 2012 2 commits
-
-
Stavros Sachtouris authored
CLI bug: deep-level commands malfunction
-
Stavros Sachtouris authored
wait for server to reach state (e.g. while building)
-
- 02 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 29 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 26 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
astakos imports an anused (and soon deprecated) module
-
- 25 Oct, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 22 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 19 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 15 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 03 Sep, 2012 2 commits
-
-
Stavros Sachtouris authored
added flavors_get, images_get/delete/post/put
-
Stavros Sachtouris authored
servers_get/post, networks_get/delete/post/put with generic arguments id and command are now used by oldern, convenience calls. E.g. networks_get(100, 'action') with try GET http:.../networks/100/action so it is used by list_networks
-
- 31 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 29 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
Seperate Client to Client and HTTPConnection The later is put in a separate package kamaki.client.connection It manages headers, params, method, url and data of a connection but the actuall http connection is not implemented at this abstract level There is an HTTPRequest class extention of HTTPConnection in the same package. It implements connection using requests package so basicaly it replicates the connection procedure that was used in kamaki so far. Minor modifications were nessacary at every client lib package Setup is now aware of gevent and commands package
-
- 07 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 18 Jul, 2012 1 commit
-
-
Stavros Sachtouris authored
Fixed colors in flavor and image error messages Pretyfied image client code
-
- 17 Jul, 2012 1 commit
-
-
Stavros Sachtouris authored
Fixed bug with return value Modified disconnect to take only nic_id as arg
-