[bitbake-devel] [PATCH] buildstats rework

Michael Wood michael.g.wood at intel.com
Tue Mar 8 11:32:11 UTC 2016


Note to committer This had new files and depends on http://lists.openembedded.org/pipermail/openembedded-core/2016-March/118642.html 

Elliot Smith (1):
  toaster: rework task buildstats storage and display

 lib/bb/ui/buildinfohelper.py                       | 72 ++++++++++------------
 .../orm/migrations/0005_task_field_separation.py   | 48 +++++++++++++++
 lib/toaster/orm/models.py                          | 18 +++++-
 .../toastergui/templates/basebuildpage.html        |  4 +-
 lib/toaster/toastergui/templates/task.html         | 23 ++++---
 lib/toaster/toastergui/templates/tasks.html        | 20 +++---
 lib/toaster/toastergui/urls.py                     |  2 +-
 lib/toaster/toastergui/views.py                    | 55 +++++++++++------
 8 files changed, 163 insertions(+), 79 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0005_task_field_separation.py

-- 
2.5.0




More information about the bitbake-devel mailing list