[oe-commits] [bitbake] branch master-next updated (6eb451e -> 2d0e19d)

git at git.openembedded.org git at git.openembedded.org
Mon Dec 12 20:46:03 UTC 2016


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

  discards  6eb451e   WIP bitbake-worker/cooker: more logging to aid debugging
      adds  554c499   toaster: tablejs Add visual indicator for table data loading
      adds  8116cb4   toaster: models Layer fix whitespace
      adds  78dc7b9   toaster: models Layer_Version get_detailspage_url optional project_id
      adds  0c8e41d   toaster: api Add layer Add api
      adds  6475fd7   toaster: importlayer Use new layer add API
      adds  d4c79cd   toaster: tests Update import layer test to use new Layer add api
      adds  be1f9f4   toaster: typeaheads widgets Fix flake8 issues and remove redundant code
      adds  a94ae3a   toaster: typeaheads Add a git revisions suggestions
      adds  28114be   toaster: importlayer Add git revision typeahead to that input field
      adds  3fa5170   toaster: api Add GET REST API for Layer information
      adds  d195f24   toaster: typeaheads Layers add url to layer REST API to the layer
      adds  5ea25c4   toaster: Switch front end to use Layer get REST API
      adds  81764ce   toaster: js test Update js tests to use correct url for layer REST
      adds  b65a819   toaster: views Remove old code that converts template context to JSON
       new  c7194b3   WIP bitbake-worker/cooker: more logging to aid debugging
       new  2d0e19d   runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is set

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6eb451e)
            \
             N -- N -- N   refs/heads/master-next (2d0e19d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 2 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:
 bin/bitbake-worker                                 |   6 +-
 lib/bb/runqueue.py                                 |   6 +-
 lib/toaster/orm/models.py                          |  10 +-
 lib/toaster/tests/views/test_views.py              |  45 ++++---
 lib/toaster/toastergui/api.py                      | 150 ++++++++++++++++++++-
 lib/toaster/toastergui/static/css/default.css      |   1 -
 lib/toaster/toastergui/static/js/importlayer.js    |  36 +++--
 lib/toaster/toastergui/static/js/libtoaster.js     |   6 +-
 lib/toaster/toastergui/static/js/table.js          |  10 ++
 lib/toaster/toastergui/static/js/tests/test.js     |   8 +-
 lib/toaster/toastergui/templates/importlayer.html  |   7 +-
 lib/toaster/toastergui/templates/layer_btn.html    |  15 ++-
 lib/toaster/toastergui/templates/layerdetails.html |   1 +
 lib/toaster/toastergui/templates/machine_btn.html  |   7 +-
 lib/toaster/toastergui/templates/recipe_btn.html   |   8 +-
 lib/toaster/toastergui/typeaheads.py               | 112 +++++++++------
 lib/toaster/toastergui/urls.py                     |  11 +-
 lib/toaster/toastergui/views.py                    | 148 +-------------------
 lib/toaster/toastergui/widgets.py                  |   8 +-
 19 files changed, 351 insertions(+), 244 deletions(-)

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


More information about the Openembedded-commits mailing list