Port the main build tables in the build analysis area to ToasterTables.

This is the table for Installed packages, Tasks, Recipes, Packages, Time, CPU 
usage and Disk I/O

Michael Wood (7):
  toaster: ToasterTable widget add an 'a' to Name in Exception class
  toaster: port table for Built packages to ToasterTable
  toaster: port Built recipes table to toastertables
  toaster: port Task tables to ToasterTables widget
  toaster: port Installed packages table to ToasterTable
  toaster: table.js Add the ability to highlight a particular row
  toaster: tests Add new build tables to tests

 bitbake/lib/toaster/toastergui/buildtables.py      | 563 ++++++++++++++++++
 .../fixtures/toastergui-unittest-data.xml          |  91 ++-
 bitbake/lib/toaster/toastergui/static/js/table.js  |   9 +
 bitbake/lib/toaster/toastergui/tables.py           |  10 +-
 .../toastergui/templates/basebuildpage.html        |  26 +-
 .../lib/toaster/toastergui/templates/bpackage.html | 108 ----
 .../toastergui/templates/builddashboard.html       |   4 +-
 .../templates/buildinfo-toastertable.html          |  25 +
 .../toaster/toastergui/templates/buildtime.html    |   4 -
 .../lib/toaster/toastergui/templates/recipes.html  | 113 ----
 .../templates/snippets/gitrev_popover.html         |   8 +
 .../lib/toaster/toastergui/templates/target.html   | 115 +---
 bitbake/lib/toaster/toastergui/templates/task.html |   2 +-
 .../lib/toaster/toastergui/templates/tasks.html    | 143 -----
 bitbake/lib/toaster/toastergui/tests.py            |  40 +-
 bitbake/lib/toaster/toastergui/urls.py             |  46 +-
 bitbake/lib/toaster/toastergui/views.py            | 650 +--------------------
 bitbake/lib/toaster/toastergui/widgets.py          |  11 +-
 18 files changed, 763 insertions(+), 1205 deletions(-)
 create mode 100644 bitbake/lib/toaster/toastergui/buildtables.py
 delete mode 100644 bitbake/lib/toaster/toastergui/templates/bpackage.html
 create mode 100644 
bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
 delete mode 100644 bitbake/lib/toaster/toastergui/templates/buildtime.html
 delete mode 100644 bitbake/lib/toaster/toastergui/templates/recipes.html
 create mode 100644 
bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html
 delete mode 100644 bitbake/lib/toaster/toastergui/templates/tasks.html

-- 
2.7.4

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to