Activity

From 02/09/2014 to 03/10/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 2b7e66ce: Rename membership_join/enroll to project_*
Refs: #5052 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 672238f1: Update quota_info, filter by resource, project
Refs: #5052 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 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 dbffd1ef: Resolve confict in documentation
Stavros Sachtouris
01:04 pm Revision c9e261ad: Fix --project-id arg parsing
Giorgos Korfiatis
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 5106d1bc: Add named arguments to project modify
Refs: #5052 Stavros Sachtouris
01:04 pm Revision 0a092147: Add named arguments to project_create
Refs: #5052 Stavros Sachtouris

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 a54bd720: Resolve confict in documentation
Stavros Sachtouris
03:45 pm Revision 25a318f0: Fix --project-id arg parsing
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 dbe345ac: Add project_id param in _application_action
Stavros Sachtouris
03:45 pm Revision 1598fc75: Fix -project-id arg in pithos
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 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 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:43 pm Revision cd1edfc9: Update Changelog
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

02/25/2014

06:47 pm Revision c2332605: 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 repla...
Stavros Sachtouris
05:20 pm Revision 2813cdec: Update documentation for windows installation
Stavros Sachtouris

02/24/2014

06:13 pm Revision fd9457bd: Apply UTF-8 encoding while in/output with console
Refs: #5150 Stavros Sachtouris
04:11 pm Feature #5150 (Feedback): Take care of HTTP headers with unicode values
Stavros Sachtouris
04:10 pm Revision 6c6abf6e: URL-encode http headers
Refs: #5150 Stavros Sachtouris
03:18 pm Revision e589d3da: Suppress logs of best-match failures
Stavros Sachtouris
01:24 pm Revision c86ac289: Merge branch 'feature-history-limit' into develop
Stavros Sachtouris
01:24 pm Revision 6f57691b: Update Changelog for history changes
Stavros Sachtouris
01:23 pm Revision 97430a00: Update documentation for history
Stavros Sachtouris
01:16 pm Revision 50a32c37: Only two cmds in history, use history_limit
Refs: #4479 Stavros Sachtouris

02/21/2014

03:42 pm Revision 5e383dd4: Add a limit in number of history lines
Refs: #4479 Stavros Sachtouris

02/20/2014

05:35 pm Revision bbd7762c: Remove history run
Refs: #4479 Stavros Sachtouris
05:13 pm Revision ddc97a10: Use slice notation in history show
Refs: #4479 Stavros Sachtouris
03:48 pm Revision a44a9d97: Simplify history _match and get
Refs: #4479 Stavros Sachtouris
02:34 pm Revision edaf3ba6: Rename method in kamaki.cli.history
Refs: #4479
retrieve --> __getitem__
clean --> empty
Stavros Sachtouris
11:53 am Feature #4312 (Closed): Make astakosclient an intergral part of kamaki
Stavros Sachtouris
11:53 am Bug #5110 (Closed): Image commands failures with unicode image names
Stavros Sachtouris
11:53 am Bug #4940 (Closed): Image property delete documentation and ease of use
Stavros Sachtouris
11:52 am Bug #4616 (Closed): Thread limit is broken
Stavros Sachtouris
11:52 am Bug #4864 (Closed): Image register failure when used with upload but no metafile
Stavros Sachtouris
11:51 am Bug #4871 (Closed): kamaki.clients.utils.readall failes with files that have no size (e.g. blockf...
Stavros Sachtouris
11:50 am Bug #5115 (Closed): HTTP request failure when adding image members
Stavros Sachtouris
11:37 am Revision 8ddea59a: Merge branch 'feature-floatingip-without-network' into develop
Stavros Sachtouris
11:36 am Bug #5104 (Resolved): Make network_id an optional param when creating a floating IP
Stavros Sachtouris
11:36 am Revision 67377ec3: Allow ip allocation without specifing net id
Refs: #5104 Stavros Sachtouris
10:43 am Revision b25a247a: Bump version to 0.12.10-1~precise
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> Nikos Skalkotos
10:42 am Revision 45c9ba56: Merge branch 'master' into debian-precise
Nikos Skalkotos

02/19/2014

03:19 pm Revision 4d3712a6: Bump version to 0.12.10-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
03:18 pm Revision a20a489e: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
02:54 pm Revision a995d719: Merge remote-tracking branch 'origin/master' into debian-master
Stavros Sachtouris
02:54 pm Revision 2632294b: Merge branch 'hotfix-0.12.10'
Stavros Sachtouris
02:51 pm Revision fad7a60c: Update Changelog for bugfix #5115
Stavros Sachtouris
02:51 pm Revision a1fa9004: Fix HTTP headers in image member add
Refs: #5115 Stavros Sachtouris
02:49 pm Revision f9265633: Fix HTTP headers in image member add
Refs: #5115 Stavros Sachtouris
02:49 pm Bug #5115 (Closed): HTTP request failure when adding image members
... Stavros Sachtouris
01:29 pm Revision cff5f549: Update version tag and changelog
Stavros Sachtouris
01:27 pm Revision 9fad317e: Add --diagnostics to server info
Conflicts:
kamaki/cli/commands/cyclades.py
Stavros Sachtouris
01:18 pm Bug #5110 (Resolved): Image commands failures with unicode image names
Stavros Sachtouris
01:17 pm Revision 2ed50f2c: Allow unicode values in HTTP headers
Refs: #5110 Stavros Sachtouris
01:04 pm Revision 4e723be2: All URL-space params are now URL-encoded
Refs: #4986 Stavros Sachtouris
12:53 pm Bug #5110 (Closed): Image commands failures with unicode image names
An example where the problem appears:... Stavros Sachtouris

02/17/2014

06:19 pm Bug #5104 (Resolved): Make network_id an optional param when creating a floating IP
Synnefo/Network API does not require network_id when creating a floating IP (selects a public network automatically). Stavros Sachtouris
05:37 pm Revision 1b70db0d: Resolve confict in documentation
Stavros Sachtouris
05:27 pm Revision 89cf28ef: 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:25 pm Revision f5ffc398: Fix typo
Stavros Sachtouris
03:23 pm Revision 1d89fbd0: 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:23 pm Revision 571479d3: Update Changelog
Stavros Sachtouris
03:23 pm Revision 4bb4fb37: Do not translate tenant_id
tenant_id is a uuid that represents a project, not a user. Giorgos Korfiatis
03:20 pm Revision 9c25c741: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
Giorgos Korfiatis
03:20 pm Revision b6afe2ec: Adapt cyclades commands for new projects
Add optional argument --project in create subcommands;
add subcommand reassign for servers, networks and ips.
Giorgos Korfiatis
03:11 pm Revision dc19dbdb: Merge branch 'feature-semantic-clean-up' into develop
Stavros Sachtouris
03:10 pm Revision bbd98565: Undo server restructs, keep the big fixes
Stavros Sachtouris

02/12/2014

11:43 am Revision 4c33b869: Remove obsolete arguyments from server_info
Refs: #5051 Stavros Sachtouris

02/11/2014

06:24 pm Revision 7cddd0e7: Fix typo in set firewall profile
Stavros Sachtouris
06:08 pm Revision c75be81a: Pretty server info, better errors in set firewall
Refs: #5051 Stavros Sachtouris

02/10/2014

11:51 am Support #5052 (New): Adjust project-related commands to comply with synnefo > 0.15
For example, GET .../quotas changed:
Until recently:...
Stavros Sachtouris
10:49 am Revision d1130026: Fix type in server modify argument help
Stavros Sachtouris
10:39 am Feature #5051 (New): Semanticly clean up responses
This feature affects almost all commands that perform HTTP requests and show their results.
Prune the tree of result...
Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom