generic-poky/bitbake/lib/toaster/orm
Alexandru DAMIAN cb23e3043b bitbake: toasterui: disable autocommit for build logging
This patch disables autocommit for inserting build data,
effectively updating all build data in a single transaction.

This is a purely performance improvement patch, as the transaction
will always be commited.

Similar manual transaction handling in the layer source update
method. Added feedback messages during update method.

[YOCTO #7140]

(Bitbake rev: 3978c819e797f857235499a4b8ec238134f1c028)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-24 23:35:45 +00:00
..
fixtures bitbake: toaster: Add initial tests 2014-01-27 21:01:05 +00:00
management bitbake: toaster: update orm models for layerindex compatibility 2014-08-29 13:56:49 +01:00
migrations bitbake: add build artifacts table and other improvements 2014-12-18 10:24:06 +00:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
admin.py bitbake: toaster: improvements for admin pages 2014-10-30 13:39:51 +00:00
models.py bitbake: toasterui: disable autocommit for build logging 2015-02-24 23:35:45 +00:00
tests.py bitbake: toastergui: improvements in layer selection logic 2015-02-10 23:07:48 +00:00
urls.py bitbake: add POST endpoint for uploading eventlog files 2014-12-18 10:24:06 +00:00
views.py bitbake: add POST endpoint for uploading eventlog files 2014-12-18 10:24:06 +00:00