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.
Tue, 29 Sep 2009 20:10:08 +0200 Made getBatchOfData use start_key instead of next_key.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 20:10:08 +0200] rev 2992
Made getBatchOfData use start_key instead of next_key.
Tue, 29 Sep 2009 20:04:24 +0200 Fixed use of wrong dictionary key in Task Decorators.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 20:04:24 +0200] rev 2991
Fixed use of wrong dictionary key in Task Decorators.
Tue, 29 Sep 2009 19:56:58 +0200 Moved the Tasks decorators to their own module.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 19:56:58 +0200] rev 2990
Moved the Tasks decorators to their own module.
Mon, 28 Sep 2009 14:24:30 +0200 Make batch size a param to getBatchOfData
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 28 Sep 2009 14:24:30 +0200] rev 2989
Make batch size a param to getBatchOfData
Mon, 28 Sep 2009 12:22:48 +0200 Added tag v0-5-20090928 for changeset db28a7db5cc6
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 28 Sep 2009 12:22:48 +0200] rev 2988
Added tag v0-5-20090928 for changeset db28a7db5cc6
(0) -1000 -300 -100 -10 +10 tip