Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: Alexandru DAMIAN <alexandru.damian@intel.com>,
	Belen Barros Pena <belen.barros.pena@linux.intel.com>
Subject: [PATCH 00/14] please pull toaster patchset
Date: Thu, 27 Nov 2014 17:07:59 +0000	[thread overview]
Message-ID: <cover.1417107946.git.alexandru.damian@intel.com> (raw)

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

Hi,

This is a toaster patchset consisting of new features (New Project page), and bug fixes
in toasterui data gathering, better layer identification, ability to use http_proxy
to fetch data, and other fixes.

This patch has been reviewed on "toaster/master" poky contrib.

Can you please pull at your convenience ?

Cheers,
Alex

The following changes since commit 27023ce2d264ce05008ef9af33982b054c6a87b5:

  toaster: do not show target if target name is empty (2014-11-20 15:43:57 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (8):
  toaster: use http proxies to fetch data
  toastergui: update layer search criteria
  toastergui: do not show project info in interactive mode
  toaster: display Toaster exceptions and other fixes
  toasterui: fix layer identification for managed builds
  toaster: fix loadconf path calculation
  toastergui: new project page
  toasterui: Compatibility patch for daisy and dizzy

Belen Barros Pena (5):
  toaster: fix errors and warnings display
  toaster: make 'latest builds' section consistent across pages
  toaster: fix padding of build notifications
  toaster: release name consistency
  toaster: remove the word 'project' from layers and machine

Michael Wood (1):
  toaster: base Only show New Build button when there are > 0 projects

 lib/bb/ui/buildinfohelper.py                       |  96 ++++--
 lib/bb/ui/toasterui.py                             |   8 +-
 .../management/commands/checksettings.py           |   8 +
 .../bldcontrol/management/commands/loadconf.py     |  42 +--
 lib/toaster/bldcontrol/tests.py                    |  19 ++
 .../0018_auto__add_field_layer_version_project.py  | 331 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |  58 +++-
 lib/toaster/toastergui/static/css/default.css      |   4 +
 lib/toaster/toastergui/static/js/base.js           |  13 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |   7 +
 lib/toaster/toastergui/templates/base.html         |   5 +-
 .../toastergui/templates/builddashboard.html       |  35 +++
 lib/toaster/toastergui/templates/layers.html       |   9 +-
 lib/toaster/toastergui/templates/mrb_section.html  |  25 +-
 lib/toaster/toastergui/templates/newproject.html   | 116 ++++++--
 lib/toaster/toastergui/templates/project.html      |  28 +-
 lib/toaster/toastergui/templatetags/projecttags.py |   8 +
 lib/toaster/toastergui/views.py                    |  70 +++--
 18 files changed, 736 insertions(+), 146 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0018_auto__add_field_layer_version_project.py

-- 
1.9.1



             reply	other threads:[~2014-11-27 17:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-27 17:07 Alex DAMIAN [this message]
2014-11-27 17:07 ` [PATCH 01/14] toaster: use http proxies to fetch data Alex DAMIAN
2014-11-27 17:07 ` [PATCH 02/14] toaster: base Only show New Build button when there are > 0 projects Alex DAMIAN
2014-11-27 17:07 ` [PATCH 03/14] toastergui: update layer search criteria Alex DAMIAN
2014-11-27 17:07 ` [PATCH 04/14] toastergui: do not show project info in interactive mode Alex DAMIAN
2014-11-27 17:07 ` [PATCH 05/14] toaster: display Toaster exceptions and other fixes Alex DAMIAN
2014-11-27 17:07 ` [PATCH 06/14] toasterui: fix layer identification for managed builds Alex DAMIAN
2014-11-27 17:07 ` [PATCH 07/14] toaster: fix loadconf path calculation Alex DAMIAN
2014-11-27 17:07 ` [PATCH 08/14] toastergui: new project page Alex DAMIAN
2014-11-27 17:08 ` [PATCH 09/14] toaster: fix errors and warnings display Alex DAMIAN
2014-11-27 17:08 ` [PATCH 10/14] toaster: make 'latest builds' section consistent across pages Alex DAMIAN
2014-11-27 17:08 ` [PATCH 11/14] toaster: fix padding of build notifications Alex DAMIAN
2014-11-27 17:08 ` [PATCH 12/14] toasterui: Compatibility patch for daisy and dizzy Alex DAMIAN
2014-11-27 17:08 ` [PATCH 13/14] toaster: release name consistency Alex DAMIAN
2014-11-27 17:08 ` [PATCH 14/14] toaster: remove the word 'project' from layers and machine 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.1417107946.git.alexandru.damian@intel.com \
    --to=alexandru.damian@intel.com \
    --cc=belen.barros.pena@linux.intel.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox