Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] Toaster improvements (BitBake part)
Date: Mon,  9 Dec 2013 19:07:06 +0000	[thread overview]
Message-ID: <cover.1386615747.git.paul.eggleton@linux.intel.com> (raw)

Note: this should be merged into BitBake at the same time that the
corresponding changes to toaster.bbclass are merged in OE-Core.


The following changes since commit 8f453bb11d72afc90a986ac604b3477d97eaf9a8:

  data: Ensure we add the contains keys in a particular order (2013-12-09 10:25:41 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/toaster-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/toaster-bb

Alexandru DAMIAN (11):
  toaster: Analysis API variablehistory update
  toaster: remove Author field in SimpleUI
  toaster: move layer information reading code
  toaster: update build stats reading
  toaster: change package storage model
  toasterui: fix version numbers for no PE specified
  toasterui: do not link non-image targets
  toaster: update to Django 1.5
  toaster: migrate orm models to South
  toaster: add pagination to the Simple UI
  toaster: Add more information for tasks in Simple UI

 bin/toaster                                        |  20 +-
 lib/bb/ui/buildinfohelper.py                       | 319 ++++++----------
 lib/bb/ui/toasterui.py                             |   9 +-
 lib/toaster/bldviewer/api.py                       |   1 +
 lib/toaster/bldviewer/templates/base.html          |   4 +-
 lib/toaster/bldviewer/templates/basebuildpage.html |   8 +-
 lib/toaster/bldviewer/templates/basetable.html     |  22 +-
 lib/toaster/bldviewer/templates/bfile.html         |   6 +-
 lib/toaster/bldviewer/templates/bpackage.html      |  12 +-
 lib/toaster/bldviewer/templates/build.html         |   6 +-
 lib/toaster/bldviewer/templates/configuration.html |   2 +-
 lib/toaster/bldviewer/templates/layer.html         |   4 +-
 lib/toaster/bldviewer/templates/package.html       |   8 +-
 lib/toaster/bldviewer/templates/recipe.html        |   3 +-
 lib/toaster/bldviewer/templates/task.html          |  18 +-
 lib/toaster/bldviewer/urls.py                      |   4 +-
 lib/toaster/bldviewer/views.py                     |  70 ++--
 lib/toaster/orm/migrations/0001_initial.py         | 400 +++++++++++++++++++++
 lib/toaster/orm/migrations/__init__.py             |   0
 lib/toaster/orm/models.py                          |  51 +--
 lib/toaster/toastermain/settings.py                |   1 +
 lib/toaster/toastermain/urls.py                    |   4 +-
 22 files changed, 659 insertions(+), 313 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0001_initial.py
 create mode 100644 lib/toaster/orm/migrations/__init__.py

-- 
1.8.1.2



             reply	other threads:[~2013-12-09 19:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-09 19:07 Paul Eggleton [this message]
2013-12-09 19:07 ` [PATCH 01/11] toaster: Analysis API variablehistory update Paul Eggleton
2013-12-09 19:07 ` [PATCH 02/11] toaster: remove Author field in SimpleUI Paul Eggleton
2013-12-09 19:07 ` [PATCH 03/11] toaster: move layer information reading code Paul Eggleton
2013-12-09 19:07 ` [PATCH 04/11] toaster: update build stats reading Paul Eggleton
2013-12-09 19:07 ` [PATCH 05/11] toaster: change package storage model Paul Eggleton
2013-12-09 19:07 ` [PATCH 06/11] toasterui: fix version numbers for no PE specified Paul Eggleton
2013-12-09 19:07 ` [PATCH 07/11] toasterui: do not link non-image targets Paul Eggleton
2013-12-09 19:07 ` [PATCH 08/11] toaster: update to Django 1.5 Paul Eggleton
2013-12-09 19:07 ` [PATCH 09/11] toaster: migrate orm models to South Paul Eggleton
2013-12-09 19:07 ` [PATCH 10/11] toaster: add pagination to the Simple UI Paul Eggleton
2013-12-09 19:07 ` [PATCH 11/11] toaster: Add more information for tasks in " Paul Eggleton

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.1386615747.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@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