Statistics
| Branch: | Tag: | Revision:

root / pithos / api / tests.py @ 8fe01d72

History | View | Annotate | Download (67.7 kB)

# Date Author Comment
0a425890 06/14/2011 02:16 pm Antony Chazapis

Remove strip() from tests.

58a6c894 06/09/2011 02:48 pm Antony Chazapis

Advanced versioning support. New backend.

- Everything is versioned in the backend.
- Time-controlled account/container listings.
- Initial API support with the 'version' parameter in object HEAD/GET.

Refs #593

3364a52a 06/07/2011 11:58 am Sofia Papagiannaki

#Fixes 451

bd8a3026 06/01/2011 05:06 pm Sofia Papagiannaki

Fixes #565

33ffca25 06/01/2011 03:25 pm Sofia Papagiannaki

Fixes #565

d1e43d6f 05/31/2011 10:56 am Sofia Papagiannaki

Fixes #565

86dacd7f 05/27/2011 07:39 pm Sofia Papagiannaki

minor improvements

4288ade0 05/27/2011 07:01 pm Sofia Papagiannaki

add license

b09c9aaa 05/27/2011 06:53 pm Sofia Papagiannaki

additional api tests

9df6ed1f 05/17/2011 06:58 pm Sofia Papagiannaki

Add unit tests for backend and API

  • Tests the OpenStack Object Storage API v1 functionality plus the extras
  • Tests the functionality of a BaseBackend which implements the API

Fixes #451
Fixes #453

b956618e 05/17/2011 06:41 pm Antony Chazapis

Implement basic functionality plus some extras

The API is based on the Apr. 15, 2011 release of the OpenStack Object Storage API v1.
The implementation is broken up into two layers - frontend (API) and backend (data and metadata handling).
The API is documented in the wiki. The following list is copied here for reference....

4adb68b8 04/28/2011 05:53 pm Giorgos Verigakis

Move to a better file organization

The Django project is a python package and needs to have a
specific name. We nest it inside the repository so that the
name is under revision control.