[oe-commits] [bitbake] branch master-next updated (cabe7e2 -> 9ea3233)

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


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

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

The 3 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                                    |  31 +-
 lib/bb/main.py                                     |  21 +-
 lib/bb/runqueue.py                                 |   4 +-
 lib/bb/server/xmlrpc.py                            |  17 +
 lib/bb/ui/buildinfohelper.py                       | 408 ++++++++++++++++++---
 lib/bb/ui/toasterui.py                             |  11 +-
 lib/bb/ui/uihelper.py                              |   7 +-
 lib/bb/utils.py                                    |   7 +-
 .../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 ++--
 18 files changed, 1119 insertions(+), 232 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