Statistics
| Branch: | Tag: | Revision:

root / docs / developers @ a582b70e

# Date Author Comment
a582b70e 07/31/2013 05:55 pm Stavros Sachtouris

Add documentation and examples for logging

Also, add a batch image register example script

Refs: #4135

cedde35d 07/31/2013 02:24 pm Stavros Sachtouris

Fix some spelling and typoes in docs

6362f3e1 07/17/2013 06:00 pm Stavros Sachtouris

Enrich clients docs for astakos endpoints, scripts

Refs: #4135

fa382f9e 06/14/2013 05:51 pm Stavros Sachtouris

Fix deprecated terms in documentation

9dc6159f 06/10/2013 04:03 pm Stavros Sachtouris

Document the Upgrade notes for v0.9

0ea31480 04/12/2013 06:27 pm Stavros Sachtouris

Update docs, rename kamaki.cli.commands/*

Documentation updates: reflect the changes in command groups
astakos --> user, store --> file

File renaming: remove the _cli suffix from modules in kamaki.cli.commands

Feature #3566

c5b9380c 04/11/2013 02:41 pm Stavros Sachtouris

Allow users to set maximum thread limit

This is implemented as a configuration option in cli
Developers may set it as kamaki.clients.Client.MAX_THREADS = <limit>

Adjust documentation acoordingly

Feature #3546

1d1b2724 04/04/2013 07:27 pm Stavros Sachtouris

Adjust docs to recent changes, fix missing config

Missing config: at setup, in the first example (Quick Setup) it was
kamaki set ...
while it should have been
kamaki config set

3c50df2e 03/22/2013 03:42 pm Stavros Sachtouris

Apply a simple naming convention for unit tests

Naming convention:

Actual functionality:

In package kamaki.clients.pkg there is class C containing a method M
Test it in a package kamaki.clients.pkg.test, with a class C + a method test_M
Command line run:...

4054c46d 03/22/2013 01:49 pm Stavros Sachtouris

Document unittest mechanism, dependency changes

New dependency changes: progress is required, mock is optional
Changes are also documented

7ae842c2 02/07/2013 07:18 pm Stavros Sachtouris

Adjust documentation, allow explicit account set

e3a1d743 01/16/2013 04:47 pm Stavros Sachtouris

Documentation updates

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

line warning in docs

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

Suit up for release

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

Proofreading documentation fixes

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

Docs reflect the new pooling depdncy

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

Minor doc fix

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

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

Update kamaki.clients.compute commends + restruct

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

Rearange and complete developers guide