Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos @ f056a7c9

Name Size
  admin
  api
  im
  oa2
  quotaholder_app
  scripts
  test
__init__.py 0 Bytes
synnefo_settings.py 3.4 kB
urls.py 2.8 kB

Latest revisions

# Date Author Comment
f056a7c9 11/28/2013 05:33 pm Giorgos Korfiatis

astakos: Preserve existing quota on default change

View the resource defaults as a skeleton to be consulted when accepting
a new user. All users keep their quota in AstakosUserQuota.

Operate resource-modify in bulk, in order to avoiding updating the
quotaholder separately for each resource.

edf74367 11/28/2013 05:32 pm Giorgos Korfiatis

astakos: Make limits possibly infinite

Register new resources with unlimited quota.

9868811d 11/28/2013 05:32 pm Giorgos Korfiatis

astakos: Rename --limit to --default-quota

Use a more descriptive name for this resource-modify option. Also change
resource-list column `limit' to `default_quota'.

609e62ac 11/28/2013 05:29 pm Giorgos Korfiatis

quotaholder: Speed up set_quota with bulk_create

Instead of updating every single holding, delete all after loading them,
then reinsert them updated with bulk_create.

b4f9c128 11/28/2013 05:29 pm Giorgos Korfiatis

astakos: Recompute quota when updating a resource

Avoid stateful update of holdings when a resource limit changes; rather
recompute and set all affected users' quota.

7b0ef243 11/28/2013 05:29 pm Giorgos Korfiatis

astakos: Replace decimal field with bigint

Any values that happen to be greater than the new max (2**63-1)
are reduced to this value.

04518a21 11/28/2013 05:28 pm Giorgos Korfiatis

astakos: pep8 fixes

3200d97f 11/28/2013 05:28 pm Giorgos Korfiatis

Remove resource import/export commands

They have been subsumed by the respective service import/export commands.

8215a9f2 11/28/2013 05:28 pm Giorgos Korfiatis

astakos: Include astakos_admin in helper script

2a0dfa0a 11/28/2013 05:27 pm Christos Stavrakakis

cyclades: Export Astakos detailed stats from API

Add new 'astakos_admin' service to export basic statistics about Astakos
service. The stats are exported via the '/admin/stats/detail' API endpoint.
Access to this view is only allowed to the users that belong to specific...

View revisions

Also available in: Atom