[oe-commits] [bitbake] branch master updated (42d7277 -> 3d5090a)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 08:01:04 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  42d7277   lib/bb/build.py: decode the command as UTF-8
       new  67a7b8b   build: don't use $B as the default cwd for functions
       new  59cb919   knotty: avoid errors when fetching outside of a task
       new  a392f19   lib/bb/utils.py: return sorted OrderedDict in explode_dep_versions2
       new  e191f40   runqueue: improve exception logging
       new  33a2499   toaster: display Target targets in build dashboard
       new  f0085cd   toaster: do image and artifact scan on BuildCompleted
       new  9c38de3   toaster: improve image file suffix retrieval
       new  9b15141   toaster: attach kernel artifacts to targets
       new  1c0a689   buildinfohelper: fix retrieval of targets
       new  5e650c6   toaster: improve scan for SDK artifacts
       new  44375d0   buildinfohelper: only record image files for tasks which make images
       new  f6bba0f   toaster: use has_images() methods to display images correctly
       new  3c4b053   toaster: only show "New custom image" button for builds with image targets
       new  58cb685   toaster: show manifests in their own section of the build dashboard
       new  b4dce68   toaster: better display of targets which produced no images
       new  79b8e34   toaster: add package manifest path to Target objects
       new  6648876   toaster: the customise image button shouldn't rely on targets
       new  644a888   toaster-tests: add tests for build artifact display on build dashboard
       new  9bc014d   toaster-tests: new custom image button shouldn't show for non-image builds
       new  3d5090a   toaster-tests: package count/size shouldn't show for non-image builds

The 20 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/build.py                                    |  23 +-
 lib/bb/runqueue.py                                 |   4 +-
 lib/bb/ui/buildinfohelper.py                       | 408 ++++++++++++++++++---
 lib/bb/ui/toasterui.py                             |  11 +-
 lib/bb/ui/uihelper.py                              |   7 +-
 lib/bb/utils.py                                    |   1 +
 .../migrations/0008_refactor_artifact_models.py    |  39 ++
 .../0009_target_package_manifest_path.py           |  19 +
 lib/toaster/orm/models.py                          | 279 ++++++++++----
 lib/toaster/tests/browser/selenium_helpers.py      |   7 +
 .../tests/browser/test_builddashboard_page.py      |  20 +
 .../browser/test_builddashboard_page_artifacts.py  | 217 +++++++++++
 .../toastergui/templates/basebuildpage.html        |  52 +--
 .../toastergui/templates/builddashboard.html       | 117 ++++--
 .../toastergui/templatetags/field_values_filter.py |  18 +
 lib/toaster/toastergui/views.py                    |  77 ++--
 16 files changed, 1077 insertions(+), 222 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0008_refactor_artifact_models.py
 create mode 100644 lib/toaster/orm/migrations/0009_target_package_manifest_path.py
 create mode 100644 lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
 create mode 100644 lib/toaster/toastergui/templatetags/field_values_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