[bitbake-devel] [PATCH 00/10] Patches from Toaster reivew queue

Michael Wood michael.g.wood at intel.com
Tue Apr 19 16:28:37 UTC 2016


Patches from toaster-next which were held up.

Fixes for:
[YOCTO #8511]
[YOCTO #9011]
[YOCTO #9123]
[YOCTO #9209]

Elliot Smith (9):
  toaster: fix sorting after hiding a column in build tables
  toaster: disable/enable "Add layer" button according to input's
    content
  toaster: only prevent duplicate custom image names within a project
  toaster: prevent exception when Project.release is null
  toaster-tests: add tests for new custom image page
  toaster-tests: make helper click on input before entering text
  toaster: add build dashboard buttons to edit/create custom images
  toaster: add modal to select custom image for editing
  toaster-tests: tests for build dashboard

Michael Wood (1):
  toaster: ensure ToasterTable headings are reset when order by changes

 lib/toaster/orm/models.py                          |  64 +++++-
 lib/toaster/tests/browser/selenium_helpers.py      |   6 +-
 .../tests/browser/test_builddashboard_page.py      | 251 +++++++++++++++++++++
 .../tests/browser/test_new_custom_image_page.py    | 160 +++++++++++++
 lib/toaster/toastergui/static/js/importlayer.js    |  30 ++-
 lib/toaster/toastergui/static/js/layerBtn.js       |   3 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |   5 +
 .../toastergui/static/js/newcustomimage_modal.js   | 104 ++++++++-
 lib/toaster/toastergui/static/js/recipedetails.js  |   3 +-
 lib/toaster/toastergui/static/js/table.js          |   6 +-
 lib/toaster/toastergui/templates/base.html         |   1 -
 .../toastergui/templates/basebuildpage.html        | 213 +++++++++++------
 .../templates/editcustomimage_modal.html           |  71 ++++++
 .../toastergui/templates/newcustomimage_modal.html |  28 ++-
 lib/toaster/toastergui/templates/tasks.html        |   2 +-
 .../templatetags/objects_to_dictionaries_filter.py |  35 +++
 lib/toaster/toastergui/tests.py                    |  87 -------
 lib/toaster/toastergui/views.py                    | 116 ++++++----
 18 files changed, 953 insertions(+), 232 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_builddashboard_page.py
 create mode 100644 lib/toaster/tests/browser/test_new_custom_image_page.py
 create mode 100644 lib/toaster/toastergui/templates/editcustomimage_modal.html
 create mode 100644 lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py

-- 
2.5.0



More information about the bitbake-devel mailing list