Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / commands / quotaholder_cli.py @ 2005b18e

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
54069d1b 12/14/2012 04:31 pm Stavros Sachtouris

Commisioning and quotaholder clients in kamaki

Quotaholder is not just another client. It comes with code for authomatic
generation of client lib and cli interface.

Copied from kamaki/quota branch but not merged (easier)

c32dcf79 11/16/2012 03:10 pm Giorgos Korfiatis

Revert "Add cli for quotaholder."

This reverts commit d8a2b1c568dae513aa880435dfc976beefa7ba89.

d8a2b1c5 11/16/2012 01:43 pm Giorgos Korfiatis

Add cli for quotaholder.

af6de846 11/09/2012 03:45 pm Stavros Sachtouris

Start refactoring main CLI

Aims:
- cleaner cli load-point code
- move more argument logic to argument module
- move command loading to the seperate service cli modules:
each command spec module will provide a mechanism for loading
command interfaces (all of them or specific cmds)

85e3803d 11/08/2012 07:23 pm Stavros Sachtouris

Update Pithos+ support documentation

d07b3796 11/08/2012 05:29 pm Stavros Sachtouris

Fix bug with deep-pathed commands

FEATURE: subcommands of a callable command are not allowed. e.g.:

if the following exist as callable commands:
cmd1_cmd2
cmd1_cmd2_cmd3

then cmd1_cmd2 is resolved, but cmd1_cmd2_cmd3 is not

UNFIXED: There is still a case of syntax-error or --help call where the best...

c59aef27 11/08/2012 03:20 pm Stavros Sachtouris

Fix minor wait_server bug, discover a cli bug

CLI bug: deep-level commands malfunction

234954d1 11/01/2012 03:20 pm Stavros Sachtouris

pep8 kamaki.cli.commands

03fd7ddb 10/26/2012 04:03 pm Stavros Sachtouris

Remove relative imports from commands specs

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

Quota Holder init (no functionality)