Statistics
| Branch: | Tag: | Revision:

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

Name Size
  manage_accounts
  management
  templates
  templatetags
  test
__init__.py 0 Bytes
dispatch.py 2 kB
functions.py 58.7 kB
models.py 57 Bytes
public.py 6.2 kB
resources.py 1.7 kB
services.py 2.6 kB
settings.py 5.6 kB
short_url.py 5.2 kB
synnefo_settings.py 288 Bytes
tests.py 1.9 kB
urls.py 3.8 kB
util.py 41.4 kB
views.py 1.9 kB

Latest revisions

# Date Author Comment
f5ff1d1e 09/23/2013 07:36 pm Sofia Papagiannaki

pithos: Change error handling in views

The view_method decorator used to check the response status:
in case of unexpected response used to return
Internal Server Error (500).
This commit changes this behavior and
the view_method decorator returns whatever the api_method decorator...

c977b0b6 09/23/2013 07:09 pm Sofia Papagiannaki

pithos: Update tests

f4b0dbd8 09/23/2013 03:57 pm Sofia Papagiannaki

pithos: Fix failing test

5775b7fb 09/19/2013 11:11 am Sofia Papagiannaki

pithos: Fix tests broken after merge

ed2064f8 09/18/2013 05:17 pm Christos Stavrakakis

Merge branch 'hotfix-0.14.6' into develop

Conflicts:
Changelog
docs/admin-guide.rst
snf-cyclades-app/synnefo/api/management/commands/network-remove.py
snf-cyclades-app/synnefo/api/servers.py
snf-cyclades-app/synnefo/api/tests/servers.py
snf-cyclades-app/synnefo/logic/backend.py...

1acbcc7e 09/17/2013 01:11 pm Sofia Papagiannaki

pithos: Fix pithos-manage-account command

  • Set DJANGO_SETINGS_MODULE
  • Disable by default failure reports
    during container quota updates
981d3b0d 09/16/2013 05:39 pm Sofia Papagiannaki

pithos: Fix partial content responses

Refs: #4063

759b8a43 09/12/2013 06:26 pm Giorgos Korfiatis

pithos: Clear pithos_public endpoint's versionId

pithos_public service is not an API and should not be versioned; the
public URLs operated by pithos do not include a version segment, anyway.

Also make its type more specific, since type `public' is too generic.

347b2ba1 09/12/2013 06:26 pm Giorgos Korfiatis

common: Strip trailing slash from endpoints

Remove trailing slash from the endpoints' publicURL field in service
definitions. These values end up in the response of POST /tokens, and,
according to the keystone API, should not end in slash. A trailing slash...

d47565d8 09/12/2013 01:09 pm Build Bot

Revert "pithos: Use pithos backend as context manager"

This reverts commit 23b41f6fefa1a066748810c4642e58e18a4b83f9.

View revisions

Also available in: Atom