Activity

From 02/26/2014 to 03/27/2014

03/10/2014

02:11 pm Revision bd1781b7: Merge branch 'feature-pool-projects2' of https://code.grnet.gr/git/kamaki into...
Stavros Sachtouris
01:04 pm Revision dbffd1ef: Resolve confict in documentation
Stavros Sachtouris
01:04 pm Revision 43540670: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
Giorgos Korfiatis
01:04 pm Revision 2b5a42f2: Do not translate tenant_id
tenant_id is a uuid that represents a project, not a user. Giorgos Korfiatis
01:04 pm Revision dc7ecb7f: Adjust project commands to project_API changes
Refs: #5024, #5025
1. Rename "kamaki project application ACTION" --> "kamaki project ACTION"
2. Application commands...
Stavros Sachtouris
01:04 pm Revision a62841bb: Update Changelog
Stavros Sachtouris
01:04 pm Revision 025fa6e2: Update project-related code to kamaki coding style
Notable changes:
in CLI, --project --> --project-id
in clients, create_floating_ip overwrites OS/network method
Stavros Sachtouris
01:04 pm Revision ffe30114: Adapt cyclades commands for new projects
Add optional argument --project in create subcommands;
add subcommand reassign for servers, networks and ips.
Giorgos Korfiatis
01:04 pm Revision 672238f1: Update quota_info, filter by resource, project
Refs: #5052 Stavros Sachtouris
01:04 pm Revision 1ca9dc4d: Add project_id param in _application_action
Stavros Sachtouris
01:04 pm Revision 0c77d2c6: Fix -project-id arg in pithos
Giorgos Korfiatis
01:04 pm Revision 0a092147: Add named arguments to project_create
Refs: #5052 Stavros Sachtouris
01:04 pm Revision 5106d1bc: Add named arguments to project modify
Refs: #5052 Stavros Sachtouris
01:04 pm Revision 2b7e66ce: Rename membership_join/enroll to project_*
Refs: #5052 Stavros Sachtouris
01:04 pm Revision c9e261ad: Fix --project-id arg parsing
Giorgos Korfiatis

03/07/2014

07:45 pm Revision b37d65b6: Update quota_info, filter by resource, project
Refs: #5052 Stavros Sachtouris
07:13 pm Revision 4573f225: Rename membership_join/enroll to project_*
Refs: #5052 Stavros Sachtouris
03:19 pm Revision 6283b4b4: Update references, point to Github repository.
Vangelis Koukis
03:04 pm Revision 84609b7c: Add README.md.
Vangelis Koukis
02:46 pm Revision 1a842b90: Merge branch 'develop' into debian-develop
Stavros Sachtouris
02:39 pm Revision 95f8134f: Update COPYRIGHT text for 2014.
Vangelis Koukis

03/06/2014

06:47 pm Revision 6755b804: Add named arguments to project modify
Refs: #5052 Stavros Sachtouris
06:33 pm Revision b101d9e5: Add named arguments to project_create
Refs: #5052 Stavros Sachtouris
03:45 pm Revision 1598fc75: Fix -project-id arg in pithos
Giorgos Korfiatis
03:45 pm Revision f1e45161: Update project-related code to kamaki coding style
Notable changes:
in CLI, --project --> --project-id
in clients, create_floating_ip overwrites OS/network method
Stavros Sachtouris
03:45 pm Revision 25a318f0: Fix --project-id arg parsing
Giorgos Korfiatis
03:45 pm Revision dbe345ac: Add project_id param in _application_action
Stavros Sachtouris
03:45 pm Revision a54bd720: Resolve confict in documentation
Stavros Sachtouris
03:43 pm Revision 75ae8a08: Adapt cyclades commands for new projects
Add optional argument --project in create subcommands;
add subcommand reassign for servers, networks and ips.
Giorgos Korfiatis
03:43 pm Revision 70b5b9dd: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
Giorgos Korfiatis
03:43 pm Revision 11925d1d: Do not translate tenant_id
tenant_id is a uuid that represents a project, not a user. Giorgos Korfiatis
03:43 pm Revision cd1edfc9: Update Changelog
Stavros Sachtouris
03:43 pm Revision 95f1b265: Adjust project commands to project_API changes
Refs: #5024, #5025
1. Rename "kamaki project application ACTION" --> "kamaki project ACTION"
2. Application commands...
Stavros Sachtouris

03/05/2014

06:53 pm Revision 602888f4: Update error messages for commands
Stavros Sachtouris
06:21 pm Revision b8220825: Update copyright dates for changes files
Stavros Sachtouris
06:18 pm Revision 56ca8235: Update copyright dates for changes files
Stavros Sachtouris
04:39 pm Revision 75e73aab: Fix details that ruin internal unicode objects
Refs: #5150, #5180
Specifics:
- the image path is conctructed with a + operator, use the '%s'
notation instead
...
Stavros Sachtouris

03/04/2014

07:44 pm Feature #5150 (Feedback): Take care of HTTP headers with unicode values
Stavros Sachtouris
07:44 pm Bug #5180 (In Progress): Unquote and encode ONLY the synnefo-related headers when receiving an HT...
Stavros Sachtouris
07:41 pm Revision 7c738aab: Add X-Image- to expected http header prefices
Refs: #5180 Stavros Sachtouris
07:31 pm Revision c3e41146: Fix one-command/shell differences in http encoding
Refs: #5150 Stavros Sachtouris
06:56 pm Revision 1870855f: Add lists of expected headers in Pithos client
Refs: #5180 Stavros Sachtouris
06:11 pm Revision 6293aa78: Allow Client objects to set headers for encoding
Refs: #5180 Stavros Sachtouris
06:00 pm Revision 6ad9e577: Restrict http response header encoding
Refs: #5180
In ResponseManager, do not encode all headers to unicode.
Encode ONLY the headers mentioned by the calle...
Stavros Sachtouris
04:28 pm Revision 23ea9475: Fix typo in output stream assignment
Refs: #5150 Stavros Sachtouris
04:26 pm Bug #5180 (In Progress): Unquote and encode ONLY the synnefo-related headers when receiving an HT...
Stavros Sachtouris
04:18 pm Revision 6106e751: Quote URL for request exactly after parsing it
Refs: #5150 Stavros Sachtouris
03:24 pm Revision 026e10fc: Correct console in/output en/decoding handling
Refs: #5150 Stavros Sachtouris

02/28/2014

05:12 pm Revision bb50c4ec: Remove "Check if service is up" for 403
Stavros Sachtouris
12:10 pm Bug #5160 (Assigned): Status bar not woking when appending to a file
Stavros Sachtouris
12:09 pm Revision 36fa6ffb: Fix progressbar for short appends and overwrites
Refs: #5160 Stavros Sachtouris

02/27/2014

05:30 pm Revision a304ef33: Log quoted headers before sending them
Stavros Sachtouris
05:29 pm Revision 3042fac1: Input uses preferred encoding
Stavros Sachtouris
03:16 pm Revision 6e24ad30: Add warning in encoding failure
Stavros Sachtouris
03:11 pm Revision 90c22848: Remove redudant flush, optimize for utf output
Stavros Sachtouris
01:06 pm Revision df55e7aa: Remove redudant en/de-coding from CLI outputs
Refs: #5150 Stavros Sachtouris

02/26/2014

06:36 pm Feature #5150 (Resolved): Take care of HTTP headers with unicode values
Stavros Sachtouris
06:34 pm Revision 8df239df: Encode list/item prints in user-defined encoding
Refs: #5150 Stavros Sachtouris
05:34 pm Revision 43ab1e5b: Merge branch 'feature-unicode-http' into develop
Stavros Sachtouris
05:10 pm Revision 27d3b17d: Fix copyright (recent file changes)
Stavros Sachtouris
04:31 pm Revision a313f923: Do not record config set commands in history
Refs: #4479 Stavros Sachtouris
04:11 pm Revision f5ea3023: Add source version in file overwrite
Stavros Sachtouris
01:45 pm Bug #5160 (Assigned): Status bar not woking when appending to a file
When appending to a file using: ... Dionysis Grigoropoulos
01:30 pm Revision 2f302751: Decode headers to utf-8, print in user-chosen enc.
Refs: #5150 Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom