All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove the new build input
@ 2015-11-13 13:48 Elliot Smith
  2015-11-13 13:48 ` [PATCH 1/4] toaster: orm Fix get_number_of_builds to count all apart from IN_PROGRESS Elliot Smith
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Elliot Smith @ 2015-11-13 13:48 UTC (permalink / raw)
  To: bitbake-devel

Remove the new build input from the templates, and all supporting
code which maintained its state.

The following changes since commit aa7690e182c9c307785e6e9679f3490583176421
(contrib/toaster-next):

  toaster: builds pages Fix the download cooker log link (2015-11-10 17:04:19 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/submit/michaelw/toaster/remove-new-build-form
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/michaelw/toaster/remove-new-build-form

Michael Wood (4):
  toaster: orm Fix get_number_of_builds to count all apart from
    IN_PROGRESS
  toaster: projectpage Disable/Enable build input if we have 0 layers
  toaster: projecttopbar Use the project in context to get num builds
  toaster: Remove the new-build-input button widget

 lib/toaster/orm/models.py                          |   9 +-
 lib/toaster/toastergui/static/js/base.js           | 229 ---------------------
 lib/toaster/toastergui/static/js/projectpage.js    |  13 +-
 lib/toaster/toastergui/static/js/projecttopbar.js  |  81 ++++++++
 lib/toaster/toastergui/templates/base.html         | 133 +++---------
 .../toastergui/templates/projecttopbar.html        |  20 +-
 6 files changed, 147 insertions(+), 338 deletions(-)
 delete mode 100644 bitbake/lib/toaster/toastergui/static/js/base.js
 create mode 100644 bitbake/lib/toaster/toastergui/static/js/projecttopbar.js

--
1.9.3

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



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

end of thread, other threads:[~2015-11-13 13:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 13:48 [PATCH 0/4] Remove the new build input Elliot Smith
2015-11-13 13:48 ` [PATCH 1/4] toaster: orm Fix get_number_of_builds to count all apart from IN_PROGRESS Elliot Smith
2015-11-13 13:48 ` [PATCH 2/4] toaster: projectpage Disable/Enable build input if we have 0 layers Elliot Smith
2015-11-13 13:48 ` [PATCH 3/4] toaster: projecttopbar Use the project in context to get num builds Elliot Smith
2015-11-13 13:48 ` [PATCH 4/4] toaster: Remove the new-build-input button widget Elliot Smith

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.