[bitbake-devel] [PATCH 00/14] Patches for Toaster 09.12.16

Michael Wood michael.g.wood at intel.com
Fri Dec 9 16:52:41 UTC 2016


This is the latest patchset for submission upstream from Toaster mailing list.
These are all the patches pending integration 23.11.16 to 09.12.16

See toaster mailing list for more details.

Michael Wood (14):
  toaster: tablejs Add visual indicator for table data loading
  toaster: models Layer fix whitespace
  toaster: models Layer_Version get_detailspage_url optional project_id
  toaster: api Add layer Add api
  toaster: importlayer Use new layer add API
  toaster: tests Update import layer test to use new Layer add api
  toaster: typeaheads widgets Fix flake8 issues and remove redundant
    code
  toaster: typeaheads Add a git revisions suggestions
  toaster: importlayer Add git revision typeahead to that input field
  toaster: api Add GET REST API for Layer information
  toaster: typeaheads Layers add url to layer REST API to the layer
  toaster: Switch front end to use Layer get REST API
  toaster: js test Update js tests to use correct url for layer REST
  toaster: views Remove old code that converts template context to JSON

 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(-)

-- 
2.7.4




More information about the bitbake-devel mailing list