Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 00/11] Toaster patchset
@ 2015-05-11 10:58 Alex DAMIAN
  2015-05-11 10:58 ` [PATCH 01/11] toaster: clear up toaster shutdown for mac osx Alex DAMIAN
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Alex DAMIAN @ 2015-05-11 10:58 UTC (permalink / raw)
  To: bitbake-devel

From: Alexandru DAMIAN <alexandru.damian@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



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

end of thread, other threads:[~2015-05-11 11:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 10:58 [PATCH 00/11] Toaster patchset Alex DAMIAN
2015-05-11 10:58 ` [PATCH 01/11] toaster: clear up toaster shutdown for mac osx Alex DAMIAN
2015-05-11 10:58 ` [PATCH 02/11] toastergui: decrease load time for configuration page Alex DAMIAN
2015-05-11 10:58 ` [PATCH 03/11] toaster: Make toaster script working in zsh Alex DAMIAN
2015-05-11 10:58 ` [PATCH 04/11] toaster: Code cleanup: indent Alex DAMIAN
2015-05-11 10:58 ` [PATCH 05/11] toaster: fix typo in format string Alex DAMIAN
2015-05-11 10:58 ` [PATCH 06/11] toaster: <Add class id to a few columns> Alex DAMIAN
2015-05-11 10:58 ` [PATCH 07/11] toastergui: Consider task name when restarting a build Alex DAMIAN
2015-05-11 10:58 ` [PATCH 08/11] toasterui: URL refactoring Alex DAMIAN
2015-05-11 10:58 ` [PATCH 09/11] toaster: adding art missing from Bootstrap Alex DAMIAN
2015-05-11 10:58 ` [PATCH 10/11] toastergui: fix whitespace after URL Alex DAMIAN
2015-05-11 10:58 ` [PATCH 11/11] toastergui: removing unused views Alex DAMIAN

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