Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 00/11] Toaster improvements (BitBake part)
@ 2013-12-09 19:07 Paul Eggleton
  2013-12-09 19:07 ` [PATCH 01/11] toaster: Analysis API variablehistory update Paul Eggleton
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Paul Eggleton @ 2013-12-09 19:07 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2013-12-09 19:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 19:07 [PATCH 00/11] Toaster improvements (BitBake part) Paul Eggleton
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox