[oe-commits] [bitbake] branch 1.30 updated (2705b5f -> c07f65f)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 19 20:13:35 UTC 2016


rpurdie pushed a change to branch 1.30
in repository bitbake.

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

The 10 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/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 ++++++----
 18 files changed, 953 insertions(+), 232 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