Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / storage @ 2dd4538b

# Date Author Comment
6e6b6117 01/07/2014 05:10 pm Stavros Sachtouris

Minor typos

e3f01d64 06/26/2013 12:28 pm Stavros Sachtouris

Update the copyright dates everywhere

94bedc5b 05/17/2013 02:48 pm Stavros Sachtouris

Add output support to create methods

Refs: #3756 #3732

In kamaki.clients
-------------------
- storage.create_directory returns response headers
- implement pithos.create_container

In kamaki.cli.pithos
-------------------
- add flag --with_output for optional output...

3f7e4e14 04/15/2013 05:52 pm Stavros Sachtouris

Add some parameters to storage.list_object

:param limit: (int) The amount of results requested

:param marker: (str) Return containers with name lexicographically
after marker

:param prefix: (str) Return objects starting with prefix

:param format: (str) reply format can be json or xml (default:json)...

c2b5da2f 04/04/2013 04:37 pm Stavros Sachtouris

Redesign http connection module

Merge everything to kamaki.clients

Remove multiple hierarchies of connection classes (== abandon support for
alternative connection methods, e.g. for requests from pypi)

New connection classes are
- RequestManager
- ResponseManager...

3c50df2e 03/22/2013 03:42 pm Stavros Sachtouris

Apply a simple naming convention for unit tests

Naming convention:

Actual functionality:

In package kamaki.clients.pkg there is class C containing a method M
Test it in a package kamaki.clients.pkg.test, with a class C + a method test_M
Command line run:...

6d92ebc3 03/14/2013 06:17 pm Stavros Sachtouris

Rephrase mocking expressions in clients.storage

1df5305d 03/14/2013 06:00 pm Stavros Sachtouris

Rephrase mocking expressions

edf8ad52 03/13/2013 05:33 pm Stavros Sachtouris

Finetest and move Compute.create_server

e3b8f796 03/13/2013 03:14 pm Stavros Sachtouris

Finetest and move Storage.list_objects_in_path

7d15ffe9 03/13/2013 03:12 pm Stavros Sachtouris

Finetest and move Storage.list_objects

b23d2558 03/13/2013 03:10 pm Stavros Sachtouris

Finetest and move Storage.delete_object

73fcb6a2 03/13/2013 03:08 pm Stavros Sachtouris

Finetest Storage.move_object

324fee8f 03/13/2013 02:48 pm Stavros Sachtouris

Finetest Storage.copy_object

3941857a 03/13/2013 02:07 pm Stavros Sachtouris

Finetest and Storage.replace_object_meta

2b752353 03/13/2013 01:36 pm Stavros Sachtouris

Finetest Storage.del_object_meta

5ea1e2ac 03/13/2013 01:19 pm Stavros Sachtouris

Finetest Storage/Pithos.get_object_meta

aa9c7402 03/13/2013 12:58 pm Stavros Sachtouris

Finetest Storage.create_directory

f13ae956 03/13/2013 12:53 pm Stavros Sachtouris

Finetest and move Storage.create_directory

52228b49 03/13/2013 12:37 pm Stavros Sachtouris

Finetest and move Storage.create_object

c2bf1c19 03/13/2013 12:34 pm Stavros Sachtouris

Finetest Storage.upload_object

7601a4d5 03/13/2013 12:06 pm Stavros Sachtouris

Finetest Storage.list_containers

d15e5249 03/13/2013 11:43 am Stavros Sachtouris

Finetest and move Storage.delete_container

f3671186 03/13/2013 11:42 am Stavros Sachtouris

Finetest Storage.get_container_info

96befbfd 03/12/2013 07:15 pm Stavros Sachtouris

Finetest and move Stoage.create_container

3e6f33ca 03/12/2013 07:10 pm Stavros Sachtouris

Finetest Storage.del_account_meta