Activity
From 01/13/2014 to 02/11/2014
02/11/2014
- 06:24 pm Revision 7cddd0e7: Fix typo in set firewall profile
- 06:08 pm Revision c75be81a: Pretty server info, better errors in set firewall
- Refs: #5051
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:... - 10:49 am Revision d1130026: Fix type in server modify argument help
- 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...
02/07/2014
- 06:48 pm Revision 704c95b6: Merge branch 'feature-update-docs' into develop
- 06:47 pm Support #5031 (Resolved): Enrich documentation with network-related examples
- 06:44 pm Revision cf862450: Enrich documentation with network-related examples
- Refs: #5031
02/06/2014
- 05:36 pm Revision 2dfedc44: Update network commands in documentaion
- Refs: #5031
- 03:38 pm Revision 266206b2: Merge branch 'develop' into feature-update-docs
- 03:38 pm Revision 04c039c8: Remove deprecated methods
- 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...
02/05/2014
- 03:25 pm Feature #4810 (Resolved): Allow pithos commands to recognise users by username
- 03:24 pm Revision a0b1ff03: Merge branch 'feature-account-name' into develop
- 03:24 pm Revision ca74006b: Update changelog
- 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...
02/04/2014
- 05:35 pm Revision f3bba847: Update Changelog
- 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... - 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" --> "... - 03:49 pm Revision 689f7104: Merge branch 'feature-update-docs' into develop
- 03:49 pm Revision e6ce9ae1: Update showcase, make all scripts work
01/31/2014
- 06:10 pm Revision d075d6ca: Merge branch 'feature-clients-docs' into develop
- 05:21 pm Revision cfb87e18: Update developer-oriented documentation
- 02:59 pm Revision d4517eeb: Remove livetest references from docs
- Refs: #4873
- 02:42 pm Feature #4873 (Resolved): Use burnin for functional tests
- 02:41 pm Revision ce8aea3a: Merge branch 'feature-remove-livetests' into develop
- 02:40 pm Revision f28beccb: Remove livetest from kamaki
- Refs: #4873
01/30/2014
- 05:58 pm Bug #4865 (Resolved): Non positional arguments are partially matched
- 05:58 pm Revision 139e392d: Merge branch 'feature-argument-abbreviations' into develop
- 05:56 pm Revision b33d9050: Disable argument abbreviation
- Refs: #4865
Implementaton details: subclass ArgumentParser and override the
_get_option_tuples method. Replace optio... - 05:05 pm Revision dc99e627: Update adding-commands documentation
- 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... - 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...
- 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... - 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 -...
01/29/2014
01/28/2014
- 05:55 pm Revision ee041529: Prettier example code in clients-api
- 05:51 pm Revision 52b2b3bd: Update clients-api docs to reflect recent changes
- 05:29 pm Revision bd71a1a3: Merge branch 'feature-clients-docs' into develop
- 05:28 pm Revision ab8eaf7e: Update Changelog for astakos error class merge
- 05:26 pm Revision 493f5877: Apply uniformity in kamaki.clients.astakos errors
- Refs: #5002
All errors are now AstakosClientError errors - 05:23 pm Feature #5002 (Resolved): AstakosClientError class to merge ClientError and AstakosClientException
- Define this class:
class AstakosClientError(kamaki.clients.ClientError and astakosclient.AstakosClientException):
... - 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 - 02:01 pm Bug #4992 (Resolved): Multiple ways to create a container
- 02:00 pm Revision f6a5ef7a: Merge branch 'feature-container-access-bug' into develop
- 01:59 pm Revision 7258cf6a: Update changelog for immutable containers in file*
- 01:58 pm Revision 4ddeb850: Do not let file-* cmds to create containers
- Refs: #4992
- 12:39 pm Feature #4991 (Resolved): Better handling of file/image target location
- 12:39 pm Revision 9a5eb55b: Merge branch 'feature-image' into develop
- 12:39 pm Revision 970df4ca: Update Changelog for image register auto-path
- 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...
01/27/2014
- 06:22 pm Revision 55463924: Merge branch 'feature-image' into develop
- 06:16 pm Bug #4990 (Resolved): In image modify, rename --(un)publish to --public/--private
- 06:15 pm Revision a879970b: Rename --(un)publish to --public/--private
- Refs: 4990
- 06:03 pm Bug #4992 (Resolved): Multiple ways to create a container
- At the moment, there are three ways to create a container:...
- 06:00 pm Feature #4960 (Resolved): Meta file at image register should be shared the same way the image fil...
- 05:59 pm Revision 138291ae: Update Changelog for image meta permissions
- 05:58 pm Revision 2dd4538b: In image register, meta gets same sharing as image
- Refs: #4960
- 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... - 05:28 pm Bug #4990 (Resolved): In image modify, rename --(un)publish to --public/--private
- 03:04 pm Bug #4986 (Resolved): URL params are not always url-encoded
- 03:03 pm Revision 926ed96e: Update Changelog with file list bugfix
- 03:02 pm Revision c370ec9b: Always recognise a directory in pithos
- Refs: #4987
- 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 ...
- 01:08 pm Revision 1c179f0e: Update Changelog for URL-encode bug
- 01:07 pm Revision 0d3785a1: All URL-space params are now URL-encoded
- Refs: #4986
- 01:07 pm Bug #4986 (Resolved): URL params are not always url-encoded
- Make sure all params in URL space are url-encoded
01/24/2014
- 05:09 pm Revision 31e9ee9e: Fi network_create in documentation
- 05:09 pm Revision 27deb8fc: Fi network_create in documentation
- 04:58 pm Revision c070f675: Merge branch 'master' into debian-wheezy
- 04:58 pm Revision 31cf20c5: Fix typos in documentation
- 04:58 pm Revision 830c1568: Typo in documentation
- 04:58 pm Revision 22663c4a: Fix typos in documentation
- 04:46 pm Revision f0c0cfe9: Typo in documentation
- 04:42 pm Revision 56a0effe: Update documentation to reflect changes in network
- 04:41 pm Revision fe980c71: Update documentation to reflect changes in network
- 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. - 03:40 pm Revision f4adfac5: Do not translate tenant_id
- tenant_id is a uuid that represents a project, not a user.
- 03:40 pm Revision d97c83a5: Adapt pithos commands for new projects
- Add optional argument --project in file create;
add command file reassign. - 01:04 pm Revision 4a5192d0: Remove conte-type from object_overwrite call
- 12:37 pm Revision 38a79780: Document content-type in object_overwrite
01/23/2014
- 06:44 pm Revision b5b4441e: Keep objects content type by default
- 11:56 am Revision 614a20dc: Allow content-type in file overwrite
01/22/2014
- 03:09 pm Revision 109fc65a: Allow empty server names in modify
- 10:44 am Feature #4960 (Resolved): Meta file at image register should be shared the same way the image fil...
01/21/2014
01/20/2014
- 06:11 pm Revision 86a7f578: Update Changelog for minor typo fixes
- 03:59 pm Revision 8e3cbcfe: Remove "None" from end of file cat responses
- 03:31 pm Revision 034fcba3: Update help messag in image commands
01/17/2014
- 03:51 pm Revision 482bc0c4: Bugfix: container delete for numerical containers
- 01:01 pm Revision f59635ab: Fix typo in membership_enroll
- 11:14 am Revision 5df772de: Bump version to 0.12.9-1~precise
- Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
- 11:14 am Revision 383f15b1: Merge branch 'master' into debian-precise
01/16/2014
- 06:42 pm Revision 12d99aab: Bump version to 0.12.9-1~wheezy
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 06:40 pm Revision 5b712255: Merge branch 'master' into debian-master
- 06:40 pm Revision df013956: Merge branch 'master' into debian-wheezy
- 06:38 pm Revision 80225941: Merge branch 'hotfix-0.12.9'
- 06:38 pm Revision 35da37c9: Update version tag and Changelog
- 06:37 pm Revision e1774601: Fix bug with --unpublish for update_image
- 06:36 pm Revision 0e32e717: Fix bug with --unpublish for update_image
- 05:15 pm Revision 21d11da0: Bump version to 0.12.8-1~precise
- Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
- 05:15 pm Revision 8380f670: Merge branch 'master' into debian-precise
- 04:31 pm Revision e93bedf6: Bump version to 0.12.8-1~wheezy
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 04:31 pm Revision c639994a: Merge branch 'master' into debian-wheezy
- 04:25 pm Bug #4940 (Resolved): Image property delete documentation and ease of use
- 04:24 pm Revision e479a450: Merge branch 'hotfix-0.12.8'
- 04:23 pm Revision b4c616a3: Update version tag and changelog
- 04:22 pm Revision bf88122d: Update documentation for image property-del
- Refs: #4940
- 04:21 pm Revision 52f044ab: In image modify, make property-del a required arg
- Refs: #4940
- 04:21 pm Revision 88f9f22a: Merge branch 'feature-image-property-del' into develop
- 04:12 pm Revision c83cb9d9: Update documentation for image property-del
- Refs: #4940
- 04:04 pm Revision e9c8f12e: In image modify, make property-del a required arg
- Refs: #4940
- 04:04 pm Bug #4940 (Closed): Image property delete documentation and ease of use
- Unsynced Documentation: http://www.synnefo.org/docs/kamaki/latest/examplesdir/imageregister.html#metadata-and-propert...
01/14/2014
- 04:39 pm Revision 3b98cf31: Fix typo in netowrk commands
- 03:54 pm Bug #4880 (Resolved): Keep bw compatiblity and update documentation to reflect astakos renamings
- 01:55 pm Revision cf3e2989: Do not translate tenant_id
- tenant_id is a uuid that represents a project, not a user.
- 01:55 pm Revision b86c37f9: Adapt pithos commands for new projects
- Add optional argument --project in file create;
add command file reassign. - 01:55 pm Revision d5841e90: Adapt cyclades commands for new projects
- Add optional argument --project in create subcommands;
add subcommand reassign for servers, networks and ips. - 11:41 am Bug #4300 (Closed): Kamaki POSTs tokens when there is no need to
- 11:38 am Revision 736072e2: Add user_info and user_term for bw compatibility
- Refs: #4880
01/13/2014
- 06:27 pm Revision 11d3a6ce: Bump version to 0.12.7-1~precise
- Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
- 06:26 pm Revision 94a467fe: Merge branch 'master' into debian-precise
- 05:30 pm Revision 881eadf3: Bump version to 0.12.7-1~wheezy
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 05:29 pm Revision e3293a72: Merge branch 'master' into debian-wheezy
- 05:29 pm Revision 9bd90638: Merge branch 'master' into debian-master
- Conflicts:
kamaki/clients/utils/__init__.py - 05:27 pm Revision 5bd75cb6: Merge branch 'hotfix-0.12.7'
- 05:26 pm Revision 3a190998: Update version tag and Changelog
- 05:24 pm Bug #4880 (In Progress): Keep bw compatiblity and update documentation to reflect astakos renamings
- 05:18 pm Revision f8636965: Add user_info and user_term for bw compatibility
- Refs: #4880
- 04:04 pm Bug #4880: Keep bw compatiblity and update documentation to reflect astakos renamings
- 0.12 solution: method get_service_endpoints stays in AstakosClient
This is achieved by wrapping the original astakos... - 03:12 pm Revision dbbe2e34: Bump version to 0.12.6-1~wheezy
- Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr>
- 03:11 pm Revision 0ef09194: Merge branch 'master' into debian-wheezy
- 03:09 pm Revision 0897ff84: Backwards compatibility for get_service_endpoints
- Refs: #4880
- 03:08 pm Revision 5e8078d8: Merge branch 'hotfix-0.12.6'
- 02:35 pm Revision 5d7df892: Update version tag and Changelog
- 01:34 pm Revision eac1777c: Backwards compatibility for get_service_endpoints
- Refs: #4880
- 12:44 pm Revision 175f50a8: Update the README.Upgrade notes
- 11:32 am Bug #4880 (Resolved): Keep bw compatiblity and update documentation to reflect astakos renamings
- Since the astakosclient is used instead of the native client, the calls of astakosclient should be used in the examples
Also available in: Atom