Activity

From 08/27/2012 to 09/25/2012

09/25/2012

07:14 pm Revision 017d37ce: Test CommandTree usage and notice it's no good
CommandTree is not as convinient to use as planned, maybe it should
be redesinged
Stavros Sachtouris
05:48 pm Revision dfee2caf: Fix CLI top level error handling
Stavros Sachtouris
04:50 pm Revision 9bdc89da: Argument object handles part of the functionality
+minor fixes Stavros Sachtouris

09/21/2012

07:01 pm Revision 926d6863: Basic CommandTree debugging and other minor fixes
Stavros Sachtouris
06:14 pm Revision c9e706b2: First version of error managing system for CLI
Stavros Sachtouris
06:07 pm Revision f997679d: Start a great deal of CLI modifictions
Argument class wraps python ArgumentParser to provide a convinient arg system
CommandTree class manages (store, load,...
Stavros Sachtouris

09/20/2012

05:31 pm Revision e3f5a1f6: Minor fixes
Stavros Sachtouris
02:20 pm Revision 44be2181: Unitest everything untested in pithos client
Stavros Sachtouris
01:11 pm Revision a45852c5: Unitest get_container_object_meta
Stavros Sachtouris
12:59 pm Revision 5178a5e9: Unitest set_account_quota/versioning, ls_container
Stavros Sachtouris
12:52 pm Revision e8c38f39: Unitest get_account_quota/versioning
Stavros Sachtouris
12:34 pm Revision 634ae70b: Unitest upload_object_unchunked
Stavros Sachtouris
12:26 pm Revision ebdecdc7: Unitest purge, create_by_manifestation, versionlst
Stavros Sachtouris

09/19/2012

05:17 pm Revision 22fc09fb: Support range at file (threaded) download
Stavros Sachtouris
04:43 pm Revision 642f1bbd: Add range in stream download
Stavros Sachtouris
02:06 pm Revision 38dc5d2f: Get rid of pithos_sh
The old profecy "there will be only one [Pithos Client]" is finally
fullfilled
Stavros Sachtouris
01:42 pm Revision a23f6ffe: Kamaki CLI/clients sharers implementation
mimics pithos_sh account sharers Stavros Sachtouris

09/18/2012

06:31 pm Revision 48c3782c: Get rid of pithos_sh hash methods in download
Stavros Sachtouris
06:13 pm Revision cb73fca1: Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop
Conflicts:
kamaki/clients/pithos.py
Stavros Sachtouris
06:10 pm Revision 973fbcad: Much faster download resume
Don't preload local file blocks, but load each one dynamically
only before it is downloaded, and compare
Stavros Sachtouris
05:58 pm Revision 066ba58c: Much faster resume in download
Stavros Sachtouris
05:29 pm Revision 624ee36f: Minor CLI download behavior fixes
Stavros Sachtouris
04:58 pm Revision 20c13fcc: Pithos download supports resume (again)
Stavros Sachtouris
03:55 pm Revision 1785ad41: Voodo-fix mysterious header-destroying request bug
Stavros Sachtouris
02:07 pm Revision 0004301f: Fix safe headers/params bug, pithos download bug
Stavros Sachtouris
12:11 pm Revision 9a7efb0d: Greenlet/thread safe header/param requests
Requests can now distinguish between "global" headers/params
and thread-specific.
Stavros Sachtouris

09/14/2012

03:50 pm Revision fbfee225: Refactor pithos+ download
3-modes:
a sequential
b sequential with resume
c asynchronous/parallel
bug: Still can't multi-download correctly
Stavros Sachtouris

09/13/2012

01:28 pm Revision fb0cd49a: Workarround an eventlist random bug in downloading
Stavros Sachtouris
12:47 pm Revision 699d3bb1: Make object-download code readable
Stavros Sachtouris

09/12/2012

06:48 pm Revision afd9d603: Seperate pithos rest api from pithos lib
Stavros Sachtouris
06:47 pm Revision 64ab4c13: Mild refactoring to download and upload @pithos.py
Stavros Sachtouris
03:03 pm Revision 33dc6317: Fully integrate http connection modifications
Stavros Sachtouris
01:21 pm Revision f0598cb2: Fix gevent bug, move release action to connection
Stavros Sachtouris
12:16 pm Revision 74275b1a: Minor bugfixes
Stavros Sachtouris

09/11/2012

06:10 pm Revision 5b263ba2: Implement kamakicon, use it
kamakicon: an httplib/ObjectPool based connection class Stavros Sachtouris

09/10/2012

04:30 pm Revision b1713259: Minor bugfixes
Stavros Sachtouris
12:18 pm Revision f364f960: Pool connections
Requests also block if pool is full (used to be just for
responses)
Stavros Sachtouris

09/07/2012

12:51 pm Revision 6ad245d5: Use connection pool after redesigning http connect
HTTPRequestsXxx objects now use connection pooling
Atually, connections are not pooled, but responses are.
Implement...
Stavros Sachtouris

09/05/2012

02:56 pm Revision 2576d8b1: HTTPConnection can support pooling implementations
Stavros Sachtouris

09/04/2012

07:25 pm Revision 118d9271: HTTP Response args are now properties
Stavros Sachtouris
06:57 pm Revision 7493ccb6: Correct repackaging, minor server list improvement
Stavros Sachtouris
06:43 pm Revision 14af08c0: New package CLI (repackaging), minor bugfixes
kamaki now has two packages: cli and clients
cli contains all command line interface code
clients is an indepentand l...
Stavros Sachtouris
12:14 pm Revision bf966740: Equilize store mkdir with create for directories
Stavros Sachtouris

09/03/2012

06:28 pm Revision f0706f59: Minor fixes
Stavros Sachtouris
06:24 pm Revision 6666f3b3: Generic methods implementation in OOS Compute
added flavors_get, images_get/delete/post/put Stavros Sachtouris
05:26 pm Revision 6f1ec797: Introduce general methods for cyclades poking
servers_get/post, networks_get/delete/post/put with generic
arguments id and command are now used by oldern, convenie...
Stavros Sachtouris

08/31/2012

06:53 pm Revision 1c999b11: Minor convenienve fixes
Stavros Sachtouris
06:44 pm Revision eac2285f: Minor test bug
Stavros Sachtouris
06:36 pm Revision 055b217a: Add server_details, image_details tests
Stavros Sachtouris
05:40 pm Revision 130a2831: Improve vm control during testing
Stavros Sachtouris
05:10 pm Revision 1a85b14f: Delete used VMs after testing
Stavros Sachtouris

08/30/2012

07:12 pm Revision 1a3f2eaf: Pretify server list, test server list and create
Stavros Sachtouris
06:30 pm Revision 1bb4d14d: Improced testing, started tests for cyclades
Stavros Sachtouris
03:51 pm Revision 58821ef5: Handle requests exceptions
Stavros Sachtouris

08/29/2012

07:31 pm Revision a52d2256: Reset headers and params at every request
Stavros Sachtouris
07:17 pm Revision 1cbc4a67: Minor big fix
Stavros Sachtouris
06:44 pm Revision 25914947: Minor arangements for error handling
Stavros Sachtouris
06:14 pm Revision f7df21bc: Minor bug fixes in error handling
Stavros Sachtouris
06:08 pm Revision ab9cdbc3: Minor bigfixes in error handling
Stavros Sachtouris
05:40 pm Revision 99ae27ea: Avoid veification (workarround for image list bug)
Stavros Sachtouris
05:26 pm Revision 2f749e6e: Major changes in client, fixed setup
Seperate Client to Client and HTTPConnection
The later is put in a separate package kamaki.client.connection
It manag...
Stavros Sachtouris

08/28/2012

06:49 pm Revision e4e8b667: Implement perform_request for HTTPRequest
Stavros Sachtouris
06:48 pm Revision 5cffe0b4: Create HTTPRequest class
Implements HTTPConnection using the requests pypi package Stavros Sachtouris
05:37 pm Revision 620edeb1: Connection interface
Stavros Sachtouris
05:22 pm Revision a2e8e549: Seperate commands specs and connection packages
Stavros Sachtouris
01:27 pm Revision 8af4cc0b: Imporove meta methods
Stavros Sachtouris
12:40 pm Revision 8c854a22: Improve setmeta syntax
Stavros Sachtouris
12:17 pm Revision e92440bd: Minor bug fixes
Stavros Sachtouris

08/27/2012

06:14 pm Revision bd7e758f: Optionaly use --container instead of cont:
Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom