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

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

Also available in: Atom