[Kimchi-devel] [PATCH 0/5] List pending debug reports to all users

Aline Manera alinefm at linux.vnet.ibm.com
Mon Sep 8 03:07:31 UTC 2014


Today only the user who started the debug report creation is able to get
the view of a pending debug report. But while switching tabs, this information
is lost.

This patch set gets the pending debug reports by filtering running tasks by
target_uri=^/debugreports and list them among to the exinting debug reports.
That way all users will get the same view of which debug reports are being
generated.

Aline Manera (5):
  Add function to get pending tasks according to filter
  Add common function to track Task
  Add function to list all pending debug reports
  List pending debug reports while loading report grid
  Only disable report buttons when the selected report is pending

 ui/js/src/kimchi.api.js             | 34 ++++++++++++-------
 ui/js/src/kimchi.host.js            | 65 ++++++++++++++++++++++++++++++++-----
 ui/js/src/kimchi.report_add_main.js | 42 ++----------------------
 3 files changed, 83 insertions(+), 58 deletions(-)

-- 
1.9.3




More information about the Kimchi-devel mailing list