Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli @ 489a1047

# Date Author Comment
489a1047 10/16/2012 05:47 pm Stavros Sachtouris

Minor fixes

ef5f9c89 10/16/2012 05:07 pm Stavros Sachtouris

Tide up a little

ce48608f 10/16/2012 04:22 pm Stavros Sachtouris

Kamaki now has interactive shell + minor fixes

b9331a9f 10/15/2012 04:32 pm Stavros Sachtouris

Seperate shell from one-command cli

33e3437a 10/15/2012 12:44 pm Stavros Sachtouris

Quota Holder init (no functionality)

5eae854d 10/15/2012 12:00 pm Stavros Sachtouris

Rearange commands class hierarchy

629adab4 10/12/2012 06:13 pm Stavros Sachtouris

Various behavioral fixes

05f5f380 10/12/2012 03:06 pm Stavros Sachtouris

Error details in default error message

e5fb02b4 10/12/2012 03:01 pm Stavros Sachtouris

Remove some debug msgs

ffaf6783 10/12/2012 02:57 pm Stavros Sachtouris

Shell can run cmds with args ony from context

1002315e 10/11/2012 06:38 pm Stavros Sachtouris

Multilevel command names and one-level api calls

486e55f4 10/11/2012 06:12 pm Stavros Sachtouris

Minor fixes

73e0914d 10/11/2012 05:18 pm Stavros Sachtouris

Initial shell functionality with 1st lvl cmds

0f653327 10/11/2012 12:47 pm Stavros Sachtouris

Minor improvements

1c1fd2fa 10/10/2012 04:58 pm Stavros Sachtouris

Interactive shell (without functionality ftm)

f317a0b8 10/10/2012 04:19 pm Stavros Sachtouris

History clean and params

b46307af 10/08/2012 07:15 pm Stavros Sachtouris

History as command

bd04712a 10/08/2012 06:14 pm Stavros Sachtouris

Remove History Argument

f3e94e06 10/08/2012 05:55 pm Stavros Sachtouris

Adjust cyclades clis, rearange command locations

f247bcb4 10/08/2012 01:20 pm Stavros Sachtouris

Add history handling - no history storage yet

26cd03ca 10/05/2012 06:58 pm Stavros Sachtouris

Adjust config

a7c7afc7 10/05/2012 06:33 pm Stavros Sachtouris

Adjust astakos

d88351f3 10/05/2012 06:17 pm Stavros Sachtouris

Rename command (mixed with method "command")

e3e8fdc3 10/05/2012 06:12 pm Stavros Sachtouris

Fix command args bug

d9325478 10/05/2012 06:03 pm Stavros Sachtouris

Refactor command-tree. Better code, still buggy

00af4193 10/03/2012 05:20 pm Stavros Sachtouris

Re-write Command-Tree (cleaner and faster)

e3d4d442 10/02/2012 04:31 pm Stavros Sachtouris

Completed Pithos_cli adjustment

486f7af1 10/02/2012 01:43 pm Stavros Sachtouris

Fix help message formating, go on with pithos_cli

efdee310 10/02/2012 12:32 pm Stavros Sachtouris

Show command-specific help

3a9478a8 10/01/2012 03:35 pm Stavros Sachtouris

Interuption - Haven't finished pithos_cli adjust

c41a86b2 10/01/2012 02:14 pm Stavros Sachtouris

Adjust store list to new arg/config mechanism

aa7f7bff 09/28/2012 05:58 pm Stavros Sachtouris

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 terms for more
expressive syntax/semantics

0b368c8c 09/27/2012 07:47 pm Stavros Sachtouris

Refactor CommandTree, parse and get cli class

017d37ce 09/25/2012 07:14 pm Stavros Sachtouris

Test CommandTree usage and notice it's no good

CommandTree is not as convinient to use as planned, maybe it should
be redesinged

dfee2caf 09/25/2012 05:48 pm Stavros Sachtouris

Fix CLI top level error handling

9bdc89da 09/25/2012 04:50 pm Stavros Sachtouris

Argument object handles part of the functionality

+minor fixes

926d6863 09/21/2012 07:01 pm Stavros Sachtouris

Basic CommandTree debugging and other minor fixes

c9e706b2 09/21/2012 06:14 pm Stavros Sachtouris

First version of error managing system for CLI

f997679d 09/21/2012 06:07 pm Stavros Sachtouris

Start a great deal of CLI modifictions

Argument class wraps python ArgumentParser to provide a convinient arg system
CommandTree class manages (store, load, seek, etc) a tree of command paths
and loads them from command spec files.

Under heavy development...

ebdecdc7 09/20/2012 12:26 pm Stavros Sachtouris

Unitest purge, create_by_manifestation, versionlst

38dc5d2f 09/19/2012 02:06 pm Stavros Sachtouris

Get rid of pithos_sh

The old profecy "there will be only one [Pithos Client]" is finally
fullfilled

a23f6ffe 09/19/2012 01:42 pm Stavros Sachtouris

Kamaki CLI/clients sharers implementation

mimics pithos_sh account sharers

624ee36f 09/18/2012 05:29 pm Stavros Sachtouris

Minor CLI download behavior fixes

20c13fcc 09/18/2012 04:58 pm Stavros Sachtouris

Pithos download supports resume (again)

fbfee225 09/14/2012 03:50 pm Stavros Sachtouris

Refactor pithos+ download

3-modes:
a sequential
b sequential with resume
c asynchronous/parallel
bug: Still can't multi-download correctly

b1713259 09/10/2012 04:30 pm Stavros Sachtouris

Minor bugfixes

f364f960 09/10/2012 12:18 pm Stavros Sachtouris

Pool connections

Requests also block if pool is full (used to be just for
responses)

2576d8b1 09/05/2012 02:56 pm Stavros Sachtouris

HTTPConnection can support pooling implementations

7493ccb6 09/04/2012 06:57 pm Stavros Sachtouris

Correct repackaging, minor server list improvement