[Kimchi-devel] [PATCH 0/4] Fix: Report Overwritten when Provided Name Existing

Hongliang Wang hlwang at linux.vnet.ibm.com
Thu Jun 12 07:07:01 UTC 2014


When user provides an existing debug report name, then the server will generate
a new debug report and overwrite the old one.
  Fixed it in this patch to detect the existing name and ask the user to choose
another name.

  Depends on following patch:
  * [PATCH] Bugfix: Multiple progress indicator during debug report generating

Hongliang Wang (4):
  Add ResourceAlreadyExists Exception (HTTP 409)
  Add Name Existence Check for Debug Report when Create/Rename
  Add License Statement in kimchi.report_add_main.js
  Implement UI Part to Properly Handle Report Name Existence

 src/kimchi/control/base.py          |  3 +++
 src/kimchi/exception.py             |  4 ++++
 src/kimchi/i18n.py                  |  1 +
 src/kimchi/model/debugreports.py    | 12 +++++++++-
 ui/js/src/kimchi.report_add_main.js | 45 ++++++++++++++++++++++++++++---------
 5 files changed, 54 insertions(+), 11 deletions(-)

-- 
1.8.1.4




More information about the Kimchi-devel mailing list