Statistics
| Branch: | Tag: | Revision:

root / docs @ f47417e7

Name Size
  developers
  images
  man
Makefile 5.4 kB
_static 0 Bytes
commands.rst 13.7 kB
conf.py 8.5 kB
devguide.rst 189 Bytes
index.rst 906 Bytes
installation.rst 5.7 kB
overview.rst 2.2 kB
setup.rst 12.6 kB
usage.rst 23.6 kB

Latest revisions

# Date Author Comment
f47417e7 04/12/2013 01:14 pm Stavros Sachtouris

Pametrize log file, make it globaly available

Kamaki logger module is now available to both cli and clients packages
Users may set the log_file option in configuration file
kamaki config set log_file ...

Support #3441

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

61d13904 04/11/2013 12:24 pm Stavros Sachtouris

Fix typo in kamaki quick setup guide

WAS: kamaki set token ....
NOW: kamaki config set token ...

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

573be34f 04/02/2013 01:27 pm Stavros Sachtouris

Cover image-compute command group in documentation

8741c407 04/02/2013 12:46 pm Stavros Sachtouris

Create an image compute cmd group, make it work

- image compute group contains all Compute Image API commands, as oposed to
Plankton API commands.

- definition of a kamaki cli command slightly changed: a command with
subcommands can have a class without being a command itself, as long as it has...

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

6539c700 03/19/2013 12:18 pm Stavros Sachtouris

Update installation isntructions to suggest pypi

Problem: installation isntructions used to suggest installing kamaki from git repo
which is now designed for development only
Solution: Installation instructions now suggest users to install kamaki from pypi...

6fb4af77 03/04/2013 06:55 pm Stavros Sachtouris

Suggest ansicolors, progress when missing (#3367)

View revisions

Also available in: Atom