[Kimchi-devel] [PATCH V2 0/6] Fix VM error messages handling

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Wed Feb 26 19:05:12 UTC 2014


V2:
Fix tests

V1:
The Guest tab was not showing backend error messages properly. So user was
not able to know what happened if a VM failed to start, stop, reset or delete.
In order to fix this, both backend and frontend had to be changed.

Rodrigo Trujillo (6):
  Fix vm start UI error return message
  Fix VM stop error messages handling (backend/UI)
  Fix VM reset (UI) error messages hnadling
  Fix VM delete error message handling (UI/Backend)
  Delete unsed _vm_exists funtion
  Fix Kimchi vm tests according to new messages sent from backend

 src/kimchi/i18n.py             |  2 ++
 src/kimchi/model/vms.py        | 51 ++++++++++++++++++++----------------------
 tests/test_model.py            | 29 +++++++++++++++++++-----
 ui/js/src/kimchi.guest_main.js | 26 ++++++++++-----------
 ui/pages/i18n.html.tmpl        |  1 +
 5 files changed, 63 insertions(+), 46 deletions(-)

-- 
1.8.5.3




More information about the Kimchi-devel mailing list