All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Build cancellation
@ 2016-02-25 18:21 Michael Wood
  2016-02-25 18:21 ` [PATCH 01/11] toaster: bldcontrol Add forceShutDown function to BitbakeController Michael Wood
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Michael Wood @ 2016-02-25 18:21 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-02-26 13:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 18:21 [PATCH 00/11] Build cancellation Michael Wood
2016-02-25 18:21 ` [PATCH 01/11] toaster: bldcontrol Add forceShutDown function to BitbakeController Michael Wood
2016-02-25 18:21 ` [PATCH 02/11] toaster: Move xhr calls for starting and stopping builds Michael Wood
2016-02-25 18:21 ` [PATCH 03/11] toaster: xhr Update the implementation of the build cancellation request Michael Wood
2016-02-25 18:21 ` [PATCH 04/11] toaster: libtoaster Update implementation of startABuild and cancelABuild Michael Wood
2016-02-26 11:55   ` Smith, Elliot
2016-02-25 18:21 ` [PATCH 05/11] toaster: update BuildEnvironmentController and BitbakeController Michael Wood
2016-02-25 18:21 ` [PATCH 06/11] toaster: models Add cancelled state to build outcome Michael Wood
2016-02-25 18:21 ` [PATCH 07/11] toaster: bldcontrol models Add a cancelling state the BuildRequest Michael Wood
2016-02-25 18:21 ` [PATCH 08/11] buildinfohelper: Add handler for cancelling a build Michael Wood
2016-02-25 18:21 ` [PATCH 09/11] toaster: tables BuildsTable exclude cancelled builds Michael Wood
2016-02-25 18:21 ` [PATCH 10/11] toaster: mrb_section template Add build cancel button Michael Wood
2016-02-25 18:26   ` Michael Wood
2016-02-25 18:21 ` [PATCH 11/11] toaster: models Exclude the CANCELLED builds from get_number_of_builds Michael Wood
2016-02-26 13:26 ` [PATCH 00/11] Build cancellation Smith, Elliot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.