All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Toaster feature / bugfix patchset
@ 2015-01-14 12:46 Alex DAMIAN
  2015-01-14 12:46 ` [PATCH 1/4] toaster: Add layer details page feature Alex DAMIAN
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alex DAMIAN @ 2015-01-14 12:46 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Alexandru DAMIAN

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

This patchset brings in the layer details page, and the managed version
of the "all builds" page.

The patches have been reviewed on the Toaster mailing list.

Can you please pull at your convenience ?


Cheers,
Alex


The following changes since commit 0557d03c170fba8d7efe82be1b9641d0eb229213:

  cooker/cache/parse: Implement pyinofity based reconfigure (2015-01-13 22:23:21 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (2):
  toastergui: all builds page lists failed build requests
  toasterui: fix variable data error

Michael Wood (2):
  toaster: Add layer details page feature
  toaster: layerdetails Remove compatibility setting

 lib/bb/ui/buildinfohelper.py                       |   2 +-
 lib/toaster/toastergui/static/css/default.css      |   1 +
 lib/toaster/toastergui/static/js/layerdetails.js   | 398 ++++++++++++
 lib/toaster/toastergui/static/js/libtoaster.js     |  35 +
 lib/toaster/toastergui/templates/layerdetails.html | 625 +++++++++++++-----
 .../toastergui/templates/layers_dep_modal.html     |   9 +
 .../toastergui/templates/managed_builds.html       | 135 ++++
 .../toastergui/templates/managed_mrb_section.html  | 172 +++++
 lib/toaster/toastergui/templatetags/projecttags.py |  19 +
 lib/toaster/toastergui/urls.py                     |   1 +
 lib/toaster/toastergui/views.py                    | 708 +++++++++++++++------
 11 files changed, 1755 insertions(+), 350 deletions(-)
 create mode 100644 lib/toaster/toastergui/static/js/layerdetails.js
 create mode 100644 lib/toaster/toastergui/templates/managed_builds.html
 create mode 100644 lib/toaster/toastergui/templates/managed_mrb_section.html

-- 
1.9.1



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

end of thread, other threads:[~2015-01-14 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14 12:46 [PATCH 0/4] Toaster feature / bugfix patchset Alex DAMIAN
2015-01-14 12:46 ` [PATCH 1/4] toaster: Add layer details page feature Alex DAMIAN
2015-01-14 12:46 ` [PATCH 2/4] toaster: layerdetails Remove compatibility setting Alex DAMIAN
2015-01-14 12:46 ` [PATCH 3/4] toastergui: all builds page lists failed build requests Alex DAMIAN
2015-01-14 12:46 ` [PATCH 4/4] toasterui: fix variable data error Alex DAMIAN
2015-01-14 18:04 ` [PATCH 0/4] Toaster feature / bugfix patchset akuster808

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.