]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: fixes after refactoring
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 8 Jun 2015 17:33:44 +0000 (18:33 +0100)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 10 Jun 2015 14:31:12 +0000 (15:31 +0100)
commita5bc29083d4f85a5695f3f62d5badb783c6f7224
tree3ad2b07120e565e9a7dfa07692e5007561b29b81
parent33d2b87aca667d72262a3928deaf35414b46a7c1
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

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