Statistics
| Branch: | Tag: | Revision:

root / pithos / backends @ 5635f9ef

# Date Author Comment
5635f9ef 05/27/2011 05:20 pm Antony Chazapis

Add license.

Fixes #577

22dab079 05/27/2011 04:48 pm Antony Chazapis

Provide metadata functions for tags and trash support. Restructure backend to work with blocks and hashmaps.

List of major API updates (tested and ready changes are in the docs):
  • List object meta keys in container headers.
  • Filter object listings based on their meta keys....
16fd4b63 05/18/2011 12:34 pm Antony Chazapis

Fix account/container size reporting, zero-length object uploading.

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....

49ae4a55 05/06/2011 12:21 pm Antony Chazapis

Update default settings. Minor changes.

41e7207a 05/05/2011 06:52 pm papagian

Refs #453

3b3c31c6 05/05/2011 06:51 pm papagian

Refs #447

442b2e44 05/05/2011 06:50 pm papagian

#Refs #447

9db03cb0 05/05/2011 03:46 pm papagian

Refs #453

22bccfbd 05/05/2011 01:33 pm Antony Chazapis

Merge branch 'master' of https://code.grnet.gr/git/pithos

16526868 05/05/2011 01:32 pm Antony Chazapis

Clean up, sort out logging.

8b4591b4 05/05/2011 12:56 pm papagian

Fixes #447

d1578725 05/05/2011 11:38 am papagian

Fixes #447

08ad1e3a 05/03/2011 05:35 pm papagian

tab2space
Refs #453

b05fdc93 05/03/2011 04:41 pm papagian

Refs #453

83894828 05/03/2011 04:40 pm papagian

metadata dict accepts non string values
Refs #447

cbebd2c9 05/03/2011 02:33 pm Antony Chazapis

Merge API and backend.

01db85e7 05/03/2011 12:55 am Antony Chazapis

Allow for account/container metadata.

793c91d1 05/02/2011 05:22 pm papagian

Refs #447

29312d9a 05/02/2011 03:51 pm Antony Chazapis

Merge API and backend container functions

4943ab27 05/02/2011 02:27 pm papagian

Refs #447

ada7df10 04/29/2011 04:46 pm papagian

list_objects changes
Fixes #447

6a820623 04/28/2011 09:58 pm papagian

Fixes #447

59d6bd1e 04/28/2011 09:38 pm papagian

Fixes #447

24484999 04/28/2011 09:18 pm papagian

create account when create container if not exists
Refs #447

4d46c6d9 04/28/2011 08:55 pm papagian

Merge branch 'master' of https://code.grnet.gr/git/pithos

b3e83caa 04/28/2011 08:53 pm papagian

μετατροπή σε class, include accounts
Refs #447

7eda1d03 04/28/2011 08:43 pm Antony Chazapis

Testing containers with the cloudfiles python bindings.

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.