Activity

From 09/09/2012 to 10/08/2012

10/08/2012

07:15 pm Revision b46307af: History as command
Stavros Sachtouris
06:14 pm Revision bd04712a: Remove History Argument
Stavros Sachtouris
05:55 pm Revision f3e94e06: Adjust cyclades clis, rearange command locations
Stavros Sachtouris
01:20 pm Revision f247bcb4: Add history handling - no history storage yet
Stavros Sachtouris

10/05/2012

06:58 pm Revision 26cd03ca: Adjust config
Stavros Sachtouris
06:33 pm Revision a7c7afc7: Adjust astakos
Stavros Sachtouris
06:17 pm Revision d88351f3: Rename command (mixed with method "command")
Stavros Sachtouris
06:12 pm Revision e3e8fdc3: Fix command args bug
Stavros Sachtouris
06:03 pm Revision d9325478: Refactor command-tree. Better code, still buggy
Stavros Sachtouris

10/03/2012

05:20 pm Revision 00af4193: Re-write Command-Tree (cleaner and faster)
Stavros Sachtouris

10/02/2012

04:31 pm Revision e3d4d442: Completed Pithos_cli adjustment
Stavros Sachtouris
01:43 pm Revision 486f7af1: Fix help message formating, go on with pithos_cli
Stavros Sachtouris
12:32 pm Revision efdee310: Show command-specific help
Stavros Sachtouris

10/01/2012

03:35 pm Revision 3a9478a8: Interuption - Haven't finished pithos_cli adjust
Stavros Sachtouris
02:14 pm Revision c41a86b2: Adjust store list to new arg/config mechanism
Stavros Sachtouris

09/28/2012

05:58 pm Revision aa7f7bff: Complete one-command CLI, but still doesn't work
missing:
1. fix the command_specs with new argument system
2. Maybe take advantage of the arbitary length of command ...
Stavros Sachtouris

09/27/2012

07:47 pm Revision 0b368c8c: Refactor CommandTree, parse and get cli class
Stavros Sachtouris

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
« Previous
Next »
 

Also available in: Atom