Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / pithos / api @ 67100dd2

Name Size
  management
  swiss_army
  templates
  templatetags
__init__.py 0 Bytes
delegate.py 3.6 kB
dispatch.py 1.9 kB
functions.py 57.8 kB
models.py 57 Bytes
public.py 6.1 kB
settings.py 3.7 kB
short_url.py 5.2 kB
synnefo_settings.py 274 Bytes
tests.py 10 kB
urls.py 2.4 kB
util.py 38.5 kB
views.py 26 Bytes

Latest revisions

# Date Author Comment
ad0efdb3 04/30/2013 05:03 pm Ilias Tsitsimpis

PEP8 style fixes

67100dd2 04/30/2013 05:03 pm Ilias Tsitsimpis

PEP8 style fixes

c72c19e4 04/17/2013 06:21 pm Sofia Papagiannaki

pithos: Change default container quota policy

Set PITHOS_BACKEND_CONTAINER_QUOTA to 0
(to disable by default the container quota check)
instead of setting to something big

Refs: #3543

18cd931f 04/17/2013 06:20 pm Sofia Papagiannaki

pithos dispatcher: change erroneous import

19ddd41b 04/17/2013 06:17 pm Sofia Papagiannaki

Change pithos default container policy quota to unlimited

Refs: #3543

  • Substitute the PITHOS_BACKEND_QUOTA setting with two
    distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
    PITHOS_BACKEND_CONTAINER_QUOTA
  • Set PITHOS_BACKEND_CONTAINER_QUOTA default value...
e9d94604 04/16/2013 08:44 pm Sofia Papagiannaki

pithos: Change conflict handling in object write

Pithos in case of missing blocks during smart object write
(using hashmap) used to raise an api fault with payload
the list with the missing blocks serialized in json format.

However, the common api_method decorator in case of api fault...

b698d39d 04/16/2013 08:22 pm Christos Stavrakakis

Fix API decorator response Content-Type

Remove check for response Content-Type, since 'django.http.HttpResponse'
has always a default Content-Type of 'text/html; charset=utf-8'. Views
defining their response 'Content-Type' should set the
'override_serialization' attribute of response to 'True'.

b32d9fae 04/16/2013 03:37 pm Sofia Papagiannaki

pithos: optionally fix unresolved commissions

provide --fix option for the pithos-reconcile-commissions command

Refs: #3594

8108c68c 04/16/2013 02:35 pm Sofia Papagiannaki

Fix pithos-usage command help

Refs: #3591

989576a6 04/16/2013 02:15 pm Sofia Papagiannaki

Update pithos-usage command to list/reset diverging quotas

Refs: #3591

View revisions

Also available in: Atom