[oe-commits] [bitbake] branch master-next updated (cfd481f -> cecee44)

git at git.openembedded.org git at git.openembedded.org
Mon Jul 25 08:59:05 UTC 2016


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

      from  cfd481f   fetch: copy files with -H
       new  19e33c1   knotty: fix some minor bugs in BBProgress
       new  235db48   knotty: don't display ETA for tasks with progress
       new  923e68e   lib/bb/progress: avoid possibility of start event being reported twice
       new  fd56c15   toaster: loadconf remove Loading LayerSources
       new  1c20ffc   toaster: bldcollector admin Remove LayerSourceAdmin
       new  2662474   toaster: models Remove LayerSource models and replace with enum
       new  f83527e   toaster: lsupdates Add layerindex fetcher
       new  48c09c6   toaster: Replace references to LayerSource models
       new  61a47cb   toaster: tests: Remove references to LayerSource model
       new  6393dbf   toaster: lsupdates Add progress information and clean up logging
       new  f8f4cff   toaster: orm Remove the layerindex specific up_branch fields
       new  0b23b69   toaster: admin Add Layer_Version to the admin-able models
       new  cc1a1bc   toaster: loadconf Partially add back some of the layerSource parsing
       new  df7f489   fetcher2/__init__: Print command in case of ExecutionError in runfetchcmd
       new  d6e88b7   toaster: fix download URL for task logs
       new  dc1781e   toaster: set non-hideable columns for build tasks table
       new  3abd0ac   toaster: set non-hideable columns for built recipes table
       new  cecee44   toaster-tests: add tasks and recipes sub-page tests

The 18 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                          |   2 +-
 lib/bb/progress.py                                 |   5 +-
 lib/bb/ui/buildinfohelper.py                       |   6 +-
 lib/bb/ui/knotty.py                                |  27 +-
 lib/toaster/bldcollector/admin.py                  |  22 +-
 .../bldcontrol/management/commands/loadconf.py     | 116 +++--
 lib/toaster/bldcontrol/tests.py                    |  19 -
 lib/toaster/orm/management/commands/lsupdates.py   | 297 +++++++++++-
 lib/toaster/orm/models.py                          | 506 +++++----------------
 lib/toaster/orm/tests.py                           | 180 --------
 .../browser/test_builddashboard_page_recipes.py    |  66 +++
 .../browser/test_builddashboard_page_tasks.py      |  65 +++
 .../tests/browser/test_layerdetails_page.py        |   5 +-
 lib/toaster/toastergui/api.py                      |   6 +-
 lib/toaster/toastergui/buildtables.py              |   7 +-
 .../fixtures/toastergui-unittest-data.xml          |  60 +--
 lib/toaster/toastergui/static/js/layerdetails.js   |   2 +-
 lib/toaster/toastergui/templates/layerdetails.html |  16 +-
 lib/toaster/toastergui/templates/task.html         |  12 +-
 lib/toaster/toastergui/tests.py                    |   5 +-
 lib/toaster/toastergui/views.py                    |  64 ++-
 21 files changed, 710 insertions(+), 778 deletions(-)
 delete mode 100644 lib/toaster/orm/tests.py
 create mode 100644 lib/toaster/tests/browser/test_builddashboard_page_recipes.py
 create mode 100644 lib/toaster/tests/browser/test_builddashboard_page_tasks.py

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


More information about the Openembedded-commits mailing list