[oe-commits] [bitbake] branch master updated (5fa0b3a -> 5081127)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 26 07:16:31 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  5fa0b3a   bitbake: implement idle timeout for xmlrpc server
      adds  b48d956   cache: Move the parsing message to a more logical place
      adds  51843d8   cache: Correctly handle missing extra caches
      adds  cb66626   cache: Improve versions fields handling
      adds  5eb3627   cache: Drop/simplify pointless type checking
      adds  4be4a15   cache: Add better cache loading sanity checks
      adds  14ec47f   cache: Don't interleave pickle cache file writing
      adds  cfd481f   fetch: copy files with -H
      adds  19e33c1   knotty: fix some minor bugs in BBProgress
      adds  235db48   knotty: don't display ETA for tasks with progress
      adds  923e68e   lib/bb/progress: avoid possibility of start event being reported twice
      adds  fd56c15   toaster: loadconf remove Loading LayerSources
      adds  1c20ffc   toaster: bldcollector admin Remove LayerSourceAdmin
      adds  2662474   toaster: models Remove LayerSource models and replace with enum
      adds  f83527e   toaster: lsupdates Add layerindex fetcher
      adds  48c09c6   toaster: Replace references to LayerSource models
      adds  61a47cb   toaster: tests: Remove references to LayerSource model
      adds  6393dbf   toaster: lsupdates Add progress information and clean up logging
      adds  f8f4cff   toaster: orm Remove the layerindex specific up_branch fields
      adds  0b23b69   toaster: admin Add Layer_Version to the admin-able models
      adds  cc1a1bc   toaster: loadconf Partially add back some of the layerSource parsing
      adds  df7f489   fetcher2/__init__: Print command in case of ExecutionError in runfetchcmd
      adds  d6e88b7   toaster: fix download URL for task logs
      adds  dc1781e   toaster: set non-hideable columns for build tasks table
      adds  3abd0ac   toaster: set non-hideable columns for built recipes table
      adds  cecee44   toaster-tests: add tasks and recipes sub-page tests
       new  5081127   lib/bb/build: handle incomplete message fragments in log FIFO

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/build.py                                    |  67 +--
 lib/bb/cache.py                                    | 155 +++----
 lib/bb/fetch2/__init__.py                          |   4 +-
 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 ++-
 23 files changed, 821 insertions(+), 891 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