[Toaster] [PATCH 00/11] Build cancellation
Michael Wood
michael.g.wood at intel.com
Thu Feb 25 10:21:14 PST 2016
This is the combination of Sujith's and my work on build cancel.
Michael Wood (7):
toaster: Move xhr calls for starting and stopping builds
toaster: xhr Update the implementation of the build cancellation
request
toaster: libtoaster Update implementation of startABuild and
cancelABuild
toaster: bldcontrol models Add a cancelling state the BuildRequest
buildinfohelper: Add handler for cancelling a build
toaster: mrb_section template Add build cancel button
toaster: models Exclude the CANCELLED builds from get_number_of_builds
Sujith H (4):
toaster: bldcontrol Add forceShutDown function to BitbakeController
toaster: update BuildEnvironmentController and BitbakeController
toaster: models Add cancelled state to build outcome
toaster: tables BuildsTable exclude cancelled builds
bitbake/lib/bb/ui/buildinfohelper.py | 19 +++-
bitbake/lib/toaster/bldcontrol/bbcontroller.py | 29 ++----
.../toaster/bldcontrol/localhostbecontroller.py | 6 +-
.../migrations/0002_add_cancelling_state.py | 19 ++++
bitbake/lib/toaster/bldcontrol/models.py | 27 ++++-
.../orm/migrations/0006_add_cancelled_state.py | 19 ++++
bitbake/lib/toaster/orm/models.py | 12 ++-
bitbake/lib/toaster/toastergui/api.py | 110 +++++++++++++++++++++
.../toaster/toastergui/static/js/customrecipe.js | 4 +-
.../lib/toaster/toastergui/static/js/layerBtn.js | 3 +-
.../lib/toaster/toastergui/static/js/libtoaster.js | 41 +++++---
.../toaster/toastergui/static/js/projectpage.js | 4 +-
.../toaster/toastergui/static/js/projecttopbar.js | 6 +-
.../toaster/toastergui/static/js/recipedetails.js | 4 +-
bitbake/lib/toaster/toastergui/tables.py | 48 +--------
bitbake/lib/toaster/toastergui/templates/base.html | 1 +
.../toaster/toastergui/templates/mrb_section.html | 102 +++++++++++++------
bitbake/lib/toaster/toastergui/urls.py | 5 +
18 files changed, 327 insertions(+), 132 deletions(-)
create mode 100644 bitbake/lib/toaster/bldcontrol/migrations/0002_add_cancelling_state.py
create mode 100644 bitbake/lib/toaster/orm/migrations/0006_add_cancelled_state.py
create mode 100644 bitbake/lib/toaster/toastergui/api.py
--
2.1.4
More information about the toaster
mailing list