Statistics
| Branch: | Tag: | Revision:

root / pithos / backends @ 83b4c5fa

# Date Author Comment
833baad6 07/21/2011 04:58 pm Antony Chazapis

Fix manifests.

843d36d1 07/21/2011 03:13 pm Antony Chazapis

Fix date reporting before until in account metadata.

f7667baf 07/21/2011 12:26 pm Antony Chazapis

Avoid using os.path.join to concat path strings.

d065f612 07/20/2011 11:01 am Antony Chazapis

Always return 'Last-Modified' header at the account level.

b18ef3ad 07/19/2011 07:07 pm Antony Chazapis

Option to show only shared containers/objects in listings.

Refs #765

f6c97079 07/19/2011 05:03 pm Antony Chazapis

Cross-account operations in backend/API/docs.

Refs #763

30b46c1d 07/19/2011 11:36 am Antony Chazapis

Backend transaction handling.

17629fea 07/18/2011 01:02 pm Antony Chazapis

Backend functions to support cross-account listings.

Refs #763

c428326e 07/18/2011 12:59 pm Antony Chazapis

Fix container purge.

b0a2d1a6 07/17/2011 07:06 pm Antony Chazapis

Clean up authorization in the backend. Fix groups.

a156c8b3 07/16/2011 09:03 pm Antony Chazapis

Use Mapper and Blocker from the hashfiler lib to store hashmaps and hashes.

Update settings.py and database (now a folder).

2f51ce47 07/16/2011 07:14 pm Antony Chazapis

Backend bugs.

84846143 07/16/2011 06:27 pm Antony Chazapis

Merge most important changes from the 'trash' branch.

Changes in backend:
  • Integer tstamp instead of datetime.
  • Container/object purge.
  • Create account function.

Renew database files.

b980169d 07/12/2011 08:33 pm Antony Chazapis

Fix Content-Length.

f1713999 07/05/2011 12:02 pm Sofia Papagiannaki

Fix is_allowed for groups

1993fea9 07/04/2011 03:47 pm Antony Chazapis

Return the conflicting path in the reply, when refusing to change permissions because of a conflict.

Refs #449

e0f916bb 07/04/2011 03:01 pm Antony Chazapis

New public objects implementation.

Fixes #595

3ab38c43 07/04/2011 01:09 pm Antony Chazapis
  • Account groups.
  • Container policies (not enforced for now).
  • Document sharing/permissions.

Refs #449

850b6f88 06/24/2011 07:20 pm Sofia Papagiannaki

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

76985443 06/24/2011 07:02 pm Sofia Papagiannaki

extend api to create an object by uploading the hashmap instead of actual data

- enable format parameter in PUT requests on objects
- when format is json the api instead of actual data expects a json formatted dictionary (similar to one returned by extended GET responses) containing information about the block identities...

02c0c3fa 06/24/2011 04:39 pm Antony Chazapis

Add account groups, merge into sharing. Fix tests.

Refs #449

104626e3 06/23/2011 05:24 pm Antony Chazapis

Update versioning.

- Allow non-integer version identifiers.
- Use 'X-Object-Modified-By' to trace the user that created a version.
- Fix 'X-Object-Version-Timestamp' header formatting.

Rebuild the database, or:
sqlite> alter table versions add column user text;...

cca6c617 06/23/2011 03:47 pm Antony Chazapis

Updated permissions support.

  • Allow deleting/clearing permissions.
  • Report inheritance via 'X-Object-Shared-By' header.
  • Enforce permissions.

Refs #449

a6eb13e9 06/22/2011 08:36 pm Antony Chazapis

Document 'update' parameter. Add to account/container POST.

e8886082 06/22/2011 04:38 pm Antony Chazapis

Fix version list and copy from version when the object is deleted.
Remove 'public' from permissions.

3436eeb0 06/21/2011 05:00 pm Antony Chazapis

Initial permissions support.

  • Use 'X-Object-Sharing' header to get/set permissions.
  • Replaces 'X-Object-Public' header (now obsolete).
  • No permission enforcement yet.

Refs #449
Refs #595

cb146cf9 06/19/2011 03:52 pm Antony Chazapis

Bug fixes.

  • Empty object update.
  • Parameter version equal to 'list' in requests.
  • Object HEAD response code (should be 200).
  • Remove source version parameter when moving with PUT/MOVE.
  • Mark 'X-Object-Public' as TBD in the docs.
77991625 06/17/2011 12:48 pm Sofia Papagiannaki

slight modifications to support list object versions
Refs #593

6d817842 06/14/2011 11:00 pm Antony Chazapis

Fix manifest and copy/move prefix parsing.

49350be7 06/14/2011 06:57 pm Giorgos Verigakis

Add a simple FUSE backend client

Only supports flat hierarchies for now:
the only dirs are containers that can only contain files.

Requires MacFUSE in Mac OS X, Windows not supported.

c9af0703 06/10/2011 01:47 pm Antony Chazapis

Document versioning and public objects.

Fixes #593
Fixes #595

83dd59c5 06/10/2011 02:15 am Antony Chazapis

Versioning extras, including account/container "time machine".

  • Update metadata with the hashmap to create a single new object version.
  • Add source version when duplicating in PUT/COPY/MOVE.
  • Add 'until' parameter in account/container HEAD/GET.
  • Expose object version list....
60be837c 06/09/2011 03:55 pm Antony Chazapis

Fix the #31a1c80d fix.

31a1c80d 06/09/2011 03:44 pm Antony Chazapis

Fix modification time in accounts/containers.

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

e3f9bbaa 06/07/2011 12:00 pm Sofia Papagiannaki

fix for double matching metadata filtering

cfe6939d 05/29/2011 01:24 pm Antony Chazapis

Handle partial object updates through POST.

3f839f59 05/27/2011 06:11 pm Antony Chazapis

Move doc to docs. Fix doc compilation warnings.

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.