Hi, I've submitted a patchset to bitbake-devel that should clear up the queue in toaster/master.
The list is pasted below. Cheers, Alex commit b6ac1b85f5fb1acdc1c73b873652520bc9bfc168 Author: Michael Wood <[email protected]> Date: Fri Nov 28 20:12:18 2014 +0000 toaster: Add import layer feature. This feature allows users to import layers from git into their current project and associate it with the release of the current project and the dependencies for the newly imported layer with existing layers. It will also resolve the child dependencies of the dependencies added. [YOCTO #6595] Signed-off-by: Michael Wood <[email protected]> commit ac30d62b2b710d528fa8310084355182b7104564 Author: Alexandru DAMIAN <[email protected]> Date: Wed Dec 3 13:55:19 2014 +0000 toasterui: refactor project layer finding logic This is a basic refactoring of the code computing the layer equivalence classes for a project, in order to bring common bits of logic in a single place. Signed-off-by: Alexandru DAMIAN <[email protected]> commit fe1a344308d7abfcda9d571ea42491df468e833c Author: Michael Wood <[email protected]> Date: Wed Nov 26 15:06:47 2014 +0000 toaster: libtoaster Add editProject and getLayerDepsForProject Add two utility functions for editing project settings and returning the layer "dependencies" for a specified layer. Signed-off-by: Michael Wood <[email protected]> commit d72a8b6d26cb470017bc983184b4fdd2dd257923 Author: Michael Wood <[email protected]> Date: Wed Nov 26 15:05:07 2014 +0000 toaster: libtoaster Add a error handler to GET in makeTypehead If the JSON data comes back from the request with an error set, have a default handler which logs the error to the console. Signed-off-by: Michael Wood <[email protected]> commit 1c11aa904b0719799cd9126d268c5950a4dc666e Author: Belen Barros Pena <[email protected]> Date: Wed Dec 3 13:57:30 2014 +0000 toaster: Initialise the 'change' icon tooltips All 'change' icons should have a tooltip that appears when you hover over them. The tootlip says (fittingly): "Change". Initialise those icons in the libtoaster.js file so that they work outside the project page. Signed-off-by: Belen Barros Pena <[email protected]> commit 6c17f94dafad053e292705dbb646d9e24f19fb97 Author: Belen Barros Pena <[email protected]> Date: Wed Dec 3 13:53:34 2014 +0000 toaster: base Only show change project icon when > one project In the new build button, it only makes sense to change the selected project when there is more than one project in the Toaster instance. If the number of projects is 1, we hide the change project icon. Signed-off-by: Belen Barros Pena <[email protected]> commit fd98d0bf2e915ae681bdde5a0de9579ea91da33c Author: Alexandru DAMIAN <[email protected]> Date: Mon Jan 20 09:39:34 2014 +0000 toasterui: add extra debug and development infos We update and add logs throughout the code in order to help with development. The extra logging is turned off by default, but it can be enabled by using environment variables. All logging happens through the Python logging facilities. The toaster UI will save a log of all incoming events if the TOASTER_EVENTLOG variable is set. If TOASTER_SQLDEBUG is set all DB queries will be logged. If TOASTER_DEVEL is set and the django-fresh module is available, the module is enabled to allow auto-reload of pages when the source is changed. Signed-off-by: Alexandru DAMIAN <[email protected]> commit 41420ba1f6eb29323fd4327e76a8b72730578edc Author: Alexandru DAMIAN <[email protected]> Date: Tue Dec 9 14:19:23 2014 +0000 add POST endpoint for uploading eventlog files This patch adds a simple UI-less POST endpoint, where bitbake_eventlog.json files generated by a bitbake run can be uploaded to the running toaster instance for insertion into the database. Signed-off-by: Alexandru DAMIAN <[email protected]> commit 82b8e99c92ccf26b9e899c5c82d7a4b5ee638c33 Author: Alexandru DAMIAN <[email protected]> Date: Tue Dec 9 11:57:38 2014 +0000 add option to write offline event log file This patch adds a "-w/--write-log" option to bitbake that writes an event log file for the current build. The name of the file is hardcoded to "bitbake_eventlog.json" We add a script, toater-eventreplay, that reads an event log file and loads the data into a Toaster database, creating a build entry. We modify the toasterui to fix minor issues with reading events from an event log file. Performance impact is undetectable under no-task executed builds. Signed-off-by: Alexandru DAMIAN <[email protected]> commit dee767394c365f05158efe02d31ea664cf2a57e7 Author: Alexandru DAMIAN <[email protected]> Date: Fri Dec 5 15:19:55 2014 +0000 toastergui: implement UI changes to allow file download This patchset adds download links in the build analisys pages if toaster runs in managed mode. This allows the user to access data directly from the web interface. [YOCTO #6837] Signed-off-by: Alexandru DAMIAN <[email protected]> commit 879045f69bd20c11f83ed36f88482dd500d71592 Author: Alexandru DAMIAN <[email protected]> Date: Fri Dec 5 15:14:20 2014 +0000 add build artifacts table and other improvements We add a BuildArtifacts class to store data about files discovered during the build process and not stored anywhere else. Small cosmetic changes in the toasterui. Add model methods to return file path display data relative to the build environment instead of absolute file paths. [YOCTO #6834] Signed-off-by: Alexandru DAMIAN <[email protected]> -- Alex Damian Yocto Project SSG / OTC
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
