Activity

From 01/19/2014 to 02/17/2014

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 4bb4fb37: Do not translate tenant_id
tenant_id is a uuid that represents a project, not a user. Giorgos Korfiatis
03:23 pm Revision 571479d3: Update Changelog
Stavros Sachtouris
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:20 pm Revision 9c25c741: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
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

02/07/2014

06:48 pm Revision 704c95b6: Merge branch 'feature-update-docs' into develop
Stavros Sachtouris
06:47 pm Support #5031 (Resolved): Enrich documentation with network-related examples
Stavros Sachtouris
06:44 pm Revision cf862450: Enrich documentation with network-related examples
Refs: #5031 Stavros Sachtouris

02/06/2014

05:36 pm Revision 2dfedc44: Update network commands in documentaion
Refs: #5031 Stavros Sachtouris
03:38 pm Revision 266206b2: Merge branch 'develop' into feature-update-docs
Stavros Sachtouris
03:38 pm Revision 04c039c8: Remove deprecated methods
Stavros Sachtouris
11:45 am Support #5031 (Resolved): Enrich documentation with network-related examples
Check if the following exist and modify them accordingly:
In command line examples:
- Create and destroy a priv...
Stavros Sachtouris

02/05/2014

03:25 pm Feature #4810 (Resolved): Allow pithos commands to recognise users by username
Stavros Sachtouris
03:24 pm Revision a0b1ff03: Merge branch 'feature-account-name' into develop
Stavros Sachtouris
03:24 pm Revision ca74006b: Update changelog
Stavros Sachtouris
03:16 pm Revision 023d5ada: Recognise usernames in --account args (or similar)
Refs: #4810
Arguments --account and --to-account can now accept usernames along with uuids
Kamaki attempts to recogn...
Stavros Sachtouris

02/04/2014

05:35 pm Revision f3bba847: Update Changelog
Stavros Sachtouris
05:32 pm Revision 238cc4aa: Adjust project commands to project_API changes
Refs: #5024, #5025
1. Rename "kamaki project application ACTION" --> "kamaki project ACTION"
2. Application commands...
Stavros Sachtouris
05:17 pm Support #5025 (New): Adjust kamaki CLI to astakosclient/project_API changes
Make kamaki ready for the changes in astakosclient/project_API
1. Rename "kamaki project application ACTION" --> "...
Stavros Sachtouris
03:49 pm Revision 689f7104: Merge branch 'feature-update-docs' into develop
Stavros Sachtouris
03:49 pm Revision e6ce9ae1: Update showcase, make all scripts work
Stavros Sachtouris

01/31/2014

06:10 pm Revision d075d6ca: Merge branch 'feature-clients-docs' into develop
Stavros Sachtouris
05:21 pm Revision cfb87e18: Update developer-oriented documentation
Stavros Sachtouris
02:59 pm Revision d4517eeb: Remove livetest references from docs
Refs: #4873 Stavros Sachtouris
02:42 pm Feature #4873 (Resolved): Use burnin for functional tests
Stavros Sachtouris
02:41 pm Revision ce8aea3a: Merge branch 'feature-remove-livetests' into develop
Stavros Sachtouris
02:40 pm Revision f28beccb: Remove livetest from kamaki
Refs: #4873 Stavros Sachtouris

01/30/2014

05:58 pm Bug #4865 (Resolved): Non positional arguments are partially matched
Stavros Sachtouris
05:58 pm Revision 139e392d: Merge branch 'feature-argument-abbreviations' into develop
Stavros Sachtouris
05:56 pm Revision b33d9050: Disable argument abbreviation
Refs: #4865
Implementaton details: subclass ArgumentParser and override the
_get_option_tuples method. Replace optio...
Stavros Sachtouris
05:05 pm Revision dc99e627: Update adding-commands documentation
Stavros Sachtouris
03:35 pm Bug #4865: Non positional arguments are partially matched
I don't have a strong opinion on the way to disable the "feature", as long as it actually gets disabled.
Do whatever...
Vangelis Koukis
03:21 pm Bug #4865: Non positional arguments are partially matched
Vangelis, this particular workaround seems like a bad idea: a patch on argparse which is not included in any python 2... Stavros Sachtouris
02:12 pm Bug #4865 (Assigned): Non positional arguments are partially matched
Stavros,
this is certainly unwanted behavior, and bound to create problems.
Please disable this. A workaround exi...
Vangelis Koukis
12:59 pm Bug #4865 (Closed): Non positional arguments are partially matched
This behaviour is inherited from the python argparse module and it is not necessarily a bug
The ability to write -...
Stavros Sachtouris

01/29/2014

06:16 pm Revision f0bddbda: Fix problems with unicode HTTP headers
Stavros Sachtouris

01/28/2014

05:55 pm Revision ee041529: Prettier example code in clients-api
Stavros Sachtouris
05:51 pm Revision 52b2b3bd: Update clients-api docs to reflect recent changes
Stavros Sachtouris
05:29 pm Revision bd71a1a3: Merge branch 'feature-clients-docs' into develop
Stavros Sachtouris
05:28 pm Revision ab8eaf7e: Update Changelog for astakos error class merge
Stavros Sachtouris
05:26 pm Revision 493f5877: Apply uniformity in kamaki.clients.astakos errors
Refs: #5002
All errors are now AstakosClientError errors
Stavros Sachtouris
05:23 pm Feature #5002 (Resolved): AstakosClientError class to merge ClientError and AstakosClientException
Define this class:
class AstakosClientError(kamaki.clients.ClientError and astakosclient.AstakosClientException):
...
Stavros Sachtouris
05:20 pm Revision 8b4ba753: Merge astakos error classes --> AstakosClientError
Refs: #5002
Also, decorate kamaki.clients.astakos.AstakosClient to raise this new class
when an error occurs
Stavros Sachtouris
02:01 pm Bug #4992 (Resolved): Multiple ways to create a container
Stavros Sachtouris
02:00 pm Revision f6a5ef7a: Merge branch 'feature-container-access-bug' into develop
Stavros Sachtouris
01:59 pm Revision 7258cf6a: Update changelog for immutable containers in file*
Stavros Sachtouris
01:58 pm Revision 4ddeb850: Do not let file-* cmds to create containers
Refs: #4992 Stavros Sachtouris
12:39 pm Feature #4991 (Resolved): Better handling of file/image target location
Stavros Sachtouris
12:39 pm Revision 9a5eb55b: Merge branch 'feature-image' into develop
Stavros Sachtouris
12:39 pm Revision 970df4ca: Update Changelog for image register auto-path
Stavros Sachtouris
12:36 pm Revision 44443c24: Allow image register from local file to container
Refs: #4991
Image register can now accept these options as correct:
--location [pithos://UUID]/CONTAINER --upload-lo...
Stavros Sachtouris

01/27/2014

06:22 pm Revision 55463924: Merge branch 'feature-image' into develop
Stavros Sachtouris
06:16 pm Bug #4990 (Resolved): In image modify, rename --(un)publish to --public/--private
Stavros Sachtouris
06:15 pm Revision a879970b: Rename --(un)publish to --public/--private
Refs: 4990 Stavros Sachtouris
06:03 pm Bug #4992 (Resolved): Multiple ways to create a container
At the moment, there are three ways to create a container:... Dionysis Grigoropoulos
06:00 pm Feature #4960 (Resolved): Meta file at image register should be shared the same way the image fil...
Stavros Sachtouris
05:59 pm Revision 138291ae: Update Changelog for image meta permissions
Stavros Sachtouris
05:58 pm Revision 2dd4538b: In image register, meta gets same sharing as image
Refs: #4960 Stavros Sachtouris
05:47 pm Feature #4991 (Resolved): Better handling of file/image target location
At the moment, when uploading a file, kamaki expects a container to be
specified, if it isn't, a "Syntax error" occu...
Dionysis Grigoropoulos
05:28 pm Bug #4990 (Resolved): In image modify, rename --(un)publish to --public/--private
Stavros Sachtouris
03:04 pm Bug #4986 (Resolved): URL params are not always url-encoded
Stavros Sachtouris
03:03 pm Revision 926ed96e: Update Changelog with file list bugfix
Stavros Sachtouris
03:02 pm Revision c370ec9b: Always recognise a directory in pithos
Refs: #4987 Stavros Sachtouris
03:02 pm Bug #4987 (Resolved): kamaki file list does not show all directories as directories
In specific, if the directory has a content type of the form 'application/directory; charset=UTF-8', kamaki fails to ... Stavros Sachtouris
01:08 pm Revision 1c179f0e: Update Changelog for URL-encode bug
Stavros Sachtouris
01:07 pm Revision 0d3785a1: All URL-space params are now URL-encoded
Refs: #4986 Stavros Sachtouris
01:07 pm Bug #4986 (Resolved): URL params are not always url-encoded
Make sure all params in URL space are url-encoded Stavros Sachtouris

01/24/2014

05:09 pm Revision 31e9ee9e: Fi network_create in documentation
Stavros Sachtouris
05:09 pm Revision 27deb8fc: Fi network_create in documentation
Stavros Sachtouris
04:58 pm Revision c070f675: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
04:58 pm Revision 31cf20c5: Fix typos in documentation
Stavros Sachtouris
04:58 pm Revision 830c1568: Typo in documentation
Stavros Sachtouris
04:58 pm Revision 22663c4a: Fix typos in documentation
Stavros Sachtouris
04:46 pm Revision f0c0cfe9: Typo in documentation
Stavros Sachtouris
04:42 pm Revision 56a0effe: Update documentation to reflect changes in network
Stavros Sachtouris
04:41 pm Revision fe980c71: Update documentation to reflect changes in network
Stavros Sachtouris
03:40 pm Revision 89a1c636: Adapt cyclades commands for new projects
Add optional argument --project in create subcommands;
add subcommand reassign for servers, networks and ips.
Giorgos Korfiatis
03:40 pm Revision d97c83a5: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
Giorgos Korfiatis
03:40 pm Revision f4adfac5: Do not translate tenant_id
tenant_id is a uuid that represents a project, not a user. Giorgos Korfiatis
01:04 pm Revision 4a5192d0: Remove conte-type from object_overwrite call
Stavros Sachtouris
12:37 pm Revision 38a79780: Document content-type in object_overwrite
Stavros Sachtouris

01/23/2014

06:44 pm Revision b5b4441e: Keep objects content type by default
Stavros Sachtouris
11:56 am Revision 614a20dc: Allow content-type in file overwrite
Stavros Sachtouris

01/22/2014

03:09 pm Revision 109fc65a: Allow empty server names in modify
Stavros Sachtouris
10:44 am Feature #4960 (Resolved): Meta file at image register should be shared the same way the image fil...
Stavros Sachtouris

01/21/2014

11:08 am Revision 3b6d09dc: Fix typo in documentation
Stavros Sachtouris

01/20/2014

06:11 pm Revision 86a7f578: Update Changelog for minor typo fixes
Stavros Sachtouris
03:59 pm Revision 8e3cbcfe: Remove "None" from end of file cat responses
Stavros Sachtouris
03:31 pm Revision 034fcba3: Update help messag in image commands
Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom