All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Toaster fixes
@ 2015-08-06 16:01 Ed Bartosh
  2015-08-06 16:01 ` [PATCH 1/3] bitbake: toastergui: Fix toastertable table header reference Ed Bartosh
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ed Bartosh @ 2015-08-06 16:01 UTC (permalink / raw)
  To: bitbake-devel

Hi,

This patchset contains 3 Toaster fixes reviewed by me.

The following changes since commit a8b723498c9a7106210db140452886894494b4d6:

  bitbake: cooker: Resolve file monitoring race issues when using memres bitbake (2015-08-03 07:36:25 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/submit/michaelw/toaster/misc_fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/submit/michaelw/toaster/misc_fixes

Michael Wood (3):
  bitbake: toastergui: Fix toastertable table header reference
  bitbake: toastergui: Move layerdetails view definition to the views.py
  bitbake: toastermain: Add a longer default database timeout

 bitbake/lib/toaster/toastergui/static/js/table.js  |  2 +-
 bitbake/lib/toaster/toastergui/tables.py           | 24 +-------------------
 .../toaster/toastergui/templates/toastertable.html |  2 +-
 bitbake/lib/toaster/toastergui/urls.py             |  3 +--
 bitbake/lib/toaster/toastergui/views.py            | 15 +++++++++++++
 bitbake/lib/toaster/toastergui/widgets.py          | 26 ----------------------
 bitbake/lib/toaster/toastermain/settings.py        |  6 +++++
 7 files changed, 25 insertions(+), 53 deletions(-)

--
Ed



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

end of thread, other threads:[~2015-08-06 21:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 16:01 [PATCH 0/3] Toaster fixes Ed Bartosh
2015-08-06 16:01 ` [PATCH 1/3] bitbake: toastergui: Fix toastertable table header reference Ed Bartosh
2015-08-06 16:01 ` [PATCH 2/3] bitbake: toastergui: Move layerdetails view definition to the views.py Ed Bartosh
2015-08-06 21:07   ` Richard Purdie
2015-08-06 16:01 ` [PATCH 3/3] bitbake: toastermain: Add a longer default database timeout Ed Bartosh

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.