Activity

From 06/19/2012 to 07/18/2012

07/18/2012

06:58 pm Revision 379cd4bb: Implemented tests (Pithos+, partial, for now)
Used unittest, implemented tests for all account level Pithos+
operations and some container level operations
TBC
Stavros Sachtouris
03:06 pm Revision edbee9c8: Pretyfication adjustments
Fixed colors in flavor and image error messages
Pretyfied image client code
Stavros Sachtouris

07/17/2012

07:12 pm Revision c7083665: Fixed and modified disconnect network
Fixed bug with return value
Modified disconnect to take only nic_id as arg
Stavros Sachtouris
02:59 pm Revision 4adfa919: Full Pithos+ support at object level
Rest calls HEAD GET PUT COPY MOVE POST DELETE at object level fully
support Pithos+ capabilities by adding generic me...
Stavros Sachtouris

07/16/2012

04:06 pm Revision 17edd3f4: Full pithos+ support at container level
Full pithos+ support with ne container_<REST> methods
Old methods adjusted to use this functionality
No changes on CLI
Stavros Sachtouris
01:49 pm Revision 4fd88feb: Modified pithos method signatures
Introduced generic account_head/post/get methods that the other
more specific methods call
Stavros Sachtouris
01:31 pm Revision 3a9e54b0: Completed full pithos+ support at account level
Added full support for pithos+ headers and params for account
POST based operations, modified existing methods to tak...
Stavros Sachtouris
12:30 pm Revision b758e547: Added full pithos support to list_containers
In pithos, added full support for optional parameters and headers supported
in Pithos API in list_containers() (accou...
Stavros Sachtouris
12:00 pm Revision 6657ec8c: Pithos level extentions added
get_account_info now supports until parameter, and if-(un)modified-since headers
in request
Stavros Sachtouris
11:36 am Revision a2ed3c3e: Minor error handling in cli
Stavros Sachtouris

07/13/2012

06:24 pm Revision 9aece4ba: Modifications in store CLI syntax
Support for the form
kamaki store <command> <container:path>
e.g.
kamaki store list [container[:path]]
Stavros Sachtouris
10:49 am Revision 15618e89: dict-list printing is sorted + some tests
Stavros Sachtouris

07/11/2012

03:34 pm Revision 319a0e87: Minor adjustments to recent changes
Stavros Sachtouris
03:03 pm Revision 22820633: Minor bug in CLI printing
Stavros Sachtouris
02:51 pm Revision 8157444e: Unicode issue in CLI
Stavros Sachtouris
02:44 pm Revision 0f25af9f: Compatibility with python2.6
Stavros Sachtouris
12:14 pm Revision e52840fa: Adjusted network and server opps to recent changes
Stavros Sachtouris
11:35 am Revision 1cb061f2: Minor bug fixes
Stavros Sachtouris

07/10/2012

06:43 pm Revision 6add54fd: Adjusted disconnect server
Stavros Sachtouris
06:11 pm Revision 1b93846c: Simplified command client printing
- Replaced print_dict in kamaki/utils with a simpler method that prints dicts or lists recursively, and non iterrable... Stavros Sachtouris
05:36 pm Revision 4f01cc99: Minor improvements, adjusted network info
In compute and cyclades replaced raw paths with paths generated by path4url method
In kamaki/utils adjusted print_add...
Stavros Sachtouris
05:09 pm Revision eed330ab: Implemented move
In CLI added store_move for moving objects from container/path to destination container/path
In storage added move_ob...
Stavros Sachtouris
05:09 pm Revision d1856abf: Added policy handling
In CLI setversioning, versioning, setquota, quota for account and container
In storage(pithos) set_container_versioni...
Stavros Sachtouris
05:09 pm Revision eb903ba7: Added set_account_group
Adds a custom group of users Stavros Sachtouris
05:09 pm Revision c2867610: Implemented group, delgroup and copy
In CLI:
- added store group to retrieve user grouos of account
- added store delgroup to delete a user group ...
Stavros Sachtouris
05:09 pm Revision e742badc: Simplified Client code
Added set_header method then replaced code that pushes headers to the query with calls to this much simpler method Stavros Sachtouris
05:09 pm Revision 28470086: Implemented setpermitions and delpermitions
In CLI added setpermitions and delpermitions
In pithos added set_object_sharing and shortcut method erase_object_sha...
Stavros Sachtouris
05:09 pm Revision f49084df: Not optimal append and truncate
In CLI added append and truncate for objects
In storage added update_object which acts as a multifunction. It curren...
Stavros Sachtouris
05:09 pm Revision ab474306: Optimised append
In pithos a new append_object is introduced, that appends a file in blocks Stavros Sachtouris
05:09 pm Revision 561116a6: Optimised truncate
In pithos added truncate_object that truncates and object using pithos-enabled headers Stavros Sachtouris
05:09 pm Revision ee62607e: Implemented overwrite
In CLI added store_overwrite
In pithos added overwrite_object which, in case of large updates, overwrites block by b...
Stavros Sachtouris
05:09 pm Revision bcabbc35: Added progress bar
In CLI store_overwrite with prgress bar, added progress bar at store_append
In pithos added generator watcher method ...
Stavros Sachtouris
05:09 pm Revision 6de1f262: Fixed and optiomized delmeta for objects
In storage, fixed delmeta which was disfunctional
In pithos added an optimized implementation using the pithos update...
Stavros Sachtouris
05:09 pm Revision 44b8928d: Make source PEP8 compliant
Giorgos Verigakis
05:09 pm Revision 5571994d: Add COPYRIGHT
Kostas Papadimitriou
05:09 pm Revision 5f9bb293: Update docs
- Update copyright
- Include initial man page
Kostas Papadimitriou
05:09 pm Revision 387cb353: v0.5
Giorgos Verigakis
05:09 pm Revision 72462fc2: Move to requests 0.12.1
Giorgos Verigakis
05:09 pm Revision 1d7445cb: Fallback to default raise_for_status if response is not valid
Giorgos Verigakis
05:09 pm Revision cceda750: Don't use default owner/group/mode values in personalities
Giorgos Verigakis
05:09 pm Revision 5f47b77d: Move OrderedDict import where it is actually used
Giorgos Verigakis
05:09 pm Revision 73c1380c: Change contact email in docs/overview.rst
Constantinos Venetsanopoulos
05:09 pm Revision 95eaae8f: Documentation fixes
- append parent path to sys.path for automodule to work
-
Kostas Papadimitriou
05:09 pm Revision 88172436: Version bump
Kostas Papadimitriou
05:09 pm Revision 87688514: Added un/publish object
Stavros Sachtouris
05:09 pm Revision 88362012: Added list_containers in storage
Not tested yet Stavros Sachtouris
05:09 pm Revision 358dd6f9: Added store list_containers and a minor CLI fix
Exposed list_containers from storage to CLI as
kamaki store list_containers
Moved method format_size from store_...
Stavros Sachtouris
05:09 pm Revision 11f8eed3: Unicode support in results
Replaced str() with unicode() in kamaki/utils Stavros Sachtouris
05:09 pm Revision e2bd16d5: Added list_object
In CLI:
- created store_list_object
- removed unused optional path option from store_list
In storage:
- ...
Stavros Sachtouris
05:09 pm Revision 6c4778ae: Added store_object_info, container_info name fixed
In CLI:
- Added store_object_info functionality
- Store_container renamed to store_container_info
In storage...
Stavros Sachtouris
05:09 pm Revision b66dfee7: Added delete_container (remove an empty container)
In CLI:
- Added store_delete_container
In storage:
- Added delete_container
Stavros Sachtouris
05:09 pm Revision 175f40ab: Error code handling
In storage delete_container and list_object Stavros Sachtouris
05:09 pm Revision a79f6d30: Store list_path renamed and optimised
In CLI store_list_object became store_list_path
In storage list_objects_in_path was optimised to used path option...
Stavros Sachtouris
05:09 pm Revision d2dec8b1: Added store info
In CLI:
- store_info added
In storage:
- get_account_info added
Stavros Sachtouris
05:09 pm Revision c18a8ec2: Merged store info command, fixed bug
In CLI:
- store info, container_info and object_info are merged in one command, namely store info
In storage:
...
Stavros Sachtouris
05:09 pm Revision dd9a5d7c: Merged store list*, fixed bug
In CLI:
- methods list, list_containers, list_object are now merged in list, with slighlty different syntax
In s...
Stavros Sachtouris
05:09 pm Revision bebdd0d6: Merged delete operations
In CLI:
- store_delete merged with store_delete_container
In storage:
- Error message fix
Stavros Sachtouris
05:09 pm Revision 450bb2e6: Merged store create operations
In CLI, store_create_container and store_create_object(directory) are merged as "create"
The function "store_upload" ...
Stavros Sachtouris
05:09 pm Revision 8c4f0fbf: Adjusted store_download and store_upload params
Stavros Sachtouris
05:09 pm Revision d0b42fb4: Added meta to retrieve custom metacontent
In CLI added store_meta for retrieving custom metacontent for account, container or object
In storage added:
- a...
Stavros Sachtouris
05:09 pm Revision 0e4bec91: Added set_account_meta
In CLI:
- added store_set_account_meta
- added auxiliary dict_from_args in utils.py
In storage:
- added ...
Stavros Sachtouris
05:09 pm Revision af3b2b36: Added store_setmeta (pithos API implementation)
-In CLI:
- store_meta for account, container and/or object
- minor fixes to meta
In storage,pithos:
- me...
Stavros Sachtouris
05:09 pm Revision ca6e2c63: Removed store_set_account/container_meta
Both methods have been replaced by store_setmeta, semanticaly speaking Stavros Sachtouris
05:09 pm Revision e6b39366: Added store_delmenta (delete specific meta)
In CLI:
- store_delmeta for account, container, object
In storage,pithos:
- store_account_delmet...
Stavros Sachtouris
05:09 pm Revision f3a722d4: Added mkdir functionality to storage
Stavros Sachtouris
01:15 pm Revision 11a52081: Fixed and optiomized delmeta for objects
In storage, fixed delmeta which was disfunctional
In pithos added an optimized implementation using the pithos update...
Stavros Sachtouris
12:46 pm Revision 6285fb01: Added progress bar
In CLI store_overwrite with prgress bar, added progress bar at store_append
In pithos added generator watcher method ...
Stavros Sachtouris
12:33 pm Revision 6b3caa2c: Implemented overwrite
In CLI added store_overwrite
In pithos added overwrite_object which, in case of large updates, overwrites block by b...
Stavros Sachtouris
12:16 pm Revision d24d7bfa: Optimised truncate
In pithos added truncate_object that truncates and object using pithos-enabled headers Stavros Sachtouris
12:06 pm Revision f088afac: Optimised append
In pithos a new append_object is introduced, that appends a file in blocks Stavros Sachtouris

07/09/2012

07:03 pm Revision 5572fb86: Not optimal append and truncate
In CLI added append and truncate for objects
In storage added update_object which acts as a multifunction. It curren...
Stavros Sachtouris
03:07 pm Revision 542104b6: Implemented setpermitions and delpermitions
In CLI added setpermitions and delpermitions
In pithos added set_object_sharing and shortcut method erase_object_sha...
Stavros Sachtouris
01:00 pm Revision 7c19f1e8: Implemented move
In CLI added store_move for moving objects from container/path to destination container/path
In storage added move_ob...
Stavros Sachtouris
12:38 pm Revision b886efc4: Implemented group, delgroup and copy
In CLI:
- added store group to retrieve user grouos of account
- added store delgroup to delete a user group ...
Stavros Sachtouris

07/06/2012

05:25 pm Revision 26c18639: Added set_account_group
Adds a custom group of users Stavros Sachtouris
04:44 pm Revision 960e0858: Added policy handling
In CLI setversioning, versioning, setquota, quota for account and container
In storage(pithos) set_container_versioni...
Stavros Sachtouris
03:29 pm Revision 3d64cd6b: Simplified Client code
Added set_header method then replaced code that pushes headers to the query with calls to this much simpler method Stavros Sachtouris
01:09 pm Revision c684bb61: Added un/publish object
Stavros Sachtouris

07/05/2012

06:20 pm Revision 179be97b: Merge branch 'storage-extentions' of https://code.grnet.gr/git/kamaki into sto...
Stavros Sachtouris
06:18 pm Revision 53443e61: Added store_delmena (delete specific meta)
In CLI:
- store_delmeta for account, container, object
In storage,pithos:
- store_account_delmet...
Stavros Sachtouris
06:16 pm Revision d5832d3b: Added store_delmenta (delete specific meta)
In CLI:
- store_delmeta for account, container, object
In storage,pithos:
- store_account_delmet...
Stavros Sachtouris
04:52 pm Revision 454799cd: Removed store_set_account/container_meta
Both methods have been replaced by store_setmeta, semanticaly speaking Stavros Sachtouris
04:47 pm Revision 67158731: Added store_setmeta (pithos API implementation)
-In CLI:
- store_meta for account, container and/or object
- minor fixes to meta
In storage,pithos:
- me...
Stavros Sachtouris
01:20 pm Revision d29f25fe: Added set_account_meta
In CLI:
- added store_set_account_meta
- added auxiliary dict_from_args in utils.py
In storage:
- added ...
Stavros Sachtouris

07/04/2012

06:13 pm Revision 3bf0f656: Added meta to retrieve custom metacontent
In CLI added store_meta for retrieving custom metacontent for account, container or object
In storage added:
- a...
Stavros Sachtouris
05:15 pm Revision 375dd4f2: Adjusted store_download and store_upload params
Stavros Sachtouris
04:03 pm Revision 6b1bef44: Merged store create operations
In CLI, store_create_container and store_create_object(directory) are merged as "create"
The function "store_upload" ...
Stavros Sachtouris
03:27 pm Revision a899f04c: Merged delete operations
In CLI:
- store_delete merged with store_delete_container
In storage:
- Error message fix
Stavros Sachtouris
02:23 pm Revision 302e69bc: Merged store list*, fixed bug
In CLI:
- methods list, list_containers, list_object are now merged in list, with slighlty different syntax
In s...
Stavros Sachtouris
01:54 pm Revision 8838567a: Merged store info command, fixed bug
In CLI:
- store info, container_info and object_info are merged in one command, namely store info
In storage:
...
Stavros Sachtouris
01:19 pm Revision 02e12a29: Added store info
In CLI:
- store_info added
In storage:
- get_account_info added
Stavros Sachtouris

07/03/2012

06:22 pm Revision a3b270ae: Store list_path renamed and optimised
In CLI store_list_object became store_list_path
In storage list_objects_in_path was optimised to used path option...
Stavros Sachtouris
06:05 pm Revision d46d897d: Error code handling
In storage delete_container and list_object Stavros Sachtouris
05:18 pm Revision c913e48d: Added delete_container (remove an empty container)
In CLI:
- Added store_delete_container
In storage:
- Added delete_container
Stavros Sachtouris
03:47 pm Revision a0ad26e3: Added store_object_info, container_info name fixed
In CLI:
- Added store_object_info functionality
- Store_container renamed to store_container_info
In storage...
Stavros Sachtouris
03:25 pm Revision 14ec1f17: Added list_object
In CLI:
- created store_list_object
- removed unused optional path option from store_list
In storage:
- ...
Stavros Sachtouris

07/02/2012

06:29 pm Revision a8f25c94: Unicode support in printing
Affected print_dict and print_items Stavros Sachtouris
06:25 pm Revision d15650fb: Merge branch 'storage-extentions' of https://code.grnet.gr/git/kamaki into sto...
Stavros Sachtouris
06:16 pm Revision f29f77eb: Unicode support in results
Replaced str() with unicode() in kamaki/utils Stavros Sachtouris
04:53 pm Revision 731b7e12: Added store list_containers and a minor CLI fix
Exposed list_containers from storage to CLI as
kamaki store list_containers
Moved method format_size from store_...
Stavros Sachtouris
04:44 pm Revision e0026af1: Added list_containers in storage
Not tested yet Stavros Sachtouris
04:35 pm Revision 8edee887: Added create directory functionality (CLI, lib)
In CLI:
kamaki store mkdir <dir name>
In storage:
create_directory(self, object)
Stavros Sachtouris

06/29/2012

11:53 am Revision 011a1d06: Added mkdir functionality to storage
Stavros Sachtouris

06/21/2012

02:59 pm Revision 07692fec: New debian fix release
Kostas Papadimitriou
02:58 pm Revision 73beed03: Remove patch for python-requests version
Kostas Papadimitriou
02:56 pm Revision db7b7ec6: Fix python-requests dependency
Kostas Papadimitriou
« Previous
Next »
 

Also available in: Atom