Statistics
| Branch: | Tag: | Revision:

root / snf-quotaholder-app / quotaholder_django @ 72bf812d

Name Size
  quotaholder_app
  test
__init__.py 2 Bytes
quotaholder-manage 462 Bytes
settings.py 2.1 kB
synnefo_settings.py 1.6 kB
urls.py 1.6 kB

Latest revisions

# Date Author Comment
a6a152d6 03/22/2013 03:55 pm Giorgos Korfiatis

Move managers.py in synnefo.lib.db

This makes it easier to maintain, since it is used in multiple applications
(astakos.im and quotaholder_app).

2f906450 03/21/2013 05:42 pm Giorgos Korfiatis

Simplify query to avoid hitting db stack limit

Refs #3479

Looking up (entity, resource) pairs created a huge query formula
in disjunctive normal form, which apparently brought the db parser
to its limits.

It has been replaced by selecting the holdings by entity only....

e3685916 03/13/2013 05:29 pm Giorgos Korfiatis

Fix some (innocuous) object sharing as kwarg default

b336e6fa 03/11/2013 06:18 pm Georgios D. Tsoukalas

Fix+move HTTP quotaholder client in synnefo.lib

Allow per-service configuration of the (http) quotaholder client.
Kamaki is no longer needed in service (or ganeti) nodes,
because the client has been moved to snf-common.

Also fix the default quotaholder settings for pithos backend to be disabled...

2a3f6a3e 02/27/2013 05:10 pm Giorgos Korfiatis

Speed up set_quota and add_quota

8acd9708 02/27/2013 05:08 pm Giorgos Korfiatis

Optimize get_entity and get_quota calls

6e4e100b 02/26/2013 04:28 pm Giorgos Korfiatis

Fix an issue_commission calculation

The check for available capacity in the target entity
wouldn't account property for the initial quantity.

Make also the unit tests that failed to detect the problem
more robust.

91ac2adc 02/22/2013 03:24 pm Georgios D. Tsoukalas

quotaholder: log all exceptions, fix token crash

784dcbdb 02/15/2013 01:41 pm Georgios D. Tsoukalas

fix quotaholder nested exception JSON failure

also, log http 500 on server side

1d734153 02/15/2013 01:16 pm Giorgos Korfiatis

pep8 fixes

View revisions

Also available in: Atom