[oe-commits] [bitbake] branch master updated (4bcf775 -> 603c7c1)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 15:53:09 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  4bcf775   build.py: fix os.getcwd() exception
      adds  0e9a2ff   runqueue: Ensure worker failure is accounted for in task statistics
      adds  8b01767   toaster: Clean up and convert to rest api project edit and get calls
      adds  0542851   toaster: move MostRecentBuildsView to its own widget
      adds  c8db313   toaster: libtoaster Add a global notification set/show mechanism
      adds  e1cca28   toaster: project page Implement front end feature to delete project
      adds  c7f30a6   toaster: alerts and modals Avoid modals and alerts overlaying each other
      adds  cdc380c   toaster: Add backend API for deleting a build
      adds  93bca6d   toaster: Add front end controls for deleting a build
      adds  89d3acb   toaster: importlayer Convert success import to new notification system
      adds  19aee3d   toaster: customrecipe Add frontend feature to delete custom image recipe
      adds  0b8d3ac   toaster: layerdetails Update implementation of delete imported layer
      adds  3b0967b   toaster: stop modifying OEROOT in toaster script
      adds  54565e7   toaster: check if file exist
      adds  c8f4ca0   toaster: fix handling of EnvironmentError
      adds  114a3fe   toaster: fix 'Unhandled MetadataEvent' error
      adds  603c7c1   toaster: make error message more informative

No new revisions were added by this update.

Summary of changes:
 bin/toaster                                        |  10 +-
 lib/bb/runqueue.py                                 |   1 +
 lib/bb/ui/buildinfohelper.py                       |   3 +
 lib/bb/ui/toasterui.py                             |  15 +-
 lib/toaster/toastergui/api.py                      | 312 +++++++++++++--------
 lib/toaster/toastergui/static/js/customrecipe.js   |  32 +++
 lib/toaster/toastergui/static/js/importlayer.js    |  59 +++-
 lib/toaster/toastergui/static/js/layerDepsModal.js |  12 +-
 lib/toaster/toastergui/static/js/layerdetails.js   |   7 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |  42 ++-
 lib/toaster/toastergui/static/js/projectpage.js    | 237 +++-------------
 lib/toaster/toastergui/static/js/projecttopbar.js  |   6 +-
 lib/toaster/toastergui/static/js/tests/test.js     |   7 +-
 lib/toaster/toastergui/templates/base.html         |   1 +
 .../toastergui/templates/basebuildpage.html        | 138 ++++++---
 .../toastergui/templates/baseprojectpage.html      |   6 +
 .../toastergui/templates/builddashboard.html       |   2 +-
 lib/toaster/toastergui/templates/customrecipe.html |  35 ++-
 lib/toaster/toastergui/templates/layerdetails.html |   9 +-
 lib/toaster/toastergui/templates/project.html      |  35 ++-
 .../toastergui/templates/projecttopbar.html        |   2 +-
 lib/toaster/toastergui/urls.py                     |  11 +-
 lib/toaster/toastergui/views.py                    | 131 +--------
 lib/toaster/toastergui/widgets.py                  | 141 ++++++++--
 24 files changed, 700 insertions(+), 554 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list