All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] toaster: ToasterTable fixes
@ 2015-11-26 16:44 Elliot Smith
  2015-11-26 16:44 ` [PATCH 1/5] toaster: machines table Fix missing layers information needed for filter Elliot Smith
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Elliot Smith @ 2015-11-26 16:44 UTC (permalink / raw)
  To: bitbake-devel

A number of fixes for toaster tables, identified while writing a generic
unit test for this widget.

The following changes since commit 0dc54dbc61d1a24f5cfcb07c3f288b1042ab091a
(poky-contrib, toaster-next branch):

  toaster: tablejs Make sure click handlers consume click event (2015-11-26 15:55:40 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/submit/michaelw/toaster/tables-misc
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/michaelw/toaster/tables-misc

Michael Wood (5):
  toaster: machines table Fix missing layers information needed for
    filter
  toaster: CustomImageRecipe add search_allowed_fields to this model
  toaster: tables Add default_orderby field where it was missing or
    unset
  toaster: tables Fix invalid field name on NewCustomImagesTable
  toaster: toastergui tests Add generic test for ToasterTables widget

 lib/toaster/orm/models.py                         |   1 +
 lib/toaster/toastergui/tables.py                  |  18 +-
 lib/toaster/toastergui/templates/machine_btn.html |  12 +-
 lib/toaster/toastergui/tests.py                   | 223 ++++++++++++++++++++--
 4 files changed, 235 insertions(+), 19 deletions(-)

--
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] 6+ messages in thread

end of thread, other threads:[~2015-11-26 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 16:44 [PATCH 0/5] toaster: ToasterTable fixes Elliot Smith
2015-11-26 16:44 ` [PATCH 1/5] toaster: machines table Fix missing layers information needed for filter Elliot Smith
2015-11-26 16:44 ` [PATCH 2/5] toaster: CustomImageRecipe add search_allowed_fields to this model Elliot Smith
2015-11-26 16:44 ` [PATCH 3/5] toaster: tables Add default_orderby field where it was missing or unset Elliot Smith
2015-11-26 16:44 ` [PATCH 4/5] toaster: tables Fix invalid field name on NewCustomImagesTable Elliot Smith
2015-11-26 16:44 ` [PATCH 5/5] toaster: toastergui tests Add generic test for ToasterTables 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.