All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Toaster patchset
@ 2015-03-17 13:28 Alex DAMIAN
  2015-03-17 13:27 ` [PATCH 01/14] toasterui: improve info in the toaster_ui.log Alex DAMIAN
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Alex DAMIAN @ 2015-03-17 13:28 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Dave Lerner, David Reyna

From: Alexandru DAMIAN <alexandru.damian@intel.com>

Hello,

This is a toaster patchset that fixes various issues in the interface,
and in build process.

Can you please pull ?

Thanks,
Alex

The following changes since commit 4b07195405b124ff39703e1ddc226dee420fed22:

  toaster: Fix the orderkey to match the column (2015-03-16 17:43:51 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20150317-submission-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20150317-submission-bb

Alexandru DAMIAN (7):
  toasterui: improve info in the toaster_ui.log
  toaster: targets page performance improvement
  toastergui: fix machines page search
  toastergui: builds and projects outcome filter
  toaster: do not throw exception on misconfigured data
  toasterui: fix error message parameter
  toastergui: recipe and layer identification

Belen Barros Pena (1):
  toaster: display bitbake output after process start

Dave Lerner (1):
  toaster: leave cancel enabled for release change

David Reyna (3):
  toaster: Incorrect breadcrumb behaviour in the project page
  toaster: display machine and project values in input fields
  toaster: insure IMAGE_INSTALL_append values have a space prefix

Michael Wood (2):
  toaster: Add cancel build to latest build section
  toaster: tasks trigger the select related tables before ordering

 lib/bb/ui/buildinfohelper.py                       | 31 ++++++++++++----
 lib/bb/ui/toasterui.py                             |  8 +++++
 lib/toaster/bldcontrol/localhostbecontroller.py    | 14 +++++---
 lib/toaster/orm/models.py                          | 14 ++++----
 lib/toaster/toastergui/static/js/libtoaster.js     | 28 +++++++++++++++
 .../toastergui/templates/baseprojectpage.html      |  6 ++++
 .../toastergui/templates/managed_mrb_section.html  | 42 +++++++++-------------
 lib/toaster/toastergui/templates/mrb_section.html  | 39 --------------------
 lib/toaster/toastergui/templates/project.html      |  6 ++--
 lib/toaster/toastergui/templates/projectconf.html  | 18 ++++++----
 lib/toaster/toastergui/templates/projects.html     |  2 +-
 lib/toaster/toastergui/views.py                    | 35 ++++++++++++------
 12 files changed, 138 insertions(+), 105 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-03-20 14:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 13:28 [PATCH 00/14] Toaster patchset Alex DAMIAN
2015-03-17 13:27 ` [PATCH 01/14] toasterui: improve info in the toaster_ui.log Alex DAMIAN
2015-03-20 10:25 ` [PATCH 02/14] toaster: targets page performance improvement Alex DAMIAN
2015-03-20 10:25 ` [PATCH 03/14] toaster: display bitbake output after process start Alex DAMIAN
2015-03-20 10:25 ` [PATCH 04/14] toastergui: fix machines page search Alex DAMIAN
2015-03-20 10:25 ` [PATCH 05/14] toastergui: builds and projects outcome filter Alex DAMIAN
2015-03-20 10:25 ` [PATCH 06/14] toaster: do not throw exception on misconfigured data Alex DAMIAN
2015-03-20 10:25 ` [PATCH 07/14] toasterui: fix error message parameter Alex DAMIAN
2015-03-20 10:25 ` [PATCH 08/14] toastergui: recipe and layer identification Alex DAMIAN
2015-03-20 10:25 ` [PATCH 09/14] toaster: leave cancel enabled for release change Alex DAMIAN
2015-03-20 10:25 ` [PATCH 10/14] toaster: Incorrect breadcrumb behaviour in the project page Alex DAMIAN
2015-03-20 10:25 ` [PATCH 11/14] toaster: Add cancel build to latest build section Alex DAMIAN
2015-03-20 10:25 ` [PATCH 12/14] toaster: tasks trigger the select related tables before ordering Alex DAMIAN
2015-03-20 10:25 ` [PATCH 13/14] toaster: display machine and project values in input fields Alex DAMIAN
2015-03-20 10:25 ` [PATCH 14/14] toaster: insure IMAGE_INSTALL_append values have a space prefix Alex DAMIAN

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.