[bitbake-devel] [PATCH 00/11] Toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Mon May 11 10:58:37 UTC 2015


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

Hello,

This a bug fixing patchset that cleans up the code and fixes some legacy issues,
partially refactors the URL structure for a cleaner appliance of REST principles,
and enables the code to passes tests under TTS.

Can you please pull at your convenience ?

Thank you,
Alex

The following changes since commit 3e12f4e8e3ec66d1df772a64be04b90ec72462ae:

  prserv: serv.py: remove unused and duplicate imports (2015-05-08 17:46:25 +0100)

are available in the git repository at:

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

Alexander Kanevskiy (1):
  toaster: clear up toaster shutdown for mac osx

Alexandru DAMIAN (4):
  toasterui: URL refactoring
  toaster: adding art missing from Bootstrap
  toastergui: fix whitespace after URL
  toastergui: removing unused views

Ed Bartosh (5):
  toastergui: decrease load time for configuration page
  toaster: Make toaster script working in zsh
  toaster: Code cleanup: indent
  toaster: fix typo in format string
  toastergui: Consider task name when restarting a build

Mihail Stanciu (1):
  toaster: <Add class id to a few columns>

 bin/toaster                                        | 149 +++++++++---------
 lib/toaster/orm/models.py                          |   2 +-
 .../static/img/glyphicons-halflings-white.png      | Bin 0 -> 8777 bytes
 .../toastergui/static/img/glyphicons-halflings.png | Bin 0 -> 12799 bytes
 lib/toaster/toastergui/static/js/projectapp.js     |   2 +-
 .../toastergui/templates/basetable_top_layers.html |   2 +-
 lib/toaster/toastergui/templates/bpackage.html     |   4 +-
 lib/toaster/toastergui/templates/importlayer.html  |   2 +-
 lib/toaster/toastergui/templates/layer.html        |  34 -----
 lib/toaster/toastergui/templates/layerdetails.html |   8 +-
 lib/toaster/toastergui/templates/layers.html       |  14 +-
 lib/toaster/toastergui/templates/machines.html     |   4 +-
 lib/toaster/toastergui/templates/package.html      |  36 -----
 lib/toaster/toastergui/templates/project.html      |  24 +--
 lib/toaster/toastergui/templates/recipes.html      |   8 +-
 lib/toaster/toastergui/templates/targets.html      |   6 +-
 lib/toaster/toastergui/templates/tasks.html        |   8 +-
 lib/toaster/toastergui/urls.py                     |  26 ++--
 lib/toaster/toastergui/views.py                    | 169 ++++++---------------
 19 files changed, 177 insertions(+), 321 deletions(-)
 create mode 100644 lib/toaster/toastergui/static/img/glyphicons-halflings-white.png
 create mode 100644 lib/toaster/toastergui/static/img/glyphicons-halflings.png
 delete mode 100644 lib/toaster/toastergui/templates/layer.html
 delete mode 100644 lib/toaster/toastergui/templates/package.html

-- 
1.9.1




More information about the bitbake-devel mailing list