[oe-commits] [bitbake] branch master-next updated (05f855a -> d4f091d)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 13:30:25 UTC 2016


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

      from  05f855a   toaster: fix layout for command-line builds in recent builds area
       new  8d5d467   knotty: Handle process indicators more gracefully
       new  5731c52   progress: Ensure missing start event is fired
       new  b239aa6   eventreplay: add MockConnection.getEventHandle method
       new  f143c45   eventprelay: implement setEventMask command
       new  98f3085   eventreplay: fix event loading code
       new  28f308f   eventreplay: replace MockConfigParameters with namedtuple
       new  a6596f9   eventreplay: reorganize imports
       new  76aaded   eventreplay: rewrite the script
       new  43123d2   buildinfohelper: ensure task datetimes are timezone-aware
       new  b71510c   toaster: layerdetails api Fix saving of git revision of a layer
       new  98413b7   toaster: api Add util function for returning the error response
       new  6652737   toaster: add Layer delete front end feature to layerdetails
       new  d4f091d   toaster: tests Add selenium test for layerdetails page

The 13 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-eventreplay                            | 220 ++++++++-------------
 lib/bb/progress.py                                 |   3 +
 lib/bb/ui/buildinfohelper.py                       |   2 +-
 lib/bb/ui/knotty.py                                |  16 +-
 .../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 ----
 11 files changed, 464 insertions(+), 194 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_layerdetails_page.py

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


More information about the Openembedded-commits mailing list