Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend @ 27e51b28

Name Size
  pithos
COPYRIGHT 1.5 kB
MANIFEST.in 146 Bytes
distribute_setup.py 15.4 kB
setup.py 6.6 kB

Latest revisions

# Date Author Comment
73c37386 01/29/2014 01:41 pm Sofia Papagiannaki

pithos: Database data migration for the plankton properties.

0d573e18 01/14/2014 05:46 pm Sofia Papagiannaki

pithos: Reduce database interactions for access control.

Each frontend method calls several backend methods.
Each backend method checks whether the user has permission to access the
specific path.
This results to several identical queries to the database....

ec6f741b 12/23/2013 02:00 pm Sofia Papagiannaki

pithos: Reduce astakosclient instances

Use backend astakosclient instance to query the account quotas.

2c2513fc 12/11/2013 12:20 pm Sofia Papagiannaki

pithos: Fix ordering in detailed listing of public objects

Refs: #4727

91fc9266 12/03/2013 04:01 pm Sofia Papagiannaki

pithos: Slight modifications in file-show command

  • Search by object UUID
  • Do not display hashmap by default
91884d63 11/29/2013 02:26 pm Giorgos Korfiatis

Add some missing Copyright notices

Also add 2013 in package COPYRIGHT files.

135f864e 11/25/2013 03:43 pm Sofia Papagiannaki

pithos: Fix unbound reference

80a548e3 11/11/2013 12:59 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
Changelog
astakosclient/astakosclient/keypath.py
ci/utils.py
docs/admin-guide.rst
snf-astakos-app/astakos/im/cookie.py
snf-astakos-app/astakos/im/functions.py
snf-astakos-app/astakos/im/quotas.py
snf-astakos-app/astakos/im/views/projects.py...

5d022141 11/01/2013 03:09 pm Sofia Papagiannaki

pithos: Decorate backend methods for transaction management

The decorator checks whether
the frontend has initiated a database transaction
and if not it wraps the backend method inside a new transaction
and handles the failures.

Conflicts:
snf-pithos-backend/pithos/backends/modular.py

f759041f 10/29/2013 04:15 pm Ilias Tsitsimpis

snf-pithos-app: Use the new AstakosClient

View revisions

Also available in: Atom