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
bitbake/lib/toaster/orm/models.py | 10 +-
bitbake/lib/toaster/tests/views/test_views.py | 45 ++++---
bitbake/lib/toaster/toastergui/api.py | 150 ++++++++++++++++++++-
.../lib/toaster/toastergui/static/css/default.css | 1 -
.../toaster/toastergui/static/js/importlayer.js | 36 +++--
.../lib/toaster/toastergui/static/js/libtoaster.js | 6 +-
bitbake/lib/toaster/toastergui/static/js/table.js | 10 ++
.../lib/toaster/toastergui/static/js/tests/test.js | 8 +-
.../toaster/toastergui/templates/importlayer.html | 7 +-
.../toaster/toastergui/templates/layer_btn.html | 15 ++-
.../toaster/toastergui/templates/layerdetails.html | 1 +
.../toaster/toastergui/templates/machine_btn.html | 7 +-
.../toaster/toastergui/templates/recipe_btn.html | 8 +-
bitbake/lib/toaster/toastergui/typeaheads.py | 112 +++++++++------
bitbake/lib/toaster/toastergui/urls.py | 11 +-
bitbake/lib/toaster/toastergui/views.py | 148 +-------------------
bitbake/lib/toaster/toastergui/widgets.py | 8 +-
17 files changed, 343 insertions(+), 240 deletions(-)
--
2.7.4
--
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster