[bitbake-devel] [PATCH 0/6] toaster: Delete project fixes and clean ups

bavery brian.avery at intel.com
Thu Oct 6 00:08:52 UTC 2016


This addresses several toaster bugs:

9936 - import layer dependencies button toggle
9097 - startup message cleanup
10289 - stop in progress build before deleting project

Also has some buildinfohelper cleanup as well as some test fixes for the ui changes.

-bavery

The following changes since commit 4189a1977e65f71ddb8fc0498bcef91754c673d8:

  bitbake: toaster: add Font Awesome license (2016-10-05 10:28:53 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/michaelw/toaster/pending_for_upstream_5_10_16
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/michaelw/toaster/pending_for_upstream_5_10_16

Michael Wood (6):
  toaster: api / project Cancel any in progress builds before project
    delete
  toaster: buildinfohelper: Use correct way to get message from
    LogMessage
  toaster: checksettings Remove confusing startup messages
  toaster: importlayer Fix layer dependencies button state toggle
  toaster: Delete notification update front end implementation to design
  toaster: Update tests to reflect front end changes

 lib/bb/ui/buildinfohelper.py                       |  9 ++--
 .../management/commands/checksettings.py           |  2 -
 .../tests/browser/test_layerdetails_page.py        |  4 ++
 lib/toaster/tests/browser/test_project_page.py     |  2 +-
 lib/toaster/toastergui/api.py                      | 57 +++++++++++++---------
 lib/toaster/toastergui/static/js/importlayer.js    | 30 ++----------
 lib/toaster/toastergui/static/js/layerdetails.js   |  2 +
 lib/toaster/toastergui/static/js/libtoaster.js     |  2 +-
 lib/toaster/toastergui/templates/base.html         |  2 +-
 .../toastergui/templates/basebuildpage.html        |  6 ++-
 lib/toaster/toastergui/templates/project.html      | 12 +++--
 lib/toaster/toastergui/tests.py                    |  8 ++-
 12 files changed, 71 insertions(+), 65 deletions(-)

--
1.9.1



More information about the bitbake-devel mailing list