Statistics
| Branch: | Tag: | Revision:

root @ db8d1766

# Date Author Comment
db8d1766 12/17/2012 06:44 pm Stavros Sachtouris

Introduce warning logger

365280ca 12/17/2012 05:53 pm Stavros Sachtouris

Use a non-unicode progress-bar instead

e876ac62 12/14/2012 06:04 pm Stavros Sachtouris

Forgotten Typos

010e8c7c 12/14/2012 04:45 pm Stavros Sachtouris

Update pgp info in docs

65b8765b 12/14/2012 03:03 pm Stavros Sachtouris

Merge branch 'features/output' into develop

53254b46 12/14/2012 03:03 pm Stavros Sachtouris

Make shell prompt sustainable to modifications

and add a space after :

93c22870 12/14/2012 02:52 pm Stavros Sachtouris

line warning in docs

67fc6c83 12/14/2012 12:35 pm Stavros Sachtouris

Merge branch 'features/history' into develop

00ef4ab6 12/14/2012 12:31 pm Stavros Sachtouris

History show and load with more features

show without args: show all
show/load can accept: * list of integers * negative numbers, meaning we count from the end of history list * number ranges (e.g. 2-7, -20-9, -29--9) * 0 means "start of the list", (e.g. 0-2 prints the first 2,...

cb123f78 12/12/2012 07:26 pm Stavros Sachtouris

Merge branch 'features/history' into develop

660a0dad 12/12/2012 07:26 pm Stavros Sachtouris

history show specific command id or range

59cadffb 12/12/2012 07:06 pm Stavros Sachtouris

Suit up for release

be4eb3fa 12/12/2012 06:19 pm Stavros Sachtouris

Re-activate get/set_profile unittests

7341c226 12/12/2012 05:33 pm Stavros Sachtouris

Merge branch 'features/history' into develop

ee9f8245 12/12/2012 05:32 pm Stavros Sachtouris

Document History changes

f2e2663e 12/12/2012 04:30 pm Stavros Sachtouris

Rename history.recall to load, allow multiple ids

load 1 3 5-7 8 ...
also can repeat commands:
load 1 4 1 3-5 (repeats 1 and 4)

c5a9cfae 12/12/2012 04:01 pm Stavros Sachtouris

Remove condig rehash warning

The bug with config in shell (changes were not effective immidiately) was
corrected with features/output merge

ac5afc12 12/12/2012 02:36 pm Stavros Sachtouris

Proofreading documentation fixes

fce93ff6 12/12/2012 01:56 pm Stavros Sachtouris

History in shell can execute commands ('recall')

33b3595a 12/11/2012 07:29 pm Stavros Sachtouris

Plant a _cmd_tree idea in cli.history_recall

If an interface needs a recall, it should provide a full cmd_tree

304c90b5 12/11/2012 07:14 pm Stavros Sachtouris

Check clients.retrieve works

75a0ea7d 12/11/2012 07:03 pm Stavros Sachtouris

Add a retrieve method

6df4aa6e 12/11/2012 01:59 pm Stavros Sachtouris

Bugfix shell with custom config file

54d800e8 12/10/2012 08:55 pm Stavros Sachtouris

shell help messages are full

a39163c8 12/10/2012 06:18 pm Stavros Sachtouris

Remove config from shell arguments (careful!)

config module is needed for initializing stuff, but should not be
allowd after shell is up and running

c17b8bc0 12/10/2012 05:55 pm Stavros Sachtouris

cyclades_cli take advntg of updated utils

f8681ec8 12/10/2012 05:18 pm Stavros Sachtouris

Introduce enumrated list/dict print

d4abd11c 12/10/2012 05:01 pm Stavros Sachtouris

Remove brackets from print_list

e7b43695 12/10/2012 04:45 pm Stavros Sachtouris

Ommit print_list from cli.commands plugins

08c63ef5 12/10/2012 04:40 pm Stavros Sachtouris

Pretty print_list

4f989909 12/10/2012 04:14 pm Stavros Sachtouris

Fix unwanted error-detail inheritance bug

f91bc6b1 12/10/2012 04:08 pm Stavros Sachtouris

Add info in container-not-found error

b9b7bd83 12/10/2012 03:31 pm Stavros Sachtouris

Create dict/list prints test

447c9568 12/10/2012 03:21 pm Stavros Sachtouris

Nicer container:path syntax errors in pithos cli

85d1cf46 12/10/2012 02:04 pm Stavros Sachtouris

Fix pithos_cli.hashmap typo

319be41b 12/10/2012 01:50 pm Stavros Sachtouris

Fix typo (get_object_hashmapp)

129bd843 12/10/2012 01:37 pm Stavros Sachtouris

Remove unused shell options

b06eb654 12/10/2012 01:31 pm Stavros Sachtouris

Merge branch 'features/rfctr-argument' into develop

5ad77121 12/10/2012 01:21 pm Stavros Sachtouris

Fix unwanted argument inheritance bug in shell

5260a313 12/07/2012 07:24 pm Stavros Sachtouris

Pithos+ publish returns access url

f9af2848 12/07/2012 07:05 pm Stavros Sachtouris

Let shell be ready for unexpected errors

3e0f2e53 12/07/2012 06:50 pm Stavros Sachtouris

Bugfix with previour-errors remaining details

2b6050fd 12/07/2012 06:40 pm Stavros Sachtouris

Minor bugfix

b696ed2c 12/07/2012 06:34 pm Stavros Sachtouris

Propagate error handling at cli.argument

2ff0b7bd 12/07/2012 06:28 pm Stavros Sachtouris

Propagate error handling to cli.utils

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

3667e969 12/07/2012 05:43 pm Stavros Sachtouris

Kamakitest error msgs, error-handling bugfixes

83ba5545 12/07/2012 05:06 pm Stavros Sachtouris

Propagate error mechanism in pithos_cli

6069b53b 12/07/2012 04:05 pm Stavros Sachtouris

Trace errors in cli.commands mechanism-not prpgtd

1f417830 12/07/2012 02:49 pm Stavros Sachtouris

Track and log errors at connection and clients mod

ee328362 12/06/2012 05:52 pm Stavros Sachtouris

Merge branch 'rfctr-argument' into develop

120126f1 12/06/2012 05:52 pm Stavros Sachtouris

Fix shell extra args bug

b7ab83d6 12/06/2012 05:11 pm Stavros Sachtouris

Forgotten print

074f5027 12/06/2012 04:50 pm Stavros Sachtouris

Propagate-debug changes for shell + debug

ee4c47d7 12/06/2012 03:36 pm Stavros Sachtouris

Cleanup deprecated method in argument

7c2247a0 12/06/2012 02:25 pm Stavros Sachtouris

Propagate-debug changes for one-cmd

b3dd8f4b 12/06/2012 01:22 pm Stavros Sachtouris

Design ArgumentParseManager, implement fnctionlity

7dbd52f5 12/06/2012 12:23 pm Stavros Sachtouris

Create ArgumentParseManager, with init

constructor replaces init_parser,
update_parser member method replaces upadte_argument (not tested)

e0da0f90 12/06/2012 12:21 pm Stavros Sachtouris

rid of init_parser

1d329d27 12/05/2012 07:24 pm Stavros Sachtouris

Better pithos upload progressbar

5f7882af 12/05/2012 05:30 pm Stavros Sachtouris

Comments for better docs in Connection

b4c8b916 12/05/2012 01:38 pm Stavros Sachtouris

kamakicon comments doc-friendly

ffbc7783 12/05/2012 12:36 pm Stavros Sachtouris

Docs reflect the new pooling depdncy

a10f5561 12/05/2012 12:08 pm Stavros Sachtouris

Progress bar apears asap

05208859 12/05/2012 11:47 am Stavros Sachtouris

Merge branch 'dionyziz' into develop

Conflicts:
setup.py

Docs adjusted

8574a687 12/05/2012 11:32 am Stavros Sachtouris

Remove unittesting depndcy on progress.bar

991daaa7 12/04/2012 07:44 pm Stavros Sachtouris

Minor doc fix

4c1882ab 12/04/2012 07:35 pm Stavros Sachtouris

add unittests requirment (progress)

e8f5d642 12/04/2012 06:57 pm Dionysis Zindros

Merge remote branch 'origin/master' into dionyziz

647e6771 12/04/2012 06:46 pm Dionysis Zindros

Fix pithos testcase that runs out of memory

08a05270 12/04/2012 05:09 pm Stavros Sachtouris

Update/improve client unittests

1. increase test_set_firewall_profile tollerance
2. all options from config files
3. let tests read options from custom config files

4cbe00ba 12/04/2012 01:49 pm Stavros Sachtouris

Clean-up and update comments in clients.utils

1. Remove deprecated or unused methods dict2file, list2file, prefix_keys

2. Rename and update comments to help sphinx create better documentation

d88ba587 12/04/2012 01:17 pm Stavros Sachtouris

Update docs and doc-parsed comments in storage

docs: replace Glance with Plankton
storage: standard sphincs-parsable comments

b98fe305 12/04/2012 12:36 pm Dionysis Zindros

Rename object pool library from pool to objpool

b07589af 12/03/2012 04:04 pm Dionysis Zindros

Split pool into separate lib; remove snf-common deps

013ae040 12/03/2012 02:22 pm Dionysis Zindros

Add ordereddict and argparse dependencies

5fb18128 11/30/2012 06:29 pm Stavros Sachtouris

There are always some typos...

bc223d91 11/30/2012 06:24 pm Stavros Sachtouris

Update comment docs at pithos client

4375e020 11/30/2012 06:06 pm Stavros Sachtouris

Change order of params for get_object_meta

0d79eb23 11/30/2012 05:28 pm Stavros Sachtouris

Update comment docs for astakos client

cb69a058 11/30/2012 05:24 pm Stavros Sachtouris

Update comment docs for image client

f5eac743 11/30/2012 05:07 pm Stavros Sachtouris

Update comments cods for cyclades clients

29685b9b 11/30/2012 04:17 pm Stavros Sachtouris

Restructure cyclades client, update comment docs

a2ef112e 11/30/2012 04:06 pm Stavros Sachtouris

Update kamaki.clients.compute commends + restruct

606fe15f 11/30/2012 03:16 pm Stavros Sachtouris

Restructure kamaki.clients.compute

40a9c357 11/30/2012 01:47 pm Stavros Sachtouris

Recover accidentaly removed usefull code line

439926dd 11/30/2012 01:09 pm Stavros Sachtouris

Complete kamaki.cli.argument documentation

edb7fc1a 11/29/2012 07:11 pm Stavros Sachtouris

End of day: argument docs tomorrow

befed235 11/29/2012 06:36 pm Stavros Sachtouris

Update pithos_cli comments for better autodocs

9a76987c 11/29/2012 06:14 pm Stavros Sachtouris

Merge branch 'develop'

Conflicts:
docs/overview.rst

03d661d8 11/29/2012 06:11 pm Stavros Sachtouris

Replace pithos_cli.MetaArguement with KeyValueArg

d8214a23 11/29/2012 05:38 pm Constantinos Venetsanopoulos

Update synnefo mailing lists on docs/man pages

c93d5123 11/29/2012 04:58 pm Stavros Sachtouris

Minot fixes

9e4508df 11/29/2012 04:51 pm Stavros Sachtouris

Rearange and complete developers guide

7be7673b 11/28/2012 07:11 pm Stavros Sachtouris

How to build kamaki cli (not finished)

c2f6a275 11/28/2012 05:19 pm Stavros Sachtouris

Unittest reregister

8ae6cb52 11/28/2012 04:58 pm Stavros Sachtouris

Move subsections were they belong

Documention features that are missing:
- More examples in usage
- An analytical guide on how to create a kamaki cli command spec
- More details on developing thread-safe clients

961e6040 11/28/2012 04:54 pm Stavros Sachtouris

Rearrange sections in docs, add developer corner

5f5045b5 11/28/2012 12:42 pm Stavros Sachtouris

Installation guide

2151584b 11/27/2012 07:20 pm Stavros Sachtouris

Modify documentation structure