generic-poky/bitbake/lib/toaster/toastergui
Elliot Smith 952ffb3e1f bitbake: toaster: move most recent builds templating to client
The most recent builds area of the all builds and project builds
table needs to update as a build progresses. It also needs
additional functionality to show other states (e.g. recipe parsing,
queued) which again needs to update on the client side.

Rather than add to the existing mix of server-side templating
with client-side DOM updating, translate all of the server-side
templates to client-side ones (jsrender), and add logic which
updates the most recent builds area as the state of a build changes.

Add a JSON API for mostrecentbuilds, which returns the state of
all "recent" builds. Fetch this via Ajax from the build dashboard
(rather than fetching the ad hoc API as in the previous version).

Then, as new states for builds are fetched via Ajax, determine
whether the build state has changed completely, or whether the progress
has just updated. If the state completely changed, re-render the
template on the client side for that build. If only the progress
changed, just update the progress bar. (NB this fixes the
task progress bar so it works for the project builds and all builds
pages.)

In cases where the builds table needs to update as the result of
a build finishing, reload the whole page.

This work highlighted a variety of other issues, such as
build requests not being able to change state as necessary. This
was one part of the cause of the "cancelling build..." state
being fragile and disappearing entirely when the page refreshed.
The cancelling state now persists between page reloads, as the
logic for determining whether a build is cancelling is now on
the Build object itself.

Note that jsrender is redistributed as part of Toaster, so
a note was added to LICENSE to that effect.

[YOCTO #9631]

(Bitbake rev: c868ea036aa34b387a72ec5116a66b2cd863995b)

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-11 00:09:26 +01:00
..
fixtures bitbake: toaster: orm Remove the layerindex specific up_branch fields 2016-07-26 08:10:36 +01:00
static bitbake: toaster: move most recent builds templating to client 2016-08-11 00:09:26 +01:00
templates bitbake: toaster: move most recent builds templating to client 2016-08-11 00:09:26 +01:00
templatetags bitbake: toaster: move most recent builds templating to client 2016-08-11 00:09:26 +01:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
api.py bitbake: toaster: move most recent builds templating to client 2016-08-11 00:09:26 +01:00
buildtables.py bitbake: toaster: set non-hideable columns for built recipes table 2016-07-26 08:10:36 +01:00
tablefilter.py bitbake: toaster: use items and range instead of old APIs 2016-06-02 08:24:04 +01:00
tables.py bitbake: toaster: Rework displaying package dependencies across Toaster 2016-06-15 08:35:04 +01:00
tests.py bitbake: toaster: orm Remove the layerindex specific up_branch fields 2016-07-26 08:10:36 +01:00
typeaheads.py bitbake: toaster: Exclude "command line builds" project from projects typeahead 2015-10-16 14:16:17 +01:00
urls.py bitbake: toaster: move most recent builds templating to client 2016-08-11 00:09:26 +01:00
views.py bitbake: toaster: orm Remove the layerindex specific up_branch fields 2016-07-26 08:10:36 +01:00
widgets.py bitbake: toaster: fix broken reference to urllib 2016-06-15 08:35:06 +01:00