Revision:

Revisions

# Date Author Comment
90c22848 02/27/2014 03:11 pm Stavros Sachtouris

Remove redudant flush, optimize for utf output

df55e7aa 02/27/2014 01:06 pm Stavros Sachtouris

Remove redudant en/de-coding from CLI outputs

Refs: #5150

8df239df 02/26/2014 06:34 pm Stavros Sachtouris

Encode list/item prints in user-defined encoding

Refs: #5150

43ab1e5b 02/26/2014 05:34 pm Stavros Sachtouris

Merge branch 'feature-unicode-http' into develop

27d3b17d 02/26/2014 05:10 pm Stavros Sachtouris

Fix copyright (recent file changes)

a313f923 02/26/2014 04:31 pm Stavros Sachtouris

Do not record config set commands in history

Refs: #4479

f5ea3023 02/26/2014 04:11 pm Stavros Sachtouris

Add source version in file overwrite

2f302751 02/26/2014 01:30 pm Stavros Sachtouris

Decode headers to utf-8, print in user-chosen enc.

Refs: #5150

c2332605 02/25/2014 06:47 pm Stavros Sachtouris

Implement _encode_nicely method to supress errors

Refs: #5150

Loop over a string and attempt to encode it in a given encoding
If a char fails, replace it with a replacement character

2813cdec 02/25/2014 05:20 pm Stavros Sachtouris

Update documentation for windows installation

fd9457bd 02/24/2014 06:13 pm Stavros Sachtouris

Apply UTF-8 encoding while in/output with console

Refs: #5150

6c6abf6e 02/24/2014 04:10 pm Stavros Sachtouris

URL-encode http headers

Refs: #5150

e589d3da 02/24/2014 03:18 pm Stavros Sachtouris

Suppress logs of best-match failures

c86ac289 02/24/2014 01:24 pm Stavros Sachtouris

Merge branch 'feature-history-limit' into develop

6f57691b 02/24/2014 01:24 pm Stavros Sachtouris

Update Changelog for history changes

97430a00 02/24/2014 01:23 pm Stavros Sachtouris

Update documentation for history

50a32c37 02/24/2014 01:16 pm Stavros Sachtouris

Only two cmds in history, use history_limit

Refs: #4479

5e383dd4 02/21/2014 03:42 pm Stavros Sachtouris

Add a limit in number of history lines

Refs: #4479

bbd7762c 02/20/2014 05:35 pm Stavros Sachtouris

Remove history run

Refs: #4479

ddc97a10 02/20/2014 05:13 pm Stavros Sachtouris

Use slice notation in history show

Refs: #4479

a44a9d97 02/20/2014 03:48 pm Stavros Sachtouris

Simplify history _match and get

Refs: #4479

edaf3ba6 02/20/2014 02:34 pm Stavros Sachtouris

Rename method in kamaki.cli.history

Refs: #4479

retrieve --> getitem
clean --> empty

8ddea59a 02/20/2014 11:37 am Stavros Sachtouris

Merge branch 'feature-floatingip-without-network' into develop

67377ec3 02/20/2014 11:36 am Stavros Sachtouris

Allow ip allocation without specifing net id

Refs: #5104

b25a247a 02/20/2014 10:43 am Nikos Skalkotos

Bump version to 0.12.10-1~precise

Signed-off-by: Nikos Skalkotos <>

45c9ba56 02/20/2014 10:42 am Nikos Skalkotos

Merge branch 'master' into debian-precise

4d3712a6 02/19/2014 03:19 pm Stavros Sachtouris

Bump version to 0.12.10-1~wheezy

Signed-off-by: Stavros Sachtouris <>

a20a489e 02/19/2014 03:18 pm Stavros Sachtouris

Merge branch 'master' into debian-wheezy

a995d719 02/19/2014 02:54 pm Stavros Sachtouris

Merge remote-tracking branch 'origin/master' into debian-master

2632294b 02/19/2014 02:54 pm Stavros Sachtouris

Merge branch 'hotfix-0.12.10'

fad7a60c 02/19/2014 02:51 pm Stavros Sachtouris

Update Changelog for bugfix #5115

a1fa9004 02/19/2014 02:51 pm Stavros Sachtouris

Fix HTTP headers in image member add

Refs: #5115

f9265633 02/19/2014 02:49 pm Stavros Sachtouris

Fix HTTP headers in image member add

Refs: #5115

cff5f549 02/19/2014 01:29 pm Stavros Sachtouris

Update version tag and changelog

9fad317e 02/19/2014 01:27 pm Stavros Sachtouris

Add --diagnostics to server info

Conflicts:

kamaki/cli/commands/cyclades.py
2ed50f2c 02/19/2014 01:17 pm Stavros Sachtouris

Allow unicode values in HTTP headers

Refs: #5110

4e723be2 02/19/2014 01:04 pm Stavros Sachtouris

All URL-space params are now URL-encoded

Refs: #4986

1b70db0d 02/17/2014 05:37 pm Stavros Sachtouris

Resolve confict in documentation

89cf28ef 02/17/2014 05:27 pm Stavros Sachtouris

Update project-related code to kamaki coding style

Notable changes:
in CLI, --project --> --project-id
in clients, create_floating_ip overwrites OS/network method

f5ffc398 02/17/2014 03:25 pm Stavros Sachtouris

Fix typo

4bb4fb37 02/17/2014 03:23 pm Giorgos Korfiatis

Do not translate tenant_id

tenant_id is a uuid that represents a project, not a user.

1d89fbd0 02/17/2014 03:23 pm Stavros Sachtouris

Adjust project commands to project_API changes

Refs: #5024, #5025

1. Rename "kamaki project application ACTION" --> "kamaki project ACTION"
2. Application commands now require a project id
3. astakosclient.Astakosclient.application_action signature has changed...

571479d3 02/17/2014 03:23 pm Stavros Sachtouris

Update Changelog

b6afe2ec 02/17/2014 03:20 pm Giorgos Korfiatis

Adapt cyclades commands for new projects

Add optional argument --project in create subcommands;
add subcommand reassign for servers, networks and ips.

9c25c741 02/17/2014 03:20 pm Giorgos Korfiatis

Adapt pithos commands for new projects

Add optional argument --project in file create;
add command file reassign.

dc19dbdb 02/17/2014 03:11 pm Stavros Sachtouris

Merge branch 'feature-semantic-clean-up' into develop

bbd98565 02/17/2014 03:10 pm Stavros Sachtouris

Undo server restructs, keep the big fixes

4c33b869 02/12/2014 11:43 am Stavros Sachtouris

Remove obsolete arguyments from server_info

Refs: #5051

7cddd0e7 02/11/2014 06:24 pm Stavros Sachtouris

Fix typo in set firewall profile

c75be81a 02/11/2014 06:08 pm Stavros Sachtouris

Pretty server info, better errors in set firewall

Refs: #5051

« Previous 1 2 3 4 ... 58 Next » (51-100/2853) | Per page: 25, 50, 100

Also available in: Atom