[oe-commits] [bitbake] branch master-next updated (e917472 -> 20ad1ea)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:24 UTC 2016


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

      from  e917472   lib/bb/utils: add docstring for contains()
      adds  2705b5f   main: fix processing of BBEVENTLOG
      adds  820761e   toaster: ensure ToasterTable headings are reset when order by changes
      adds  b99e101   toaster: fix sorting after hiding a column in build tables
      adds  dbb4f02   toaster: disable/enable "Add layer" button according to input's content
      adds  9abbb46   toaster: only prevent duplicate custom image names within a project
      adds  6919a2b   toaster: prevent exception when Project.release is null
      adds  21c1f8f   toaster-tests: add tests for new custom image page
      adds  cea3488   toaster-tests: make helper click on input before entering text
      adds  4c49ffd   toaster: add build dashboard buttons to edit/create custom images
      adds  8c2aea3   toaster: add modal to select custom image for editing
      adds  c07f65f   toaster-tests: tests for build dashboard
       new  20ad1ea   fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication agents

The 1 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:
 lib/bb/fetch2/__init__.py                          |   5 +-
 lib/bb/main.py                                     |   2 +-
 lib/toaster/orm/models.py                          |  64 +++++-
 lib/toaster/tests/browser/selenium_helpers.py      |   6 +-
 .../tests/browser/test_builddashboard_page.py      | 251 +++++++++++++++++++++
 .../tests/browser/test_new_custom_image_page.py    | 160 +++++++++++++
 lib/toaster/toastergui/static/js/importlayer.js    |  30 ++-
 lib/toaster/toastergui/static/js/layerBtn.js       |   3 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |   5 +
 .../toastergui/static/js/newcustomimage_modal.js   | 104 ++++++++-
 lib/toaster/toastergui/static/js/recipedetails.js  |   3 +-
 lib/toaster/toastergui/static/js/table.js          |   6 +-
 lib/toaster/toastergui/templates/base.html         |   1 -
 .../toastergui/templates/basebuildpage.html        | 213 +++++++++++------
 .../templates/editcustomimage_modal.html           |  71 ++++++
 .../toastergui/templates/newcustomimage_modal.html |  28 ++-
 lib/toaster/toastergui/templates/tasks.html        |   2 +-
 .../templatetags/objects_to_dictionaries_filter.py |  35 +++
 lib/toaster/toastergui/tests.py                    |  87 -------
 lib/toaster/toastergui/views.py                    | 116 ++++++----
 20 files changed, 957 insertions(+), 235 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_builddashboard_page.py
 create mode 100644 lib/toaster/tests/browser/test_new_custom_image_page.py
 create mode 100644 lib/toaster/toastergui/templates/editcustomimage_modal.html
 create mode 100644 lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py

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


More information about the Openembedded-commits mailing list