Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
17d86215 02/07/2013 02:06 pm Stavros Sachtouris

Create a cached access api to Astakos >= 0.13

3f61753d 02/07/2013 02:04 pm Stavros Sachtouris

Merge branch 'develop' into feature-astakos

Conflicts:
kamaki/cli/commands/astakos_cli.py
kamaki/clients/tests.py

a03ade9e 01/23/2013 05:16 pm Stavros Sachtouris

Minor adjustments + apply to image_cli <=register

436bd910 01/22/2013 07:51 pm Stavros Sachtouris

Propagate changes to config_cli

a00de254 01/22/2013 07:14 pm Stavros Sachtouris

Seperate error handling from main cli classes

So far tested in astakos only

36526b3c 01/22/2013 05:28 pm Stavros Sachtouris

Tide up error handling code in astakos

590cb5d6 01/03/2013 02:38 pm Stavros Sachtouris

Catch all ClientErrors in astakos_authenticate

0663d8d6 12/20/2012 05:20 pm Stavros Sachtouris

Nice instructions for astakos_cli

e9e547ed 12/11/2012 05:56 pm Stavros Sachtouris

Update docs with changes

0f3b4b1a 12/11/2012 05:21 pm Stavros Sachtouris

Add unittesting for astakos

Most astakos services need admin auth to test

c79f61ed 12/11/2012 05:10 pm Stavros Sachtouris

Astakos cli.listservices, clients.get_services

33c52ea6 12/11/2012 04:16 pm Stavros Sachtouris

Add service userinfo, rearange admin userinfo

Two modes: astakos service and astakos admin
They both have a userinfo command

76d3b2d7 12/11/2012 01:35 pm Stavros Sachtouris

Add get_user_by_email/username

43ee6ae1 12/07/2012 06:17 pm Stavros Sachtouris

Propagate new error handling to cli.commands

New error handling is done only with cli.errors raiseCLIError methos

c2be5c96 11/16/2012 02:14 pm Stavros Sachtouris

Fix forgotten import

d486baec 11/14/2012 01:38 pm Stavros Sachtouris

Complete UI/cli interface refactoring, minor bugs

be99b6ad 11/13/2012 07:02 pm Stavros Sachtouris

Various configurations (not finished yet)

0238c167 11/06/2012 07:08 pm Stavros Sachtouris

Propagate error handling corrections up to CLIs

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

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

Rearange commands class hierarchy

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

Adjust astakos

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

Refactor CommandTree, parse and get cli class

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...

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

Correct repackaging, minor server list improvement