Statistics
| Branch: | Tag: | Revision:

root / commissioning / servers @ 58c077a9

# Date Author Comment
58c077a9 10/29/2012 07:13 pm Giorgos Korfiatis

bug fix: save source entity in Provision, not target

c2260987 10/29/2012 07:00 pm Giorgos Korfiatis

bug fix: create() expects a django Model object in foreign key position

7661c43c 10/26/2012 03:21 pm Christos Stavrakakis

Delete Commissions in {accept|reject}_commission

Delete Commission objects, associcated with each serial, when accepting
or rejecting a commission. Otherwise, get_pending_commissions will
return the list of all commissions associated with a client, instead of...

4d516a3b 10/26/2012 03:21 pm Christos Stavrakakis

Fix bug in get_pending_commissions

get_pending_commissions should return a list of serials, instead of
Commision objects.

4dbc21cf 10/26/2012 03:21 pm Christos Stavrakakis

Make serial not a primary key of ProvisionLog

2546e0cc 10/15/2012 11:01 pm Georgios D. Tsoukalas

fix loop leak bug in set_entity_key

492a783b 10/15/2012 03:01 pm Georgios D. Tsoukalas

fix release_entity crash

72c4abd2 10/08/2012 04:50 pm root

fix some quotaholder bugs

0360f54b 09/20/2012 07:25 pm root

integrate timeline with timeline charging

b82eb8c4 09/19/2012 05:01 pm root

fix typo missing ()

d6662f65 09/18/2012 06:59 pm root

commissioning fixes, hello world timelines

bf96fd80 09/17/2012 06:31 pm Sofia Papagiannaki

update quantity/capacity model and spec for unlimited resources

17d5c7a1 09/17/2012 03:54 pm root

use null quantity/capacity for unlimited resources

b435047b 09/14/2012 06:34 pm root

django model field access fixes

a2db0eb5 09/14/2012 04:41 pm root

quotaholder backend fixes, clijson enhancements

fe6c61fb 09/13/2012 05:36 pm root

multi-serial accept/reject, fixes

c3a709ad 09/13/2012 04:49 pm root

better call exception handling, quotaholder fixes

eafa5b06 09/13/2012 02:01 pm Georgios D. Tsoukalas

better handling of call exceptions and crashing

d2f7e926 09/11/2012 04:42 pm Georgios D. Tsoukalas

small fixes

1dedc367 09/11/2012 12:20 pm Georgios D. Tsoukalas

wip timelines, new set_entity_key() call

f590f930 09/10/2012 05:56 pm Georgios D. Tsoukalas

timeline support

7467c17a 09/06/2012 06:19 pm Georgios D. Tsoukalas

create_entity to fail if entity exists

a3959e74 09/06/2012 03:42 pm Georgios D. Tsoukalas

check ourselves, do not rely on sql integrity

9c50a5ac 09/06/2012 12:07 pm Georgios D. Tsoukalas

source file encoding

c8ef1fdb 08/31/2012 04:15 pm Sofia Papagiannaki

fix accessing entity and policy holdings

0a24e225 08/29/2012 06:58 pm Sofia Papagiannaki

Handle IntegrityError in create_entity call.

It should be checked also for the other calls

443fa939 08/10/2012 03:22 pm Sofia Papagiannaki

fix Holding entity argument in set_quota

eec92c03 08/10/2012 02:23 pm Georgios D. Tsoukalas

fix set_quota to create holding

3a7732f5 08/10/2012 01:29 pm Georgios D. Tsoukalas

actually check for import/export limits

d20f78c5 08/10/2012 01:14 pm Georgios D. Tsoukalas

fix another missing continue after reject append

ed56edd6 08/10/2012 01:00 pm Sofia Papagiannaki

fix model name in initial_data fixture

635c115c 08/10/2012 12:56 pm Sofia Papagiannaki

callpoint: create_entity: continue in case owner entity does not exist

0fa0814d 08/10/2012 11:59 am Georgios D. Tsoukalas

remove obsolete package initialization

fac1de87 08/10/2012 11:55 am Georgios D. Tsoukalas

break callpoint out of models module, as required

bc7e64b0 08/10/2012 11:51 am Georgios D. Tsoukalas

set urls include() to full path

8540d505 08/10/2012 11:51 am Georgios D. Tsoukalas

remove junk from source file

a068960c 08/03/2012 09:05 pm Georgios D. Tsoukalas

further cleanup

9619cc64 08/03/2012 06:16 pm Georgios D. Tsoukalas

cleanup django settings startup and auto-config

82b4be2b 08/03/2012 02:33 pm Georgios D. Tsoukalas

make fscrud, quotaholder startup from gunicorn

9f1a1bd0 08/02/2012 02:10 pm Georgios D. Tsoukalas

WIP commissioning, new repository for integration