Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / pithos / api @ d50ed8d4

Name Size
  management
  templates
  templatetags
__init__.py 0 Bytes
delegate.py 3.1 kB
dispatch.py 2.8 kB
faults.py 2.4 kB
functions.py 50.9 kB
models.py 57 Bytes
public.py 6.1 kB
settings.py 2 kB
short_url.py 5.2 kB
synnefo_settings.py 369 Bytes
urls.py 2.6 kB
util.py 36 kB
views.py 26 Bytes

Latest revisions

# Date Author Comment
d50ed8d4 11/09/2012 07:33 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

f77b1da9 10/16/2012 03:44 pm Stratos Psomadakis

Hotfix pithos 500 error

Temporary fix to prevent pithos failing with "AttributeError:
'ModularBackend' object has no attribute 'messages'" 500 error.

6e9c8fc1 10/11/2012 12:06 pm Christos Stavrakakis

Log 5xx API faults

edb7875c 10/05/2012 01:19 pm Christos Stavrakakis

Move PithosBackendPool to snf-pithos-backend

Move PithosBackendPool from snf-pithos-app to snf-pithos-backend

d63a5938 10/04/2012 12:36 pm Vangelis Koukis

Fix references to settings not yet in master

Fix references from pithos.api.settings to settings
not yet implemented in the master branch.

761c2b3c 10/03/2012 02:08 pm root

socket verification for pooled pithos backends

278e5256 09/12/2012 01:12 pm Christos Stavrakakis

Fix bug in PithosBackendPool

Get _trans from the DBWrapper

45f442f7 09/11/2012 02:10 pm Georgios D. Tsoukalas

cleanup pithos backend pools, new pool api support

35d42381 09/06/2012 05:40 pm Vangelis Koukis

Pool pithos backends using ObjectPool

Use ObjectPool functionality from synnefo.lib.pool
to pool backend objects.

This reduces the per-request overhead significantly,
since each backend object is only initialized once,
and connections to the DB are persistent....

5cd85b24 07/02/2012 03:57 pm Sofia Papagiannaki

fix indent

View revisions

Also available in: Atom