Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / storage @ 058ee9a8

Name Size
__init__.py 11.5 kB
test.py 17.1 kB

Latest revisions

# Date Author Comment
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

View revisions

Also available in: Atom