Activity

From 01/07/2014 to 02/05/2014

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 d97c83a5: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
Giorgos Korfiatis
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 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

01/17/2014

03:51 pm Revision 482bc0c4: Bugfix: container delete for numerical containers
Stavros Sachtouris
01:01 pm Revision f59635ab: Fix typo in membership_enroll
Stavros Sachtouris
11:14 am Revision 5df772de: Bump version to 0.12.9-1~precise
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> Nikos Skalkotos
11:14 am Revision 383f15b1: Merge branch 'master' into debian-precise
Nikos Skalkotos

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> Stavros Sachtouris
06:40 pm Revision 5b712255: Merge branch 'master' into debian-master
Stavros Sachtouris
06:40 pm Revision df013956: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
06:38 pm Revision 80225941: Merge branch 'hotfix-0.12.9'
Stavros Sachtouris
06:38 pm Revision 35da37c9: Update version tag and Changelog
Stavros Sachtouris
06:37 pm Revision e1774601: Fix bug with --unpublish for update_image
Stavros Sachtouris
06:36 pm Revision 0e32e717: Fix bug with --unpublish for update_image
Stavros Sachtouris
05:15 pm Revision 21d11da0: Bump version to 0.12.8-1~precise
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> Nikos Skalkotos
05:15 pm Revision 8380f670: Merge branch 'master' into debian-precise
Nikos Skalkotos
04:31 pm Revision e93bedf6: Bump version to 0.12.8-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
04:31 pm Revision c639994a: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
04:25 pm Bug #4940 (Resolved): Image property delete documentation and ease of use
Stavros Sachtouris
04:24 pm Revision e479a450: Merge branch 'hotfix-0.12.8'
Stavros Sachtouris
04:23 pm Revision b4c616a3: Update version tag and changelog
Stavros Sachtouris
04:22 pm Revision bf88122d: Update documentation for image property-del
Refs: #4940 Stavros Sachtouris
04:21 pm Revision 52f044ab: In image modify, make property-del a required arg
Refs: #4940 Stavros Sachtouris
04:21 pm Revision 88f9f22a: Merge branch 'feature-image-property-del' into develop
Stavros Sachtouris
04:12 pm Revision c83cb9d9: Update documentation for image property-del
Refs: #4940 Stavros Sachtouris
04:04 pm Revision e9c8f12e: In image modify, make property-del a required arg
Refs: #4940 Stavros Sachtouris
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... Stavros Sachtouris

01/14/2014

04:39 pm Revision 3b98cf31: Fix typo in netowrk commands
Stavros Sachtouris
03:54 pm Bug #4880 (Resolved): Keep bw compatiblity and update documentation to reflect astakos renamings
Stavros Sachtouris
01:55 pm Revision b86c37f9: Adapt pithos commands for new projects
Add optional argument --project in file create;
add command file reassign.
Giorgos Korfiatis
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.
Giorgos Korfiatis
01:55 pm Revision cf3e2989: Do not translate tenant_id
tenant_id is a uuid that represents a project, not a user. Giorgos Korfiatis
11:41 am Bug #4300 (Closed): Kamaki POSTs tokens when there is no need to
Stavros Sachtouris
11:38 am Revision 736072e2: Add user_info and user_term for bw compatibility
Refs: #4880 Stavros Sachtouris

01/13/2014

06:27 pm Revision 11d3a6ce: Bump version to 0.12.7-1~precise
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> Nikos Skalkotos
06:26 pm Revision 94a467fe: Merge branch 'master' into debian-precise
Nikos Skalkotos
05:30 pm Revision 881eadf3: Bump version to 0.12.7-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
05:29 pm Revision e3293a72: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
05:29 pm Revision 9bd90638: Merge branch 'master' into debian-master
Conflicts:
kamaki/clients/utils/__init__.py
Stavros Sachtouris
05:27 pm Revision 5bd75cb6: Merge branch 'hotfix-0.12.7'
Stavros Sachtouris
05:26 pm Revision 3a190998: Update version tag and Changelog
Stavros Sachtouris
05:24 pm Bug #4880 (In Progress): Keep bw compatiblity and update documentation to reflect astakos renamings
Stavros Sachtouris
05:18 pm Revision f8636965: Add user_info and user_term for bw compatibility
Refs: #4880 Stavros Sachtouris
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...
Stavros Sachtouris
03:12 pm Revision dbbe2e34: Bump version to 0.12.6-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
03:11 pm Revision 0ef09194: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
03:09 pm Revision 0897ff84: Backwards compatibility for get_service_endpoints
Refs: #4880 Stavros Sachtouris
03:08 pm Revision 5e8078d8: Merge branch 'hotfix-0.12.6'
Stavros Sachtouris
02:35 pm Revision 5d7df892: Update version tag and Changelog
Stavros Sachtouris
01:34 pm Revision eac1777c: Backwards compatibility for get_service_endpoints
Refs: #4880 Stavros Sachtouris
12:44 pm Revision 175f50a8: Update the README.Upgrade notes
Stavros Sachtouris
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 Stavros Sachtouris

01/10/2014

02:48 pm Revision d58df7c0: Remove fstat from clients.utils.readall
Refs: #4871
Fstat was used to compute the actual file size in order to
distinguish if an empty read was because the ...
Stavros Sachtouris
02:48 pm Revision f4589233: Fix typo in create_server -w
Stavros Sachtouris
01:36 pm Revision dab8764e: Bump version to 0.12.5-1~precise
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> Nikos Skalkotos
01:36 pm Revision 56d024dd: Merge branch 'master' into debian-precise
Nikos Skalkotos
01:22 pm Revision f3b03954: Bump version to 0.12.5-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
01:22 pm Revision b03a41d8: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
01:14 pm Feature #4873 (Resolved): Use burnin for functional tests
Use synnefo-burnin for kamaki functional tests
It is probably better to extent burnin itself, than wrapping it in ka...
Stavros Sachtouris
01:11 pm Bug #4871 (Resolved): kamaki.clients.utils.readall failes with files that have no size (e.g. bloc...
Stavros Sachtouris
01:10 pm Revision 367c2b31: Merge branch 'hotfix-0.12.5'
Stavros Sachtouris
12:13 pm Revision 04128bb9: Update version tag and Changelog
Stavros Sachtouris
12:04 pm Revision e9195e9d: Remove fstat from clients.utils.readall
Refs: #4871
Fstat was used to compute the actual file size in order to
distinguish if an empty read was because the ...
Stavros Sachtouris
11:49 am Bug #4871 (Closed): kamaki.clients.utils.readall failes with files that have no size (e.g. blockf...
Problem: to calculate when reading is over, the readall method used to fstat the file
Solution: consider the file ha...
Stavros Sachtouris

01/09/2014

05:30 pm Revision 94370709: Remove debug printer
Stavros Sachtouris
04:15 pm Revision 05ecf3a3: Minor typo
Stavros Sachtouris
04:00 pm Bug #4865 (Resolved): Non positional arguments are partially matched
E.g. instead of --device-id a user may use --devi
This looks like argparse feature
Stavros Sachtouris
03:20 pm Revision 646ca165: Bump version to 0.12.4-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
03:20 pm Revision 63433b5a: Merge branch 'master' into debian-wheezy
Stavros Sachtouris
02:38 pm Revision 567a88c2: Merge branch 'hotfix-0.12.4'
Stavros Sachtouris
02:37 pm Revision 3f36ba1d: Fix big: Register image w. upload but no metafile
Refs: #4864
Also, -f/--force now refers to every file to be uploaded during
registration (was only for metafiles)
Stavros Sachtouris
02:36 pm Revision 76233743: Typos in documentation
Stavros Sachtouris
02:36 pm Revision fde0d7fc: Better handling of a string printing
Better handling of the way we print a string in network list Dionysis Grigoropoulos
02:35 pm Revision af89f550: Typo fix in network list
Dionysis Grigoropoulos
02:35 pm Revision 814c3370: Update version tags and Changelog
Stavros Sachtouris
02:33 pm Revision d258b67c: Merge branch 'feature-image-register-bug' into develop
Stavros Sachtouris
02:32 pm Revision 8fa5b527: Update Changelog for image register bugfix
Refs: #4864 Stavros Sachtouris
02:29 pm Revision 2973f6b0: Fix big: Register image w. upload but no metafile
Refs: #4864
Also, -f/--force now refers to every file to be uploaded during
registration (was only for metafiles)
Stavros Sachtouris
01:09 pm Bug #4864 (Closed): Image register failure when used with upload but no metafile
Fails when:... Stavros Sachtouris

01/08/2014

05:52 pm Revision 22ac5e97: Typos in documentation
Stavros Sachtouris
04:03 pm Revision d6cfb313: Update changelog for 0.13
Stavros Sachtouris
04:03 pm Revision ad696342: Add type and name filters in endpoint list
Stavros Sachtouris
03:30 pm Revision c7a5d56a: Bump version to 0.12.3-2~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
01:22 pm Revision 7fbda4e5: Better handling of a string printing
Better handling of the way we print a string in network list Dionysis Grigoropoulos
01:12 pm Revision 2f386293: Typo fix in network list
Dionysis Grigoropoulos
12:59 pm Revision db789093: Bump version to 0.12.3-1~wheezy
Signed-off-by: Stavros Sachtouris <saxtouri@admin.grnet.gr> Stavros Sachtouris
10:26 am Revision 0ecbf8f5: Merge branch 'master' into debian-wheezy
Stavros Sachtouris

01/07/2014

05:29 pm Revision d7746198: Modify description
Stavros Sachtouris
05:27 pm Revision 07d087d6: Typo in build-deps
Stavros Sachtouris
05:26 pm Revision 10ebb8ab: Adjust build-deps for objpool and astakosclient
Stavros Sachtouris
05:22 pm Revision aaee2508: Add build-dep to objpool and astakosclient
Stavros Sachtouris
05:13 pm Revision dc5cabf2: Merge branch 'hotfix-0.12.3'
Stavros Sachtouris
05:13 pm Revision 4f0576d8: Minor typos
Stavros Sachtouris
05:13 pm Revision 14b5cd0e: Wrap AstakosClient for backward compatiblity
Stavros Sachtouris
05:10 pm Revision 6e6b6117: Minor typos
Stavros Sachtouris
02:04 pm Revision cd42f8d8: Wrap AstakosClient for backward compatiblity
Stavros Sachtouris
12:02 pm Revision 609471e9: Typo fixes
Stavros Sachtouris
12:01 pm Revision 0b2d7176: Merge branch 'hotfix-0.12.3'
Stavros Sachtouris
12:00 pm Revision f2df1530: Typo fixes
Stavros Sachtouris
12:00 pm Revision 7c5857a6: Typo fixes
Stavros Sachtouris
11:58 am Revision 3888991f: Update version tag and Changelog
Stavros Sachtouris
11:57 am Revision ec8cd658: Import the whole astakosclient package
This will allow users to import everything from astakosclient Stavros Sachtouris
11:56 am Revision 896995c1: Verbal typo fix
Dionysis Grigoropoulos
11:55 am Revision a22d311c: Import the whole astakosclient package
This will allow users to import everything from astakosclient Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom