From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: David Reyna <David.Reyna@windriver.com>
Subject: [PATCH 00/10] Toaster patchset
Date: Wed, 18 Feb 2015 19:11:00 +0000 [thread overview]
Message-ID: <cover.1424286571.git.alexandru.damian@intel.com> (raw)
From: Alexandru DAMIAN <alexandru.damian@intel.com>
Hello,
This is a toaster patchset with bug fixes and new features. The patches
have been reviewed on the toaster mailing list.
Can you please pull ?
Cheers,
Alex
The following changes since commit 7cfe279bf77b59d5cbd20d8a93e1d33279bebc20:
toasterui: empty state for pages (2015-02-16 17:48:30 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib adamian/20150218-submission-bb
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20150218-submission-bb
Alexandru DAMIAN (4):
toaster: bitbake cooker log saving and downloading
toaster: properly detect starting in rolling log file
toasterui: UI query performance improvements
toaster: get proper version string
Alexandru Damian (1):
toasterui: fix time estimation in project page
Belen Barros Pena (2):
toasterui: style the Toaster version information
toasterui: remove layer directory in managed mode
David Reyna (1):
toaster: landing page when no build module
Michael Wood (2):
toaster: layerdetails Don't show None type in description/summary
toaster: importlayer Remove description input field
lib/bb/ui/buildinfohelper.py | 3 +-
lib/bb/ui/toasterui.py | 29 +++-
lib/toaster/bldcontrol/localhostbecontroller.py | 12 +-
.../management/commands/checksettings.py | 17 +++
.../bldcontrol/management/commands/runbuilds.py | 29 +++-
.../bldcontrol/migrations/0008_brarchive.py | 138 +++++++++++++++++
lib/toaster/bldcontrol/models.py | 2 +
lib/toaster/orm/models.py | 13 +-
lib/toaster/toastergui/static/css/default.css | 22 +--
lib/toaster/toastergui/static/js/importlayer.js | 1 -
lib/toaster/toastergui/static/js/projectapp.js | 24 ++-
lib/toaster/toastergui/templates/base.html | 13 +-
lib/toaster/toastergui/templates/bpackage.html | 4 +-
lib/toaster/toastergui/templates/build.html | 9 +-
.../toastergui/templates/builddashboard.html | 11 +-
lib/toaster/toastergui/templates/importlayer.html | 6 -
.../toastergui/templates/landing_not_managed.html | 32 ++++
lib/toaster/toastergui/templates/layerdetails.html | 4 +-
.../toastergui/templates/managed_builds.html | 9 +-
.../toastergui/templates/managed_mrb_section.html | 3 +-
lib/toaster/toastergui/templates/project.html | 2 +-
.../toastergui/templates/projectbuilds.html | 14 +-
.../toastergui/templates/unavailable_artifact.html | 17 +++
lib/toaster/toastergui/views.py | 168 ++++++++++++++-------
lib/toaster/toastermain/settings.py | 3 +-
lib/toaster/toastermain/urls.py | 6 +-
26 files changed, 465 insertions(+), 126 deletions(-)
create mode 100644 lib/toaster/bldcontrol/migrations/0008_brarchive.py
create mode 100644 lib/toaster/toastergui/templates/landing_not_managed.html
create mode 100644 lib/toaster/toastergui/templates/unavailable_artifact.html
--
1.9.1
next reply other threads:[~2015-02-18 19:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-18 19:11 Alex DAMIAN [this message]
2015-02-18 19:10 ` [PATCH 01/10] toaster: bitbake cooker log saving and downloading Alex DAMIAN
2015-02-18 19:10 ` [PATCH 02/10] toaster: properly detect starting in rolling log file Alex DAMIAN
2015-02-18 19:10 ` [PATCH 03/10] toasterui: fix time estimation in project page Alex DAMIAN
2015-02-18 19:10 ` [PATCH 04/10] toasterui: UI query performance improvements Alex DAMIAN
2015-02-18 19:10 ` [PATCH 05/10] toaster: get proper version string Alex DAMIAN
2015-02-18 19:11 ` [PATCH 06/10] toaster: landing page when no build module Alex DAMIAN
2015-02-18 19:11 ` [PATCH 07/10] toaster: layerdetails Don't show None type in description/summary Alex DAMIAN
2015-02-18 19:11 ` [PATCH 08/10] toasterui: style the Toaster version information Alex DAMIAN
2015-02-18 19:11 ` [PATCH 09/10] toasterui: remove layer directory in managed mode Alex DAMIAN
2015-02-18 19:11 ` [PATCH 10/10] toaster: importlayer Remove description input field 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.1424286571.git.alexandru.damian@intel.com \
--to=alexandru.damian@intel.com \
--cc=David.Reyna@windriver.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