[oe-commits] [bitbake] branch master updated (a2768ec -> b65a819)

git at git.openembedded.org git at git.openembedded.org
Mon Dec 12 20:45:54 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  a2768ec   bitbake-user-manual: Added new "Line Joining" section.
       new  554c499   toaster: tablejs Add visual indicator for table data loading
       new  8116cb4   toaster: models Layer fix whitespace
       new  78dc7b9   toaster: models Layer_Version get_detailspage_url optional project_id
       new  0c8e41d   toaster: api Add layer Add api
       new  6475fd7   toaster: importlayer Use new layer add API
       new  d4c79cd   toaster: tests Update import layer test to use new Layer add api
       new  be1f9f4   toaster: typeaheads widgets Fix flake8 issues and remove redundant code
       new  a94ae3a   toaster: typeaheads Add a git revisions suggestions
       new  28114be   toaster: importlayer Add git revision typeahead to that input field
       new  3fa5170   toaster: api Add GET REST API for Layer information
       new  d195f24   toaster: typeaheads Layers add url to layer REST API to the layer
       new  5ea25c4   toaster: Switch front end to use Layer get REST API
       new  81764ce   toaster: js test Update js tests to use correct url for layer REST
       new  b65a819   toaster: views Remove old code that converts template context to JSON

The 14 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/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 +-
 17 files changed, 343 insertions(+), 240 deletions(-)

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


More information about the Openembedded-commits mailing list