Revision:

Revisions

# Date Author Comment
bd1781b7 03/10/2014 02:11 pm Stavros Sachtouris

Merge branch 'feature-pool-projects2' of https://code.grnet.gr/git/kamaki into feature-pool-projects2

ffe30114 03/10/2014 01:04 pm Giorgos Korfiatis

Adapt cyclades commands for new projects

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

43540670 03/10/2014 01:04 pm Giorgos Korfiatis

Adapt pithos commands for new projects

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

2b5a42f2 03/10/2014 01:04 pm Giorgos Korfiatis

Do not translate tenant_id

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

dc7ecb7f 03/10/2014 01:04 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...

a62841bb 03/10/2014 01:04 pm Stavros Sachtouris

Update Changelog

025fa6e2 03/10/2014 01:04 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

dbffd1ef 03/10/2014 01:04 pm Stavros Sachtouris

Resolve confict in documentation

c9e261ad 03/10/2014 01:04 pm Giorgos Korfiatis

Fix --project-id arg parsing

1ca9dc4d 03/10/2014 01:04 pm Stavros Sachtouris

Add project_id param in _application_action

0c77d2c6 03/10/2014 01:04 pm Giorgos Korfiatis

Fix -project-id arg in pithos

0a092147 03/10/2014 01:04 pm Stavros Sachtouris

Add named arguments to project_create

Refs: #5052

5106d1bc 03/10/2014 01:04 pm Stavros Sachtouris

Add named arguments to project modify

Refs: #5052

2b7e66ce 03/10/2014 01:04 pm Stavros Sachtouris

Rename membership_join/enroll to project_*

Refs: #5052

672238f1 03/10/2014 01:04 pm Stavros Sachtouris

Update quota_info, filter by resource, project

Refs: #5052

b37d65b6 03/07/2014 07:45 pm Stavros Sachtouris

Update quota_info, filter by resource, project

Refs: #5052

4573f225 03/07/2014 07:13 pm Stavros Sachtouris

Rename membership_join/enroll to project_*

Refs: #5052

6283b4b4 03/07/2014 03:19 pm Vangelis Koukis

Update references, point to Github repository.

84609b7c 03/07/2014 03:04 pm Vangelis Koukis

Add README.md.

1a842b90 03/07/2014 02:46 pm Stavros Sachtouris

Merge branch 'develop' into debian-develop

95f8134f 03/07/2014 02:39 pm Vangelis Koukis

Update COPYRIGHT text for 2014.

6755b804 03/06/2014 06:47 pm Stavros Sachtouris

Add named arguments to project modify

Refs: #5052

b101d9e5 03/06/2014 06:33 pm Stavros Sachtouris

Add named arguments to project_create

Refs: #5052

f1e45161 03/06/2014 03:45 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

a54bd720 03/06/2014 03:45 pm Stavros Sachtouris

Resolve confict in documentation

25a318f0 03/06/2014 03:45 pm Giorgos Korfiatis

Fix --project-id arg parsing

dbe345ac 03/06/2014 03:45 pm Stavros Sachtouris

Add project_id param in _application_action

1598fc75 03/06/2014 03:45 pm Giorgos Korfiatis

Fix -project-id arg in pithos

75ae8a08 03/06/2014 03:43 pm Giorgos Korfiatis

Adapt cyclades commands for new projects

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

70b5b9dd 03/06/2014 03:43 pm Giorgos Korfiatis

Adapt pithos commands for new projects

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

11925d1d 03/06/2014 03:43 pm Giorgos Korfiatis

Do not translate tenant_id

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

95f1b265 03/06/2014 03:43 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...

cd1edfc9 03/06/2014 03:43 pm Stavros Sachtouris

Update Changelog

602888f4 03/05/2014 06:53 pm Stavros Sachtouris

Update error messages for commands

b8220825 03/05/2014 06:21 pm Stavros Sachtouris

Update copyright dates for changes files

56ca8235 03/05/2014 06:18 pm Stavros Sachtouris

Update copyright dates for changes files

75e73aab 03/05/2014 04:39 pm Stavros Sachtouris

Fix details that ruin internal unicode objects

Refs: #5150, #5180

Specifics:
- the image path is conctructed with a + operator, use the '%s'
notation instead
- Do not quote everything on the URL, because it destroyes
? and & characters. Encode and quote only what needs to be

7c738aab 03/04/2014 07:41 pm Stavros Sachtouris

Add X-Image- to expected http header prefices

Refs: #5180

c3e41146 03/04/2014 07:31 pm Stavros Sachtouris

Fix one-command/shell differences in http encoding

Refs: #5150

1870855f 03/04/2014 06:56 pm Stavros Sachtouris

Add lists of expected headers in Pithos client

Refs: #5180

6293aa78 03/04/2014 06:11 pm Stavros Sachtouris

Allow Client objects to set headers for encoding

Refs: #5180

6ad9e577 03/04/2014 06:00 pm Stavros Sachtouris

Restrict http response header encoding

Refs: #5180

In ResponseManager, do not encode all headers to unicode.
Encode ONLY the headers mentioned by the caller method.

A caller method can use the headers_to_decode and header_prefices
property-getter/setter methods to set a list of header keys and...

23ea9475 03/04/2014 04:28 pm Stavros Sachtouris

Fix typo in output stream assignment

Refs: #5150

6106e751 03/04/2014 04:18 pm Stavros Sachtouris

Quote URL for request exactly after parsing it

Refs: #5150

026e10fc 03/04/2014 03:24 pm Stavros Sachtouris

Correct console in/output en/decoding handling

Refs: #5150

bb50c4ec 02/28/2014 05:12 pm Stavros Sachtouris

Remove "Check if service is up" for 403

36fa6ffb 02/28/2014 12:09 pm Stavros Sachtouris

Fix progressbar for short appends and overwrites

Refs: #5160

a304ef33 02/27/2014 05:30 pm Stavros Sachtouris

Log quoted headers before sending them

3042fac1 02/27/2014 05:29 pm Stavros Sachtouris

Input uses preferred encoding

6e24ad30 02/27/2014 03:16 pm Stavros Sachtouris

Add warning in encoding failure

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

1 2 3 ... 29 Next » (1-100/2853) | Per page: 25, 50, 100

Also available in: Atom