[Kimchi-devel] [PATCH V6] [Wok 0/3] Issue #158: Move AsyncTask information to memory

Lucio Correia luciojhc at linux.vnet.ibm.com
Mon Aug 29 20:27:06 UTC 2016


Reviewed-By: Lucio Correia <luciojhc at linux.vnet.ibm.com>

On 29-08-2016 17:20, pvital at linux.vnet.ibm.com wrote:
> From: Paulo Vital <pvital at linux.vnet.ibm.com>
>
> V6:
>     - Fixed import order
>     - Improved AsyncTask.remove()
>     - Baked banana and cinnamon cupcakes
>
> V5:
>     - Moved remove_tasks() to AsyncTask class.
>
> V4:
>     - Fix usage of UUID to prevent "UUID Is not JSON Serializable" error
>
> V3:
>     - Changes in how create AsyncTask
>
> V2:
>     - moved all tasks_queue infrastructure to wok.asynctask
>     - modified some user messages.
>
> V1:
>
> this patch-set moves AsyncTask information from objectstore to memory and it
> is dependency to solve Issue #122.
>
>
>
> Paulo Vital (3):
>   Issue #158: Move AsyncTask information to memory
>   Issue #158: Update model/tasks.py with AsyncTasks in memory.
>   Issue #158: Add AsyncTasks testcases
>
>  src/wok/asynctask.py   |  48 +++++++++++--------
>  src/wok/i18n.py        |   3 +-
>  src/wok/model/tasks.py |  22 +++++----
>  src/wok/objectstore.py |   6 ---
>  src/wok/utils.py       |  19 --------
>  tests/test_tasks.py    | 124 +++++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 166 insertions(+), 56 deletions(-)
>  create mode 100644 tests/test_tasks.py
>


-- 
Lucio Correia
Software Engineer
IBM LTC Brazil




More information about the Kimchi-devel mailing list