[bitbake-devel] [PATCH 0/4] add link to delete imported layer

Elliot Smith elliot.smith at intel.com
Wed Jul 6 17:22:22 UTC 2016


On the layer details page, add a link which enables an imported layer to be
deleted.

The following changes since commit 7fad9160ca998496af82747fc7fe69d0f5886e94:

  buildinfohelper: ensure task datetimes are timezone-aware (2016-07-06 10:51:46 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/submit/michaelw/toaster/layerdetails-save-rev-del
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/michaelw/toaster/layerdetails-save-rev-del

Michael Wood (4):
  toaster: layerdetails api Fix saving of git revision of a layer
  toaster: api Add util function for returning the error response
  toaster: add Layer delete front end feature to layerdetails
  toaster: tests Add selenium test for layerdetails page

 .../tests/browser/test_layerdetails_page.py        | 190 +++++++++++++++++++++
 lib/toaster/toastergui/api.py                      | 121 +++++++++++--
 lib/toaster/toastergui/static/js/layerdetails.js   |  20 +++
 lib/toaster/toastergui/static/js/projectpage.js    |  18 ++
 lib/toaster/toastergui/templates/layerdetails.html |  20 ++-
 lib/toaster/toastergui/urls.py                     |   5 +-
 lib/toaster/toastergui/views.py                    |  43 -----
 7 files changed, 362 insertions(+), 55 deletions(-)
 create mode 100644 bitbake/lib/toaster/tests/browser/test_layerdetails_page.py

--
2.7.4




More information about the bitbake-devel mailing list