From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: Farrell Wymore <farrell.wymore@windriver.com>,
Alexandru DAMIAN <alexandru.damian@intel.com>
Subject: [PATCH 00/19] toaster patchset
Date: Fri, 14 Mar 2014 17:58:53 +0000 [thread overview]
Message-ID: <cover.1394819783.git.alexandru.damian@intel.com> (raw)
From: Alexandru DAMIAN <alexandru.damian@intel.com>
Hello,
This is a toaster interface and data collection patchset.
Can you please pull ?
Thanks,
Alex
The following changes since commit 81413d94f40f58d790d7a7dc4259108f9c5d4fc0:
bitbake: cooker: some IMAGE_FEATURES not recognized (2014-03-14 07:25:35 -0700)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib adamian/submission-14032014
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=submission-14032014
Alexandru DAMIAN (2):
toaster: fix target file inode type information
toaster: improve recipe matching for native tasks
Belen Barros Pena (16):
toaster: Move <tbody> outside for statement
toaster: Make Order column part of the minimum table
toaster: Format package size in recipe.html
toaster: Replace hyphens with underscores in package name
toaster: Small tweaks to the no results page
toaster: Amend help text in package_built_detail.html
toaster: Fixing "Show all builds" link
toaster: Add no search results page
toaster: Give an extra space to the caret
toaster: Shorten dependency labels
toaster: Presentation fixes for task.html
bitbake:toaster: Not using task_color tag for execution heading
toaster: Fix Recipe sorting in tasks table
toaster: Don't show clear search button if text input field is empty
toaster: Remove the data-toggle attribute
toaster: Sort layers in alphabetical order
Farrell Wymore (1):
toaster: added file types to the Outputs column in the build page
lib/bb/ui/buildinfohelper.py | 26 ++++----
lib/toaster/toastergui/static/css/default.css | 4 +-
.../toastergui/templates/basetable_top.html | 2 +-
lib/toaster/toastergui/templates/bpackage.html | 13 ++++
lib/toaster/toastergui/templates/build.html | 18 +++---
.../toastergui/templates/configuration.html | 2 +-
lib/toaster/toastergui/templates/configvars.html | 16 ++++-
.../templates/package_built_dependencies.html | 70 +++++++++++-----------
.../toastergui/templates/package_built_detail.html | 14 ++---
.../toastergui/templates/package_detail_base.html | 4 +-
.../templates/package_included_dependencies.html | 23 ++++---
.../templates/package_included_detail.html | 12 ++--
.../package_included_reverse_dependencies.html | 12 ++--
lib/toaster/toastergui/templates/recipe.html | 2 +-
lib/toaster/toastergui/templates/recipes.html | 14 +++++
lib/toaster/toastergui/templates/task.html | 49 ++++++++-------
lib/toaster/toastergui/templates/tasks.html | 15 +++++
lib/toaster/toastergui/templatetags/projecttags.py | 27 +++++++++
lib/toaster/toastergui/views.py | 6 +-
19 files changed, 213 insertions(+), 116 deletions(-)
--
1.8.3.2
next reply other threads:[~2014-03-14 17:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-14 17:58 Alex DAMIAN [this message]
2014-03-14 17:58 ` [PATCH 01/19] toaster: fix target file inode type information Alex DAMIAN
2014-03-14 17:58 ` [PATCH 02/19] toaster: improve recipe matching for native tasks Alex DAMIAN
2014-03-14 17:58 ` [PATCH 03/19] toaster: Move <tbody> outside for statement Alex DAMIAN
2014-03-14 17:58 ` [PATCH 04/19] toaster: Make Order column part of the minimum table Alex DAMIAN
2014-03-14 17:58 ` [PATCH 05/19] toaster: Format package size in recipe.html Alex DAMIAN
2014-03-14 17:58 ` [PATCH 06/19] toaster: Replace hyphens with underscores in package name Alex DAMIAN
2014-03-14 17:58 ` [PATCH 07/19] toaster: Small tweaks to the no results page Alex DAMIAN
2014-03-14 17:58 ` [PATCH 08/19] toaster: Amend help text in package_built_detail.html Alex DAMIAN
2014-03-14 17:58 ` [PATCH 09/19] toaster: Fixing "Show all builds" link Alex DAMIAN
2014-03-14 17:58 ` [PATCH 10/19] toaster: Add no search results page Alex DAMIAN
2014-03-14 17:58 ` [PATCH 11/19] toaster: Give an extra space to the caret Alex DAMIAN
2014-03-14 17:58 ` [PATCH 12/19] toaster: Shorten dependency labels Alex DAMIAN
2014-03-14 17:58 ` [PATCH 13/19] toaster: Presentation fixes for task.html Alex DAMIAN
2014-03-14 17:58 ` [PATCH 14/19] bitbake:toaster: Not using task_color tag for execution heading Alex DAMIAN
2014-03-14 17:58 ` [PATCH 15/19] toaster: Fix Recipe sorting in tasks table Alex DAMIAN
2014-03-14 17:58 ` [PATCH 16/19] toaster: Don't show clear search button if text input field is empty Alex DAMIAN
2014-03-14 17:58 ` [PATCH 17/19] toaster: Remove the data-toggle attribute Alex DAMIAN
2014-03-14 17:58 ` [PATCH 18/19] toaster: Sort layers in alphabetical order Alex DAMIAN
2014-03-14 17:59 ` [PATCH 19/19] toaster: added file types to the Outputs column in the build page Alex DAMIAN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1394819783.git.alexandru.damian@intel.com \
--to=alexandru.damian@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=farrell.wymore@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.