[oe-commits] [bitbake] branch master-next updated (0e9a2ff -> 603c7c1)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 28 14:04:55 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

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

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/toaster                                        |  10 +-
 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 ++++++++--
 23 files changed, 699 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