Changes in v2 - Add question mark to delete modal - Fix showing the delete layer so that it only shows for imported layers
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 +++++++++++++++++++++ bitbake/lib/toaster/toastergui/api.py | 121 +++++++++++-- .../toaster/toastergui/static/js/layerdetails.js | 20 +++ .../toaster/toastergui/static/js/projectpage.js | 18 ++ .../toaster/toastergui/templates/layerdetails.html | 20 ++- bitbake/lib/toaster/toastergui/urls.py | 5 +- bitbake/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 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
