]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: Importlayer add notify exactly which layers changed
authorMichael Wood <michael.g.wood@intel.com>
Fri, 5 Dec 2014 17:25:51 +0000 (17:25 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 12 Dec 2014 11:40:47 +0000 (11:40 +0000)
commit23ca89dc3e0f0ea387649f1e9e8d7d50846048d6
tree01c0a2d803f8e28067427e812292ed6914235e7e
parent1fae3ef8f87a836758519c85afb2762768c29efc
toaster: Importlayer add notify exactly which layers changed

This changes when the dependencies are added to the project so that we
can know which ones were successfully added by waiting for the server to
respond with a list. This is more reliable because we may have specified
dependencies which are already in the project.

To pass this information to the project page a temporary cookie is used
with the values for the notification.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
lib/toaster/toastergui/static/js/importlayer.js
lib/toaster/toastergui/static/js/projectapp.js
lib/toaster/toastergui/templates/layers_dep_modal.html
lib/toaster/toastergui/views.py