]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: fixes after refactoring
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 8 Jun 2015 17:33:44 +0000 (18:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 23:01:49 +0000 (00:01 +0100)
commit58cd4a14ea81b72dcd9679608e5e2231ec3d3631
tree15cea3afb06ad5ae448fbf2fb65bfb4cb7535308
parent27f5137cd6143b523e9aea8eeba406337aa935c4
bitbake: toaster: fixes after refactoring

This patch fixes issues brought in by refactoring:

* the New Build button is working with pre-set projects
* the xhr_datatypeahead is exposed for calls that are not
mapable to the REST objects
* a new table returing recipes provided by layers currently
selected in the project is used to provide recipe suggestions
* the field names in json are switched from "list" to "rows" as
to maintain consistency with the ToasterTables
* the "value" field in xhr_ calls is now named "search" to maintain
consistency

(Bitbake rev: a5bc29083d4f85a5695f3f62d5badb783c6f7224)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/orm/models.py
bitbake/lib/toaster/toastergui/static/js/base.js
bitbake/lib/toaster/toastergui/static/js/libtoaster.js
bitbake/lib/toaster/toastergui/static/js/projectapp.js
bitbake/lib/toaster/toastergui/tables.py
bitbake/lib/toaster/toastergui/templates/base.html
bitbake/lib/toaster/toastergui/templates/project.html
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py