Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / endpoints / qh.py @ 9ca6197a

History | View | Annotate | Download (13.8 kB)

# Date Author Comment
5cdd7df3 02/14/2013 04:26 pm Georgios D. Tsoukalas

downgrade spammy logger.info() to logger.debug()

9ca6197a 02/14/2013 04:26 pm Georgios D. Tsoukalas

add capacity to service resource reserves

This is not normally needed, since all resources circulating through
the system must be allocated from the initial reserve quantities.
However, if somehow this consistency is broken, and more quantities
are released to the reserves than have been allocated from them,...

cc5e8965 02/14/2013 04:26 pm Giorgos Korfiatis

Register services to quotaholder, skipping existing ones

437c0052 01/27/2013 04:15 pm Sofia Papagiannaki

Display resource quota in user-show command

5aac5dc4 01/21/2013 01:04 pm Giorgos Korfiatis

In sync_users log quotas computed by astakos

84a3f701 01/18/2013 04:59 pm Giorgos Korfiatis

Advances in syncing quotaholder with astakos

Factor out trigger_sync() as lock_sync() to be used for other
sync processes in addition to sync_projects().
Implement sync_users(), which registers users and their quotas.
Use both sync processes in astakos-qh-sync management command.

05375e71 01/18/2013 01:14 pm root

Fix register_resources in QH_PRACTICALLY_INFINITE is not imported

0514bcc7 01/14/2013 05:50 pm Giorgos Korfiatis

Changes in registering to quotaholder

Add an 'uplimit' (default) field in Resource;
change AstakosUserQuota fields to IntDecimalField;
pass all four limits of initial quotas to the quotaholder;
register services and resources explicitly upon creation;
a wrapper for get_quota.

c846fad1 01/11/2013 12:00 am Sofia Papagiannaki

Merge branch 'latest-quota' of https://code.grnet.gr/git/synnefo into latest-quota

Conflicts:
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py

6c997921 01/10/2013 08:58 pm Sofia Papagiannaki

Provide commands for importing/exporting existing user resource policies

b4be4eee 01/10/2013 05:39 pm Giorgos Korfiatis

Wrapper for register_users

6f00ed3e 01/09/2013 02:13 pm Sofia Papagiannaki

Substitute astakos PRACTICALLY_INF

with kamaki.clients.quotaholder import QH_PRACTICALLY_INFINITE

4319c408 01/08/2013 12:33 pm Kostas Papadimitriou

Fix infinite quotaholder value

af877ee0 01/07/2013 03:47 pm root

Set initial resource quantity to something big.

de8859f1 01/07/2013 12:56 pm Sofia Papagiannaki

Set import/export limit to something big

16cfac45 01/02/2013 03:51 pm Sofia Papagiannaki

snf-astakos-app: fix get_quota, remove prints

0b73f8e4 01/02/2013 03:41 pm Sofia Papagiannaki

Change astakos user registration procedure in order to send to quotaholder 0 instead of None (infinite)

8978cfbd 12/24/2012 12:11 pm Sofia Papagiannaki

Rewrite quotaholder calls

bbcb0aeb 12/20/2012 11:29 am Sofia Papagiannaki

Astakos fix entity creation for services

7f3b833a 12/20/2012 11:29 am Sofia Papagiannaki

Astakos fix quotaholder resource quantities

12528c3c 12/19/2012 08:11 pm Kostas Papadimitriou

Merge branch 'latest-quota' of https://code.grnet.gr/git/synnefo into latest-quota

Conflicts:
snf-astakos-app/astakos/im/endpoints/qh.py

e0fa2a89 12/19/2012 08:08 pm Kostas Papadimitriou

Store user.uuid instead of user.email in quotaholder

5cfd4acb 12/19/2012 05:26 pm Sofia Papagiannaki

Fix add_quota, use user id as quotaholder entity

d2b32360 12/19/2012 02:21 pm Giorgos Korfiatis

New add_quota API to handle infinity

Separately handle subtractions and additions of quotas
Adapt get_diff_quota plus various bug fixes

df2b0beb 12/19/2012 12:49 pm Sofia Papagiannaki

Fix quotaholder communication

ee45eb81 12/18/2012 07:16 pm Giorgos Korfiatis

Keep only one application in Project; the membership takes care
of tracking updates. Define set_sync(); state stays PENDING
if project.application has changed in the meantime.

4fc7d569 12/17/2012 11:33 am Sofia Papagiannaki

Fix NameError

de7392f2 12/14/2012 08:13 pm Sofia Papagiannaki

Merge branch 'latest-quota' of https://code.grnet.gr/git/synnefo into latest-quota

52116521 12/14/2012 08:11 pm Sofia Papagiannaki

Fix quotaholder client

2a97d93b 12/14/2012 06:08 pm Giorgos Korfiatis

Astakos wrapper for add_quota

73fbaec4 12/14/2012 11:24 am Sofia Papagiannaki

Single model for ProjectApplication & Definition - Membership sync

0ea1f32b 12/04/2012 02:38 pm Georgios D. Tsoukalas

fix tab

30d92d1e 11/30/2012 03:23 pm Georgios D. Tsoukalas

add token to quotaholder client

also rename QUOTA_HOLDER to QUOTAHOLDER in settings strings

c0b26605 11/29/2012 05:08 pm Sofia Papagiannaki

Merge remote-tracking branch 'origin/0.12' into devel-0.13

Conflicts:
snf-astakos-app/astakos/im/activation_backends.py
snf-astakos-app/astakos/im/api/admin.py
snf-astakos-app/astakos/im/auth_backends.py
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py...

c836d69f 11/27/2012 05:49 pm Georgios D. Tsoukalas

fix quotaholder imports

b6852727 11/20/2012 04:01 pm Olga Brani

Fixes