bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Toaster patchset
@ 2015-02-18 19:11 Alex DAMIAN
  2015-02-18 19:10 ` [PATCH 01/10] toaster: bitbake cooker log saving and downloading Alex DAMIAN
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Alex DAMIAN @ 2015-02-18 19:11 UTC (permalink / raw)
  To: bitbake-devel; +Cc: David Reyna

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



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

end of thread, other threads:[~2015-02-18 19:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 19:11 [PATCH 00/10] Toaster patchset Alex DAMIAN
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).