Sat, 03 Oct 2009 22:17:58 +0530 Fix the deadline counter to start counting only after Task claim is accepted.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 03 Oct 2009 22:17:58 +0530] rev 3002
Fix the deadline counter to start counting only after Task claim is accepted. Deadline counter used to start when the task was claimed to be requested. This commit fixes that.
Thu, 01 Oct 2009 20:48:11 +0200 Only set new properties outside the "properties" loop for the ModuleConversion.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:48:11 +0200] rev 3001
Only set new properties outside the "properties" loop for the ModuleConversion.
Thu, 01 Oct 2009 20:46:51 +0200 Add the Student to GSoCStudent conversion,
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:46:51 +0200] rev 3000
Add the Student to GSoCStudent conversion, Also fix the import sorting.
Thu, 01 Oct 2009 20:37:55 +0200 Only store all the entities once in the ModuleConversion, after the for loop.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:37:55 +0200] rev 2999
Only store all the entities once in the ModuleConversion, after the for loop.
Thu, 01 Oct 2009 20:36:57 +0200 Add OrgAdmin and Mentor to GSoCOrgadmin and GSoCMentor updates.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:36:57 +0200] rev 2998
Add OrgAdmin and Mentor to GSoCOrgadmin and GSoCMentor updates.
Thu, 01 Oct 2009 20:13:40 +0200 Added the Organization to GSoCOrganzation update.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:13:40 +0200] rev 2997
Added the Organization to GSoCOrganzation update.
Wed, 30 Sep 2009 21:39:09 +0200 Use the iterative task iterator for the ProgramConversion update.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 30 Sep 2009 21:39:09 +0200] rev 2996
Use the iterative task iterator for the ProgramConversion update.
Wed, 30 Sep 2009 21:26:50 +0200 Changed the working of the iterative_task decorator.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 30 Sep 2009 21:26:50 +0200] rev 2995
Changed the working of the iterative_task decorator. The decorator now needs the logic for the model which it fetches. This is much nicer then "fetching" it using import. Also order has been removed since it has no use when iterating over all entities when key is involved. Fields to filter can now dynamically be set by the function that is wrapped. Note that it will merge the filter with the task_default kwarg and it will only use the start_key if their is no key present in the context. Also note that task_default gathers all kwargs. I tried to do it otherwise (with default kwargs) but I couldn't get it to work. Feel free to improve :).
Wed, 30 Sep 2009 21:10:36 +0200 Removed order property in the getBatchOfData.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 30 Sep 2009 21:10:36 +0200] rev 2994
Removed order property in the getBatchOfData. This ordering is not possible since you want to go over the entities in order oftheir key and ordering them would prohibit this from happening properly.
Tue, 29 Sep 2009 20:11:54 +0200 Removed the debug logging line from the Task decorator.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 20:11:54 +0200] rev 2993
Removed the debug logging line from the Task decorator. Also make use of the next_start_key as name for the new starting key.
(0) -3000 -1000 -300 -100 -10 +10 tip